Home
last modified time | relevance | path

Searched refs:recon_format (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvaapi_encode.c2127 enum AVPixelFormat recon_format; in vaapi_encode_create_recon_frames() local
2147 recon_format = AV_PIX_FMT_NONE; in vaapi_encode_create_recon_frames()
2152 recon_format = ctx->input_frames->sw_format; in vaapi_encode_create_recon_frames()
2156 if (recon_format == AV_PIX_FMT_NONE) { in vaapi_encode_create_recon_frames()
2159 recon_format = constraints->valid_sw_formats[0]; in vaapi_encode_create_recon_frames()
2163 recon_format = ctx->input_frames->sw_format; in vaapi_encode_create_recon_frames()
2166 "reconstructed frames.\n", av_get_pix_fmt_name(recon_format)); in vaapi_encode_create_recon_frames()
2192 ctx->recon_frames->sw_format = recon_format; in vaapi_encode_create_recon_frames()