Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h264std.h205 uint32_t constraint_set1_flag:1; member
/third_party/mesa3d/include/vk_video/
Dvulkan_video_codec_h264std.h227 uint32_t constraint_set1_flag : 1; member
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h264std.h228 uint32_t constraint_set1_flag : 1; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/
Dvulkan_video_codec_h264std.h217 uint32_t constraint_set1_flag : 1; member
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c1729 if (sps->constraint_set1_flag) { in get_compatible_profile_caps()
1739 } else if (sps->constraint_set1_flag) { /* A.2.2 */ in get_compatible_profile_caps()
1746 if (sps->constraint_set1_flag) { /* A.2.1 */ in get_compatible_profile_caps()
1765 if (sps->constraint_set1_flag) { in get_compatible_profile_caps()
1776 if (sps->constraint_set1_flag) { in get_compatible_profile_caps()
1795 if (sps->constraint_set1_flag) { in get_compatible_profile_caps()
1814 if (sps->constraint_set1_flag) { in get_compatible_profile_caps()
1925 if (sps->constraint_set1_flag) in get_profile_string()
/third_party/ffmpeg/libavcodec/
Dcbs_h264.h107 uint8_t constraint_set1_flag; member
Dcbs_h264_syntax_template.c273 flag(constraint_set1_flag); in FUNC()
Dvaapi_encode_h264.c302 sps->constraint_set1_flag = 1; in vaapi_encode_h264_init_sequence_params()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c629 if (sps->constraint_set0_flag || sps->constraint_set1_flag in _get_profile()
639 if (sps->constraint_set1_flag) { /* A.2.2 (main profile) */ in _get_profile()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h706 guint8 constraint_set1_flag; member
Dgsth264parser.c1681 READ_UINT8 (nr, sps->constraint_set1_flag, 1); in gst_h264_parse_sps_data()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c457 | (sps->constraint_set1_flag << 1) | (sps->constraint_set2_flag << 2) in gst_v4l2_codec_h264_dec_fill_sequence()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6299 uint32_t constraint_set1_flag:1; member
DvkVulkan_c.inl241 deUint32 constraint_set1_flag : 1; member
DvkStrUtilImpl.inl12972 s << "\tconstraint_set1_flag = " << value.constraint_set1_flag << '\n';
/third_party/gstreamer/gstplugins_bad/
DChangeLog31398 (profile_idc = 122) with constraint_set1_flag = 0 and
31400 GST_H264_PROFILE_HIGH_422 with constraint_set1_flag = 0 and