Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvenc.c326 gint support_yuv444 = 0; in gst_nvenc_get_supported_input_formats() local
358 codec_id, &param, &support_yuv444) != NV_ENC_SUCCESS) { in gst_nvenc_get_supported_input_formats()
359 support_yuv444 = 0; in gst_nvenc_get_supported_input_formats()
389 if (support_yuv444 && !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()
504 gint support_yuv444 = 0; in gst_nvenc_get_supported_codec_profiles() local
536 codec_id, &param, &support_yuv444) != NV_ENC_SUCCESS) { in gst_nvenc_get_supported_codec_profiles()
537 support_yuv444 = 0; in gst_nvenc_get_supported_codec_profiles()
564 if (profiles[j].need_yuv444 && !support_yuv444) in gst_nvenc_get_supported_codec_profiles()