Searched refs:recon_format (Results 1 – 1 of 1) sorted by relevance
2127 enum AVPixelFormat recon_format; in vaapi_encode_create_recon_frames() local2147 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()