/third_party/ffmpeg/libavcodec/ |
D | h264_ps.c | 224 sps->bitstream_restriction_flag = get_bits1(gb); in decode_vui_parameters() 225 if (sps->bitstream_restriction_flag) { in decode_vui_parameters() 236 sps->bitstream_restriction_flag = 0; in decode_vui_parameters() 591 if (!sps->bitstream_restriction_flag && in ff_h264_decode_seq_parameter_set() 623 sps->bitstream_restriction_flag ? sps->num_reorder_frames : -1 in ff_h264_decode_seq_parameter_set()
|
D | h264_ps.h | 87 int bitstream_restriction_flag; member
|
D | hevc_ps.h | 81 int bitstream_restriction_flag; member
|
D | cbs_h264.h | 92 uint8_t bitstream_restriction_flag; member
|
D | vaapi_encode_h264.c | 479 sps->vui.bitstream_restriction_flag = 1; in vaapi_encode_h264_init_sequence_params() 552 .bitstream_restriction_flag = sps->vui.bitstream_restriction_flag, in vaapi_encode_h264_init_sequence_params()
|
D | cbs_h264_syntax_template.c | 187 flag(bitstream_restriction_flag); in FUNC() 188 if (current->bitstream_restriction_flag) { in FUNC()
|
D | h264_metadata_bsf.c | 280 dpb_frames = sps->vui.bitstream_restriction_flag ? in h264_metadata_update_sps()
|
D | cbs_h265.h | 166 uint8_t bitstream_restriction_flag; member
|
D | cbs_h265_syntax_template.c | 397 flag(bitstream_restriction_flag); in FUNC() 398 if (current->bitstream_restriction_flag) { in FUNC()
|
D | hevc_ps.c | 721 vui->bitstream_restriction_flag = get_bits1(gb); in decode_vui() 722 if (vui->bitstream_restriction_flag) { in decode_vui()
|
D | h264_slice.c | 1361 if (sps->bitstream_restriction_flag || in h264_select_output_frame() 1385 } else if(h->avctx->has_b_frames < out_of_order && !sps->bitstream_restriction_flag){ in h264_select_output_frame() 1468 if (sps && sps->bitstream_restriction_flag && in h264_field_start()
|
D | h264dec.c | 404 if (h->ps.sps && h->ps.sps->bitstream_restriction_flag && in h264_decode_init()
|
D | vaapi_encode_h265.c | 505 vui->bitstream_restriction_flag = 1; in vaapi_encode_h265_init_sequence_params()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/ |
D | vulkan_video_codec_h264std.h | 169 uint32_t bitstream_restriction_flag:1; member
|
D | vulkan_video_codec_h265std.h | 143 uint32_t bitstream_restriction_flag : 1; member
|
/third_party/vulkan-headers/include/vk_video/ |
D | vulkan_video_codec_h264std.h | 181 uint32_t bitstream_restriction_flag : 1; member
|
D | vulkan_video_codec_h265std.h | 174 uint32_t bitstream_restriction_flag : 1; member
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth264parser.h | 579 guint8 bitstream_restriction_flag; member
|
D | gsth265parser.h | 901 guint8 bitstream_restriction_flag; member
|
D | gsth264parser.c | 502 READ_UINT8 (nr, vui->bitstream_restriction_flag, 1); in gst_h264_parse_vui_parameters() 503 if (vui->bitstream_restriction_flag) { in gst_h264_parse_vui_parameters()
|
D | gsth265parser.c | 588 READ_UINT8 (nr, vui->bitstream_restriction_flag, 1); in gst_h265_parse_vui_parameters() 589 if (vui->bitstream_restriction_flag) { in gst_h265_parse_vui_parameters()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gsth264decoder.c | 2204 && sps->vui_parameters.bitstream_restriction_flag) { in gst_h264_decoder_update_max_num_reorder_frames() 2443 && sps->vui_parameters.bitstream_restriction_flag) in gst_h264_decoder_process_sps()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 6210 uint32_t bitstream_restriction_flag:1; member 6631 uint32_t bitstream_restriction_flag:1; member
|
D | vkVulkan_c.inl | 205 deUint32 bitstream_restriction_flag : 1; member 604 deUint32 bitstream_restriction_flag : 1; member
|
D | vkStrUtilImpl.inl | 12842 s << "\tbitstream_restriction_flag = " << value.bitstream_restriction_flag << '\n'; 13371 s << "\tbitstream_restriction_flag = " << value.bitstream_restriction_flag << '\n';
|