Lines Matching refs:data_pix_fmt
419 if (IS_YUV444(ctx->data_pix_fmt) && ret <= 0) { in nvenc_check_capabilities()
461 if (IS_10BIT(ctx->data_pix_fmt) && ret <= 0) { in nvenc_check_capabilities()
1045 …|| ctx->data_pix_fmt == AV_PIX_FMT_YUVJ420P || ctx->data_pix_fmt == AV_PIX_FMT_YUVJ422P || ctx->da… in nvenc_setup_h264_config()
1107 if (ctx->data_pix_fmt == AV_PIX_FMT_YUV444P) { in nvenc_setup_h264_config()
1142 …|| ctx->data_pix_fmt == AV_PIX_FMT_YUVJ420P || ctx->data_pix_fmt == AV_PIX_FMT_YUVJ422P || ctx->da… in nvenc_setup_hevc_config()
1189 if (IS_10BIT(ctx->data_pix_fmt)) { in nvenc_setup_hevc_config()
1195 if (IS_YUV444(ctx->data_pix_fmt)) { in nvenc_setup_hevc_config()
1200 hevc->chromaFormatIDC = IS_YUV444(ctx->data_pix_fmt) ? 3 : 1; in nvenc_setup_hevc_config()
1202 hevc->pixelBitDepthMinus8 = IS_10BIT(ctx->data_pix_fmt) ? 2 : 0; in nvenc_setup_hevc_config()
1444 ctx->surfaces[idx].format = nvenc_map_buffer_format(ctx->data_pix_fmt); in nvenc_alloc_surface()
1447 av_get_pix_fmt_name(ctx->data_pix_fmt)); in nvenc_alloc_surface()
1651 ctx->data_pix_fmt = frames_ctx->sw_format; in ff_nvenc_encode_init()
1653 ctx->data_pix_fmt = avctx->pix_fmt; in ff_nvenc_encode_init()