Searched refs:max_latency_increase_plus1 (Results 1 – 9 of 9) sorted by relevance
59 uint32_t max_latency_increase_plus1[7]; member
90 uint32_t max_latency_increase_plus1[STD_VIDEO_H265_SUBLAYERS_MINUS1_LIST_SIZE]; member
710 guint32 max_latency_increase_plus1[GST_H265_MAX_SUB_LAYERS]; member1131 guint8 max_latency_increase_plus1[GST_H265_MAX_SUB_LAYERS]; member
1691 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()
363 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()
702 assert_equals_int (vps.max_latency_increase_plus1[0], 0); in GST_START_TEST()
6542 uint32_t max_latency_increase_plus1[STD_VIDEO_H265_SUBLAYERS_MINUS1_LIST_SIZE]; member
13261 … tcu::formatArray(DE_ARRAY_BEGIN(value.max_latency_increase_plus1), DE_ARRAY_END(value.max_latency…
520 deUint32 max_latency_increase_plus1[STD_VIDEO_H265_SUBLAYERS_MINUS1_LIST_SIZE]; member