Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h265std.h59 uint32_t max_latency_increase_plus1[7]; member
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h265std.h90 uint32_t max_latency_increase_plus1[STD_VIDEO_H265_SUBLAYERS_MINUS1_LIST_SIZE]; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h710 guint32 max_latency_increase_plus1[GST_H265_MAX_SUB_LAYERS]; member
1131 guint8 max_latency_increase_plus1[GST_H265_MAX_SUB_LAYERS]; member
Dgsth265parser.c1691 READ_UE_MAX (&nr, vps->max_latency_increase_plus1[i], G_MAXUINT32 - 1); in gst_h265_parse_vps()
1700 vps->max_latency_increase_plus1[i] = in gst_h265_parse_vps()
1701 vps->max_latency_increase_plus1[vps->max_sub_layers_minus1]; in gst_h265_parse_vps()
1885 READ_UE_MAX (&nr, sps->max_latency_increase_plus1[i], G_MAXUINT32 - 1); in gst_h265_parse_sps()
1894 sps->max_latency_increase_plus1[i] = in gst_h265_parse_sps()
1895 sps->max_latency_increase_plus1[sps->max_sub_layers_minus1]; in gst_h265_parse_sps()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c363 if (sps->max_latency_increase_plus1[sps->max_sub_layers_minus1]) { in gst_h265_decoder_process_sps()
366 sps->max_latency_increase_plus1[sps->max_sub_layers_minus1] - 1; in gst_h265_decoder_process_sps()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh265parser.c702 assert_equals_int (vps.max_latency_increase_plus1[0], 0); in GST_START_TEST()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6542 uint32_t max_latency_increase_plus1[STD_VIDEO_H265_SUBLAYERS_MINUS1_LIST_SIZE]; member
DvkStrUtilImpl.inl13261 … tcu::formatArray(DE_ARRAY_BEGIN(value.max_latency_increase_plus1), DE_ARRAY_END(value.max_latency…
DvkVulkan_c.inl520 deUint32 max_latency_increase_plus1[STD_VIDEO_H265_SUBLAYERS_MINUS1_LIST_SIZE]; member