Searched refs:coded_frame (Results 1 – 25 of 45) sorted by relevance
12
250 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()
56 avctx->coded_frame->key_frame = 1; in v410_encode_frame()57 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in v410_encode_frame()
38 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in encode_frame()39 avctx->coded_frame->key_frame = 1; in encode_frame()
134 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in pam_encode_init()135 avctx->coded_frame->key_frame = 1; in pam_encode_init()
126 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in encode_init()127 avctx->coded_frame->key_frame = 1; in encode_init()
40 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in pcx_encode_init()41 avctx->coded_frame->key_frame = 1; in pcx_encode_init()
79 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in bmp_encode_frame()80 avctx->coded_frame->key_frame = 1; in bmp_encode_frame()
196 avctx->coded_frame->key_frame = 1; in targa_encode_init()197 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in targa_encode_init()
155 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in pnm_encode_init()156 avctx->coded_frame->key_frame = 1; in pnm_encode_init()
170 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()
105 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in encode_frame()106 avctx->coded_frame->key_frame = 1; in encode_frame()
281 avctx->coded_frame->pict_type = pict_type; in libkvazaar_encode()289 avctx->coded_frame->quality = frame_info.qp * FF_QP2LAMBDA; in libkvazaar_encode()
41 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in raw_encode_init()
840 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()
214 av_frame_free(&avctx->coded_frame); in copy_context_reset()263 dest->coded_frame = NULL; in avcodec_copy_context()
396 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()
1196 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()
307 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in ljpeg_encode_init()308 avctx->coded_frame->key_frame = 1; in ljpeg_encode_init()
106 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in encode_init()
185 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()
427 ctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in encode_init_ls()428 ctx->coded_frame->key_frame = 1; in encode_init_ls()
656 avctx->coded_frame->key_frame = 1; in utvideo_encode_frame()657 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in utvideo_encode_frame()
532 avctx->coded_frame = av_frame_alloc(); in ff_encode_preinit()533 if (!avctx->coded_frame) { in ff_encode_preinit()
538 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; in encode_init()539 avctx->coded_frame->key_frame = 1; in encode_init()
196 frame_dec = mcdeint->enc_ctx->coded_frame; in filter_frame()