Searched refs:mpeg4_is_resync (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 Dmpeg4videodec.c112 static inline int mpeg4_is_resync(MpegEncContext *s){ function
1135 if(mpeg4_is_resync(s))
1140 if(mpeg4_is_resync(s)){
1469 if(mpeg4_is_resync(s)){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg4videodec.c114 static inline int mpeg4_is_resync(Mpeg4DecContext *ctx) function
1280 if (mpeg4_is_resync(ctx))
1285 if (mpeg4_is_resync(ctx)) {
1644 int next = mpeg4_is_resync(ctx);

Completed in 51 milliseconds