Home
last modified time | relevance | path

Searched refs:vps_timing_info_present_flag (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_ps_enc.c98 put_bits(&pb, 1, vps->vps_timing_info_present_flag); in ff_hevc_encode_nal_vps()
99 if (vps->vps_timing_info_present_flag) { in ff_hevc_encode_nal_vps()
Dhevc_ps.h135 uint8_t vps_timing_info_present_flag; member
Dqsvenc_hevc.c120 vps.vps_timing_info_present_flag = sps.vui.vui_timing_info_present_flag; in generate_fake_vps()
Dhevc_parser.c101 if (ps->vps->vps_timing_info_present_flag) { in hevc_parse_slice_header()
Dh265_metadata_bsf.c172 vps->vps_timing_info_present_flag = 1; in h265_metadata_update_vps()
Dcbs_h265.h205 uint8_t vps_timing_info_present_flag; member
Dcbs_h265_syntax_template.c481 flag(vps_timing_info_present_flag); in FUNC()
482 if (current->vps_timing_info_present_flag) { in FUNC()
Dhevc_ps.c542 vps->vps_timing_info_present_flag = get_bits1(gb); in ff_hevc_decode_nal_vps()
543 if (vps->vps_timing_info_present_flag) { in ff_hevc_decode_nal_vps()
Dvaapi_encode_h265.c355 vps->vps_timing_info_present_flag = 1; in vaapi_encode_h265_init_sequence_params()
Dhevcdec.c361 if (vps->vps_timing_info_present_flag) { in export_stream_params()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h265std.h102 uint32_t vps_timing_info_present_flag : 1; member
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h265std.h133 uint32_t vps_timing_info_present_flag : 1; member
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6589 uint32_t vps_timing_info_present_flag:1; member
DvkVulkan_c.inl563 deUint32 vps_timing_info_present_flag : 1; member
DvkStrUtilImpl.inl13320 s << "\tvps_timing_info_present_flag = " << value.vps_timing_info_present_flag << '\n';