Home
last modified time | relevance | path

Searched refs:end_packet (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpdec_svq3.c49 int config_packet, start_packet, end_packet; in svq3_parse_packet() local
56 end_packet = buf[0] & 0x10; in svq3_parse_packet()
92 if (end_packet) { in svq3_parse_packet()
Drtpdec_vp8.c70 int start_partition, end_packet; in vp8_handle_packet() local
97 end_packet = flags & RTP_FLAG_MARKER; in vp8_handle_packet()
245 return end_packet ? 1 : 0; in vp8_handle_packet()
248 if (end_packet) { in vp8_handle_packet()