Searched refs:secondary_matches (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Ddv.c593 int secondary_matches = 0; local
604 secondary_matches++;
620 (secondary_matches >= 10 &&
621 p->buf_size / secondary_matches < 24000))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Ddv.c509 int secondary_matches = 0; local
521 secondary_matches++;
530 if (matches > 4 || (secondary_matches >= 10 && p->buf_size / secondary_matches < 24000))

Completed in 127 milliseconds