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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmlp_parser.c217 int sync_present; local
278 sync_present = (AV_RB32(buf + 4) & 0xfffffffe) == 0xf8726fba;
280 if (!sync_present) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmlp_parser.c230 int sync_present; local
300 sync_present = (AV_RB32(buf + 4) & 0xfffffffe) == 0xf8726fba;
302 if (!sync_present) {

Completed in 118 milliseconds