Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dnvenc.c78 #define IS_10BIT(pix_fmt) (pix_fmt == AV_PIX_FMT_P010 || \ macro
479 if (IS_10BIT(ctx->data_pix_fmt) && ret <= 0) { in nvenc_check_capabilities()
1280 if (IS_10BIT(ctx->data_pix_fmt)) { in nvenc_setup_hevc_config()
1293 hevc->pixelBitDepthMinus8 = IS_10BIT(ctx->data_pix_fmt) ? 2 : 0; in nvenc_setup_hevc_config()

Completed in 4 milliseconds