Searched refs:end_packet (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec_svq3.c48 int config_packet, start_packet, end_packet; local
55 end_packet = buf[0] & 0x10;
99 if (end_packet) {
H A Drtpdec_vp8.c79 int start_partition, end_packet; local
106 end_packet = flags & RTP_FLAG_MARKER;
254 return end_packet ? 1 : 0;
257 if (end_packet) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec_svq3.c46 int config_packet, start_packet, end_packet; local
53 end_packet = buf[0] & 0x10;
99 if (end_packet) {
H A Drtpdec_vp8.c57 int start_packet, end_packet, has_au, ret = AVERROR(EAGAIN); local
71 end_packet = flags & RTP_FLAG_MARKER;
86 ret = end_packet ? 1 : 0;
122 if (end_packet) {

Completed in 120 milliseconds