Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dnvenc.c419 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()
[all …]
Dnvenc.h180 enum AVPixelFormat data_pix_fmt; member