Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dcuviddec.c237 if (format->video_signal_description.video_full_range_flag) in cuvid_handle_video_sequence()
242 avctx->color_primaries = format->video_signal_description.color_primaries; in cuvid_handle_video_sequence()
243 avctx->color_trc = format->video_signal_description.transfer_characteristics; in cuvid_handle_video_sequence()
244 avctx->colorspace = format->video_signal_description.matrix_coefficients; in cuvid_handle_video_sequence()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp874 detectedFormat.video_signal_description.video_format = pnvsi->lVideoFormat;
875 detectedFormat.video_signal_description.video_full_range_flag = pnvsi->uVideoFullRange;
876 detectedFormat.video_signal_description.color_primaries = pnvsi->lColorPrimaries;
877 detectedFormat.video_signal_description.transfer_characteristics = pnvsi->lTransferCharacteristics;
878 detectedFormat.video_signal_description.matrix_coefficients = pnvsi->lMatrixCoefficients;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextNvidiaVideoParserIf.hpp972 } video_signal_description; // Video Signal Description. Refer section E.2.1 (VUI parameters semantics) of H264 spec file member

Completed in 8 milliseconds