Home
last modified time | relevance | path

Searched refs:sub_pic_hrd_params_present_flag (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhevc.c177 uint8_t sub_pic_hrd_params_present_flag) in skip_sub_layer_hrd_parameters() argument
185 if (sub_pic_hrd_params_present_flag) { in skip_sub_layer_hrd_parameters()
198 uint8_t sub_pic_hrd_params_present_flag = 0; in skip_hrd_parameters() local
208 sub_pic_hrd_params_present_flag = get_bits1(gb); in skip_hrd_parameters()
210 if (sub_pic_hrd_params_present_flag) in skip_hrd_parameters()
225 if (sub_pic_hrd_params_present_flag) in skip_hrd_parameters()
259 sub_pic_hrd_params_present_flag); in skip_hrd_parameters()
263 sub_pic_hrd_params_present_flag); in skip_hrd_parameters()
/third_party/ffmpeg/libavcodec/
Dcbs_h265_syntax_template.c244 if (hrd->sub_pic_hrd_params_present_flag) { in FUNC()
266 flag(sub_pic_hrd_params_present_flag); in FUNC()
267 if (current->sub_pic_hrd_params_present_flag) { in FUNC()
276 if (current->sub_pic_hrd_params_present_flag) in FUNC()
283 infer(sub_pic_hrd_params_present_flag, 0); in FUNC()
1658 if (!hrd->sub_pic_hrd_params_present_flag) in FUNC()
1684 if (hrd->sub_pic_hrd_params_present_flag || in FUNC()
1698 if (hrd->sub_pic_hrd_params_present_flag || in FUNC()
1776 if (hrd->sub_pic_hrd_params_present_flag) { in FUNC()
1781 if (hrd->sub_pic_hrd_params_present_flag && in FUNC()
Dcbs_h265.h104 uint8_t sub_pic_hrd_params_present_flag; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.c390 NalReader * nr, guint8 CpbCnt, guint8 sub_pic_hrd_params_present_flag) in gst_h265_parse_sub_layer_hrd_parameters() argument
400 if (sub_pic_hrd_params_present_flag) { in gst_h265_parse_sub_layer_hrd_parameters()
436 READ_UINT8 (nr, hrd->sub_pic_hrd_params_present_flag, 1); in gst_h265_parse_hrd_parameters()
438 if (hrd->sub_pic_hrd_params_present_flag) { in gst_h265_parse_hrd_parameters()
448 if (hrd->sub_pic_hrd_params_present_flag) in gst_h265_parse_hrd_parameters()
476 hrd->sub_pic_hrd_params_present_flag)) in gst_h265_parse_hrd_parameters()
482 hrd->sub_pic_hrd_params_present_flag)) in gst_h265_parse_hrd_parameters()
1036 if (!hrd->sub_pic_hrd_params_present_flag) in gst_h265_parser_parse_buffering_period()
1056 if (hrd->sub_pic_hrd_params_present_flag in gst_h265_parser_parse_buffering_period()
1068 if (hrd->sub_pic_hrd_params_present_flag in gst_h265_parser_parse_buffering_period()
[all …]
Dgsth265parser.h631 guint8 sub_pic_hrd_params_present_flag; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h265std.h75 uint32_t sub_pic_hrd_params_present_flag : 1; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/
Dvulkan_video_codec_h265std.h106 uint32_t sub_pic_hrd_params_present_flag : 1; member
/third_party/mesa3d/include/vk_video/
Dvulkan_video_codec_h265std.h114 uint32_t sub_pic_hrd_params_present_flag : 1; member
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h265std.h139 uint32_t sub_pic_hrd_params_present_flag : 1; member
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6610 uint32_t sub_pic_hrd_params_present_flag:1; member
DvkVulkan_c.inl536 deUint32 sub_pic_hrd_params_present_flag : 1; member
DvkStrUtilImpl.inl13367 s << "\tsub_pic_hrd_params_present_flag = " << value.sub_pic_hrd_params_present_flag << '\n';