Searched refs:pict_type (Results 201 - 225 of 378) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsnowenc.c1503 if(pict->pict_type == AV_PICTURE_TYPE_I){
1582 s->m.pict_type = pic->pict_type = s->m.rc_context.entry[avctx->frame_number].new_pict_type;
1583 s->keyframe = pic->pict_type == AV_PICTURE_TYPE_I;
1591 s->m.pict_type = pic->pict_type = s->keyframe ? AV_PICTURE_TYPE_I : AV_PICTURE_TYPE_P;
1611 if(pic->pict_type == AV_PICTURE_TYPE_P){
1632 s->m.pict_type = pic->pict_type;
1670 s->m.pict_type
[all...]
H A Dlibxavs.c174 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
177 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_P;
181 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_B;
H A Da64multienc.c247 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
321 p->pict_type = AV_PICTURE_TYPE_I;
H A Dfic.c141 ctx->frame->pict_type = AV_PICTURE_TYPE_P;
349 ctx->frame->pict_type = AV_PICTURE_TYPE_I;
H A Dpafvideo.c284 c->pic->pict_type = AV_PICTURE_TYPE_I;
287 c->pic->pict_type = AV_PICTURE_TYPE_P;
H A Dxfaceenc.c131 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Dxwddec.c214 p->pict_type = AV_PICTURE_TYPE_I;
H A Dxwdenc.c154 p->pict_type = AV_PICTURE_TYPE_I;
H A D4xm.c920 picture->pict_type = AV_PICTURE_TYPE_I;
926 picture->pict_type = AV_PICTURE_TYPE_I;
932 picture->pict_type = AV_PICTURE_TYPE_P;
945 picture->key_frame = picture->pict_type == AV_PICTURE_TYPE_I;
H A Dbintext.c149 s->frame->pict_type = AV_PICTURE_TYPE_I;
H A Ddirac_parser.c202 s->pict_type = AV_PICTURE_TYPE_B;
H A Djvdec.c196 s->frame->pict_type = AV_PICTURE_TYPE_I;
H A Dlibutvideoenc.cpp196 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibxavs.c153 x4->out_pic.pict_type = AV_PICTURE_TYPE_I;
156 x4->out_pic.pict_type = AV_PICTURE_TYPE_P;
160 x4->out_pic.pict_type = AV_PICTURE_TYPE_B;
H A Da64multienc.c219 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
291 p->pict_type = AV_PICTURE_TYPE_I;
H A Dansi.c229 s->frame.pict_type = AV_PICTURE_TYPE_I;
326 s->frame.pict_type = AV_PICTURE_TYPE_I;
H A D4xm.c813 p->pict_type= AV_PICTURE_TYPE_I;
817 p->pict_type= AV_PICTURE_TYPE_I;
830 p->pict_type= AV_PICTURE_TYPE_P;
839 p->key_frame= p->pict_type == AV_PICTURE_TYPE_I;
H A Ddirac_parser.c197 s->pict_type = AV_PICTURE_TYPE_B;
H A Djvdec.c183 s->frame.pict_type = AV_PICTURE_TYPE_I;
H A Dljpegenc.c52 p->pict_type= AV_PICTURE_TYPE_I;
H A Dmpeg4video.c30 switch(s->pict_type){
H A Dpcx.c155 p->pict_type = AV_PICTURE_TYPE_I;
H A Dpictordec.c154 s->frame.pict_type = AV_PICTURE_TYPE_I;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_blackdetect.c158 av_get_picture_type_char(picref->pict_type));
H A Dvf_showinfo.c118 av_get_picture_type_char(frame->pict_type),

Completed in 107 milliseconds

1234567891011>>