Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvenc.c356 param.capsToQuery = NV_ENC_CAPS_SUPPORT_YUV444_ENCODE; in gst_nvenc_get_supported_input_formats()
534 param.capsToQuery = NV_ENC_CAPS_SUPPORT_YUV444_ENCODE; in gst_nvenc_get_supported_codec_profiles()
DnvEncodeAPI.h968 NV_ENC_CAPS_SUPPORT_YUV444_ENCODE, enumerator
/third_party/ffmpeg/libavcodec/
Dnvenc.c418 ret = nvenc_check_cap(avctx, NV_ENC_CAPS_SUPPORT_YUV444_ENCODE); in nvenc_check_capabilities()