Home
last modified time | relevance | path

Searched refs:bitstream_restriction_flag (Results 1 – 22 of 22) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_ps.c223 sps->bitstream_restriction_flag = get_bits1(gb); in decode_vui_parameters()
224 if (sps->bitstream_restriction_flag) { in decode_vui_parameters()
235 sps->bitstream_restriction_flag = 0; in decode_vui_parameters()
589 if (!sps->bitstream_restriction_flag && in ff_h264_decode_seq_parameter_set()
621 sps->bitstream_restriction_flag ? sps->num_reorder_frames : -1 in ff_h264_decode_seq_parameter_set()
Dh264_ps.h87 int bitstream_restriction_flag; member
Dhevc_ps.h81 int bitstream_restriction_flag; member
Dcbs_h264.h92 uint8_t bitstream_restriction_flag; member
Dvaapi_encode_h264.c480 sps->vui.bitstream_restriction_flag = 1; in vaapi_encode_h264_init_sequence_params()
553 .bitstream_restriction_flag = sps->vui.bitstream_restriction_flag, in vaapi_encode_h264_init_sequence_params()
Dcbs_h264_syntax_template.c187 flag(bitstream_restriction_flag); in FUNC()
188 if (current->bitstream_restriction_flag) { in FUNC()
Dh264_metadata_bsf.c286 dpb_frames = sps->vui.bitstream_restriction_flag ? in h264_metadata_update_sps()
Dcbs_h265.h166 uint8_t bitstream_restriction_flag; member
Dcbs_h265_syntax_template.c400 flag(bitstream_restriction_flag); in FUNC()
401 if (current->bitstream_restriction_flag) { in FUNC()
Dhevc_ps.c718 vui->bitstream_restriction_flag = get_bits1(gb); in decode_vui()
719 if (vui->bitstream_restriction_flag) { in decode_vui()
Dh264_slice.c1447 if (sps->bitstream_restriction_flag || in h264_select_output_frame()
1471 } else if(h->avctx->has_b_frames < out_of_order && !sps->bitstream_restriction_flag){ in h264_select_output_frame()
1554 if (sps && sps->bitstream_restriction_flag && in h264_field_start()
Dh264dec.c410 if (h->ps.sps && h->ps.sps->bitstream_restriction_flag && in h264_decode_init()
Dvaapi_encode_h265.c553 vui->bitstream_restriction_flag = 1; in vaapi_encode_h265_init_sequence_params()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h264std.h169 uint32_t bitstream_restriction_flag:1; member
Dvulkan_video_codec_h265std.h143 uint32_t bitstream_restriction_flag : 1; member
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h264std.h188 uint32_t bitstream_restriction_flag : 1; member
Dvulkan_video_codec_h265std.h224 uint32_t bitstream_restriction_flag : 1; member
/third_party/mesa3d/include/vk_video/
Dvulkan_video_codec_h264std.h191 uint32_t bitstream_restriction_flag : 1; member
Dvulkan_video_codec_h265std.h180 uint32_t bitstream_restriction_flag : 1; member
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl8216 uint32_t bitstream_restriction_flag:1; member
8723 uint32_t bitstream_restriction_flag:1; member
DvkVulkan_c.inl224 deUint32 bitstream_restriction_flag : 1; member
702 deUint32 bitstream_restriction_flag : 1; member
DvkStrUtilImpl.inl16307 s << "\tbitstream_restriction_flag = " << value.bitstream_restriction_flag << '\n';
16830 s << "\tbitstream_restriction_flag = " << value.bitstream_restriction_flag << '\n';