Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dnvenc.c76 #define IS_YUV444(pix_fmt) (pix_fmt == AV_PIX_FMT_YUV444P || \ macro
419 if (IS_YUV444(ctx->data_pix_fmt) && ret <= 0) { in nvenc_check_capabilities()
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()