Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvenc.c327 gint support_10bit = 0; in gst_nvenc_get_supported_input_formats() local
364 codec_id, &param, &support_10bit) != NV_ENC_SUCCESS) { in gst_nvenc_get_supported_input_formats()
365 support_10bit = 0; in gst_nvenc_get_supported_input_formats()
395 if (support_10bit && !format_map[i].supported) { in gst_nvenc_get_supported_input_formats()
401 if (support_yuv444 && support_10bit && !format_map[i].supported) { in gst_nvenc_get_supported_input_formats()
409 if (support_10bit && !format_map[i].supported) { in gst_nvenc_get_supported_input_formats()
505 gint support_10bit = 0; in gst_nvenc_get_supported_codec_profiles() local
542 codec_id, &param, &support_10bit) != NV_ENC_SUCCESS) { in gst_nvenc_get_supported_codec_profiles()
543 support_10bit = 0; in gst_nvenc_get_supported_codec_profiles()
567 if (profiles[j].need_10bit && !support_10bit) in gst_nvenc_get_supported_codec_profiles()