Home
last modified time | relevance | path

Searched refs:max_num_reorder_pics (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265picture.c516 gst_h265_dpb_needs_bump (GstH265Dpb * dpb, guint max_num_reorder_pics, in gst_h265_dpb_needs_bump() argument
533 if (dpb->num_output_needed > max_num_reorder_pics) { in gst_h265_dpb_needs_bump()
535 dpb->num_output_needed, max_num_reorder_pics); in gst_h265_dpb_needs_bump()
Dgsth265picture.h196 guint max_num_reorder_pics,
Dgsth265decoder.c365 sps->max_num_reorder_pics[sps->max_sub_layers_minus1] + in gst_h265_decoder_process_sps()
1595 sps->max_num_reorder_pics[sps->max_sub_layers_minus1], in gst_h265_decoder_dpb_init()
1693 sps->max_num_reorder_pics[sps->max_sub_layers_minus1], in gst_h265_decoder_finish_picture()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h265std.h61 uint8_t max_num_reorder_pics[7]; member
/third_party/mesa3d/include/vk_video/
Dvulkan_video_codec_h265std.h100 uint8_t max_num_reorder_pics[STD_VIDEO_H265_SUBLAYERS_MINUS1_LIST_SIZE]; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/
Dvulkan_video_codec_h265std.h92 uint8_t max_num_reorder_pics[STD_VIDEO_H265_SUBLAYERS_MINUS1_LIST_SIZE]; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h709 guint8 max_num_reorder_pics[GST_H265_MAX_SUB_LAYERS]; member
1130 guint8 max_num_reorder_pics[GST_H265_MAX_SUB_LAYERS]; member
Dgsth265parser.c1690 READ_UE_MAX (&nr, vps->max_num_reorder_pics[i], in gst_h265_parse_vps()
1699 vps->max_num_reorder_pics[i] = in gst_h265_parse_vps()
1700 vps->max_num_reorder_pics[vps->max_sub_layers_minus1]; in gst_h265_parse_vps()
1885 READ_UE_MAX (&nr, sps->max_num_reorder_pics[i], in gst_h265_parse_sps()
1894 sps->max_num_reorder_pics[i] = in gst_h265_parse_sps()
1895 sps->max_num_reorder_pics[sps->max_sub_layers_minus1]; in gst_h265_parse_sps()
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h265std.h125 uint8_t max_num_reorder_pics[STD_VIDEO_H265_SUBLAYERS_LIST_SIZE]; member
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvideo_decode_h265_extensions.adoc188 and code:max_num_reorder_pics members of the
257 and code:max_num_reorder_pics members of the
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh265parser.c701 assert_equals_int (vps.max_num_reorder_pics[0], 0); in GST_START_TEST()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl8601 uint8_t max_num_reorder_pics[STD_VIDEO_H265_SUBLAYERS_LIST_SIZE]; member
DvkStrUtilImpl.inl16678 …nt8_t>(DE_ARRAY_BEGIN(value.max_num_reorder_pics)), tcu::Format::HexIterator<uint8_t>(DE_ARRAY_END…
DvkVulkan_c.inl603 deUint8 max_num_reorder_pics[STD_VIDEO_H265_SUBLAYERS_LIST_SIZE]; member