Searched refs:AV_PICTURE_TYPE_I (Results 1 - 25 of 318) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dutils.c46 case AV_PICTURE_TYPE_I: return 'I';
H A Davutil.h296 AV_PICTURE_TYPE_I = 1, ///< Intra enumerator in enum:AVPictureType
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3_parser.c29 s->pict_type= (buf[0]&0x40) ? AV_PICTURE_TYPE_P : AV_PICTURE_TYPE_I;
31 s->pict_type= (buf[0]&0x80) ? AV_PICTURE_TYPE_P : AV_PICTURE_TYPE_I;
H A Dvp8_parser.c28 s->pict_type= (buf[0]&0x01) ? AV_PICTURE_TYPE_P : AV_PICTURE_TYPE_I;
H A Drv34_parser.c37 AV_PICTURE_TYPE_I, AV_PICTURE_TYPE_I, AV_PICTURE_TYPE_P, AV_PICTURE_TYPE_B,
H A Drawenc.c35 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Drv10enc.c45 if (s->pict_type == AV_PICTURE_TYPE_I) {
H A Dfraps.c191 f->pict_type = (header & (1U<<31))? AV_PICTURE_TYPE_P : AV_PICTURE_TYPE_I;
192 f->key_frame = f->pict_type == AV_PICTURE_TYPE_I;
194 if (f->pict_type == AV_PICTURE_TYPE_I) {
232 f->pict_type = (header & (1U<<31))? AV_PICTURE_TYPE_P : AV_PICTURE_TYPE_I;
233 f->key_frame = f->pict_type == AV_PICTURE_TYPE_I;
235 if (f->pict_type == AV_PICTURE_TYPE_I) {
264 f->pict_type = AV_PICTURE_TYPE_I;
306 f->pict_type = AV_PICTURE_TYPE_I;
H A Drv20enc.c50 s->h263_aic= s->pict_type == AV_PICTURE_TYPE_I;
H A Dcljr.c76 p->pict_type = AV_PICTURE_TYPE_I;
138 p->pict_type = AV_PICTURE_TYPE_I;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3_parser.c29 s->pict_type = (buf[0] & 0x40) ? AV_PICTURE_TYPE_P : AV_PICTURE_TYPE_I;
31 s->pict_type = (buf[0] & 0x80) ? AV_PICTURE_TYPE_P : AV_PICTURE_TYPE_I;
H A Dvp8_parser.c29 : AV_PICTURE_TYPE_I;
H A Drv34_parser.c37 AV_PICTURE_TYPE_I, AV_PICTURE_TYPE_I, AV_PICTURE_TYPE_P, AV_PICTURE_TYPE_B,
H A Drv10enc.c45 if (s->pict_type == AV_PICTURE_TYPE_I) {
H A Dy41pdec.c55 pic->pict_type = AV_PICTURE_TYPE_I;
H A Dyuv4dec.c50 pic->pict_type = AV_PICTURE_TYPE_I;
H A Dcljrdec.c54 p->pict_type = AV_PICTURE_TYPE_I;
H A Dptx.c64 p->pict_type = AV_PICTURE_TYPE_I;
H A Drawenc.c40 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Drv20enc.c50 s->h263_aic= s->pict_type == AV_PICTURE_TYPE_I;
H A Dtmv.c59 frame->pict_type = AV_PICTURE_TYPE_I;
H A Dv308dec.c52 pic->pict_type = AV_PICTURE_TYPE_I;
H A Dv308enc.c56 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Davutil.h267 AV_PICTURE_TYPE_I, ///< Intra enumerator in enum:AVPictureType
H A Dutils.c87 case AV_PICTURE_TYPE_I: return 'I';

Completed in 110 milliseconds

1234567891011>>