Home
last modified time | relevance | path

Searched refs:coded_frame (Results 1 – 25 of 45) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dflashsvenc.c250 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in flashsv_encode_frame()
251 avctx->coded_frame->key_frame = 1; in flashsv_encode_frame()
259 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_P; in flashsv_encode_frame()
260 avctx->coded_frame->key_frame = 0; in flashsv_encode_frame()
Dv410enc.c56 avctx->coded_frame->key_frame = 1; in v410_encode_frame()
57 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in v410_encode_frame()
Daliaspixenc.c38 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in encode_frame()
39 avctx->coded_frame->key_frame = 1; in encode_frame()
Dpamenc.c134 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in pam_encode_init()
135 avctx->coded_frame->key_frame = 1; in pam_encode_init()
Dlclenc.c126 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in encode_init()
127 avctx->coded_frame->key_frame = 1; in encode_init()
Dpcxenc.c40 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in pcx_encode_init()
41 avctx->coded_frame->key_frame = 1; in pcx_encode_init()
Dbmpenc.c79 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in bmp_encode_frame()
80 avctx->coded_frame->key_frame = 1; in bmp_encode_frame()
Dtargaenc.c196 avctx->coded_frame->key_frame = 1; in targa_encode_init()
197 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in targa_encode_init()
Dpnmenc.c155 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in pnm_encode_init()
156 avctx->coded_frame->key_frame = 1; in pnm_encode_init()
Dlibxavs.c170 avctx->coded_frame->pts = pic_out.i_pts; in XAVS_frame()
199 avctx->coded_frame->pict_type = pict_type; in XAVS_frame()
208 avctx->coded_frame->key_frame = 1; in XAVS_frame()
216 avctx->coded_frame->quality = (pic_out.i_qpplus1 - 1) * FF_QP2LAMBDA; in XAVS_frame()
Dsgienc.c105 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in encode_frame()
106 avctx->coded_frame->key_frame = 1; in encode_frame()
Dlibkvazaar.c281 avctx->coded_frame->pict_type = pict_type; in libkvazaar_encode()
289 avctx->coded_frame->quality = frame_info.qp * FF_QP2LAMBDA; in libkvazaar_encode()
Drawenc.c41 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in raw_encode_init()
Dlibxvid.c840 avctx->coded_frame->pict_type = pict_type; in xvid_encode_frame()
841 avctx->coded_frame->quality = xvid_enc_stats.quant * FF_QP2LAMBDA; in xvid_encode_frame()
850 avctx->coded_frame->key_frame = 1; in xvid_encode_frame()
860 avctx->coded_frame->key_frame = 0; in xvid_encode_frame()
Doptions.c214 av_frame_free(&avctx->coded_frame); in copy_context_reset()
263 dest->coded_frame = NULL; in avcodec_copy_context()
Dqtrleenc.c396 avctx->coded_frame->key_frame = s->key_frame; in qtrle_encode_frame()
397 avctx->coded_frame->pict_type = s->key_frame ? AV_PICTURE_TYPE_I : AV_PICTURE_TYPE_P; in qtrle_encode_frame()
Dlibvpxenc.c1196 avctx->coded_frame->pts = cx_frame->pts; in storeframe()
1197 avctx->coded_frame->key_frame = !!(cx_frame->flags & VPX_FRAME_IS_KEY); in storeframe()
1205 avctx->coded_frame->pict_type = pict_type; in storeframe()
1213 avctx->coded_frame->pict_type = pict_type; in storeframe()
1226 avctx->coded_frame->error[0] = cx_frame->sse[1]; in storeframe()
1227 avctx->coded_frame->error[1] = cx_frame->sse[2]; in storeframe()
1228 avctx->coded_frame->error[2] = cx_frame->sse[3]; in storeframe()
1229 avctx->coded_frame->error[3] = 0; // alpha in storeframe()
Dljpegenc.c307 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in ljpeg_encode_init()
308 avctx->coded_frame->key_frame = 1; in ljpeg_encode_init()
Dv210enc.c106 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in encode_init()
Dzmbvenc.c185 avctx->coded_frame->pict_type = keyframe ? AV_PICTURE_TYPE_I : AV_PICTURE_TYPE_P; in encode_frame()
186 avctx->coded_frame->key_frame = keyframe; in encode_frame()
Djpeglsenc.c427 ctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in encode_init_ls()
428 ctx->coded_frame->key_frame = 1; in encode_init_ls()
Dutvideoenc.c656 avctx->coded_frame->key_frame = 1; in utvideo_encode_frame()
657 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in utvideo_encode_frame()
Dencode.c532 avctx->coded_frame = av_frame_alloc(); in ff_encode_preinit()
533 if (!avctx->coded_frame) { in ff_encode_preinit()
Dtiffenc.c538 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in encode_init()
539 avctx->coded_frame->key_frame = 1; in encode_init()
/third_party/ffmpeg/libavfilter/
Dvf_mcdeint.c196 frame_dec = mcdeint->enc_ctx->coded_frame; in filter_frame()

12