Searched refs:bitstream_restriction_flag (Results 1 – 22 of 22) sorted by relevance
223 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()
87 int bitstream_restriction_flag; member
81 int bitstream_restriction_flag; member
92 uint8_t bitstream_restriction_flag; member
480 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()
187 flag(bitstream_restriction_flag); in FUNC()188 if (current->bitstream_restriction_flag) { in FUNC()
286 dpb_frames = sps->vui.bitstream_restriction_flag ? in h264_metadata_update_sps()
166 uint8_t bitstream_restriction_flag; member
400 flag(bitstream_restriction_flag); in FUNC()401 if (current->bitstream_restriction_flag) { in FUNC()
718 vui->bitstream_restriction_flag = get_bits1(gb); in decode_vui()719 if (vui->bitstream_restriction_flag) { in decode_vui()
1447 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()
410 if (h->ps.sps && h->ps.sps->bitstream_restriction_flag && in h264_decode_init()
553 vui->bitstream_restriction_flag = 1; in vaapi_encode_h265_init_sequence_params()
169 uint32_t bitstream_restriction_flag:1; member
143 uint32_t bitstream_restriction_flag : 1; member
188 uint32_t bitstream_restriction_flag : 1; member
224 uint32_t bitstream_restriction_flag : 1; member
191 uint32_t bitstream_restriction_flag : 1; member
180 uint32_t bitstream_restriction_flag : 1; member
8216 uint32_t bitstream_restriction_flag:1; member8723 uint32_t bitstream_restriction_flag:1; member
224 deUint32 bitstream_restriction_flag : 1; member702 deUint32 bitstream_restriction_flag : 1; member
16307 s << "\tbitstream_restriction_flag = " << value.bitstream_restriction_flag << '\n';16830 s << "\tbitstream_restriction_flag = " << value.bitstream_restriction_flag << '\n';