Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dav1.h37 uint8_t color_description_present_flag; member
Dav1.c153 seq_params->color_description_present_flag = get_bits1(gb); in parse_color_config()
154 if (seq_params->color_description_present_flag) { in parse_color_config()
Ddashenc.c448 if (seq.color_description_present_flag) in set_codec_str()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h264std.h165 uint32_t color_description_present_flag:1; member
/third_party/ffmpeg/libavcodec/
Dav1_metadata_bsf.c57 clc->color_description_present_flag = 1; in av1_metadata_update_sequence_header()
Dcbs_av1.h46 uint8_t color_description_present_flag; member
Dcbs_av1_syntax_template.c99 flag(color_description_present_flag); in FUNC()
100 if (current->color_description_present_flag) { in FUNC()
/third_party/mesa3d/include/vk_video/
Dvulkan_video_codec_h264std.h187 uint32_t color_description_present_flag : 1; member
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h264std.h184 uint32_t color_description_present_flag : 1; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/
Dvulkan_video_codec_h264std.h177 uint32_t color_description_present_flag : 1; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.h199 uint32_t color_description_present_flag; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vce.h199 uint32_t color_description_present_flag; member
Dradeon_vce_52.c626 RVCE_CS(enc->enc_pic.vui.color_description_present_flag); in vui()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h708 gboolean color_description_present_flag; member
Dgstav1parser.c935 color_config->color_description_present_flag = in gst_av1_parse_color_config()
940 if (color_config->color_description_present_flag) { in gst_av1_parse_color_config()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dav1parser.c180 assert_equals_int (seq_header.color_config.color_description_present_flag, 0); in GST_START_TEST()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.c153 bool color_description_present_flag; in sequence_header_obu() local
302 color_description_present_flag = av1_f(vlc, 1); in sequence_header_obu()
303 if (color_description_present_flag) { in sequence_header_obu()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstav1parse.c1178 if (seq_header.color_config.color_description_present_flag) { in gst_av1_parse_handle_sequence_obu()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6256 uint32_t color_description_present_flag:1; member
DvkVulkan_c.inl201 deUint32 color_description_present_flag : 1; member
DvkStrUtilImpl.inl12920 s << "\tcolor_description_present_flag = " << value.color_description_present_flag << '\n';