Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dnvenc.c83 #define IS_YUV444(pix_fmt) (pix_fmt == AV_PIX_FMT_YUV444P || \ macro
437 if (IS_YUV444(ctx->data_pix_fmt) && ret <= 0) { in nvenc_check_capabilities()
1181 if (IS_YUV444(ctx->data_pix_fmt)) { in nvenc_setup_h264_config()
1286 if (IS_YUV444(ctx->data_pix_fmt)) { in nvenc_setup_hevc_config()
1291 hevc->chromaFormatIDC = IS_YUV444(ctx->data_pix_fmt) ? 3 : 1; in nvenc_setup_hevc_config()

Completed in 4 milliseconds