Searched refs:first_picture (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dparser.h52 int first_picture; member in struct:ParseContext1
H A Dmpeg4video_parser.c79 if (avctx->extradata_size && pc->first_picture){
90 pc->first_picture = 0;
101 pc->first_picture = 1;
H A Dmjpegdec.h54 int first_picture; /* true if decoding first picture */ member in struct:MJpegDecodeContext
H A Dmxpegdec.c239 if (jpg->first_picture) {
H A Dmjpegdec.c98 s->first_picture = 1;
300 if (s->first_picture &&
313 s->first_picture = 0;
1187 // if (s->first_picture)
1323 // if (s->first_picture)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg4video_parser.c34 int first_picture; member in struct:Mp4vParseContext
88 if (avctx->extradata_size && pc->first_picture) {
109 pc->first_picture = 0;
119 pc->first_picture = 1;
H A Dmjpegdec.h58 int first_picture; /* true if decoding first picture */ member in struct:MJpegDecodeContext
H A Dmxpegdec.c265 if (jpg->first_picture) {
H A Dmjpegdec.c119 s->first_picture = 1;
353 if (s->first_picture &&
367 s->first_picture = 0;

Completed in 122 milliseconds