MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / send_time_test_data

Function send_time_test_data

libavformat/mmst.c:170–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170static int send_time_test_data(MMSTContext *mmst)
171{
172 start_command_packet(mmst, CS_PKT_TIMING_DATA_REQUEST);
173 insert_command_prefixes(&mmst->mms, 0x00f0f0f0, 0x0004000b);
174 return send_command_packet(mmst);
175}
176
177static int send_protocol_select(MMSTContext *mmst)
178{

Callers

nothing calls this directly

Calls 3

start_command_packetFunction · 0.85
insert_command_prefixesFunction · 0.85
send_command_packetFunction · 0.85

Tested by

no test coverage detected