Searched refs:delta_pic_order_always_zero_flag (Results 1 – 18 of 18) sorted by relevance
32 uint32_t delta_pic_order_always_zero_flag; // 134 member184 …params.iseqparm.delta_pic_order_always_zero_flag = desc->pps->sps->delta_pic_order_always_zero_fla… in nv84_decoder_bsp()
34 uint32_t delta_pic_order_always_zero_flag = 0; member
162 buffer->ReadBits(&sps.delta_pic_order_always_zero_flag, 1)); in ParseSpsUpToVui()
108 !sps_->delta_pic_order_always_zero_flag) { in ParseNonParameterSetNalu()
85 uint32_t delta_pic_order_always_zero_flag; // 10, or unknown member216 h->delta_pic_order_always_zero_flag = d->pps->sps->delta_pic_order_always_zero_flag; in nouveau_vp3_fill_picparm_h264_bsp()
40 public boolean delta_pic_order_always_zero_flag; field in SeqParameterSet123 sps.delta_pic_order_always_zero_flag = reader in read()361 writer.writeBool(delta_pic_order_always_zero_flag, in write()518 ", \n delta_pic_order_always_zero_flag=" + delta_pic_order_always_zero_flag + in toString()
77 context->desc.h264.pps->sps->delta_pic_order_always_zero_flag = in vlVaHandlePictureParameterBufferH264()78 h264->seq_fields.bits.delta_pic_order_always_zero_flag; in vlVaHandlePictureParameterBufferH264()
213 uint32_t delta_pic_order_always_zero_flag:1; member
367 …picture->pps->sps->delta_pic_order_always_zero_flag = picture_info->delta_pic_order_always_zero_fl… in vlVdpDecoderRenderH264()
307 uint8_t delta_pic_order_always_zero_flag; member
288 sps->delta_pic_order_always_zero_flag = vl_rbsp_u(rbsp, 1); in seq_parameter_set()756 if (!sps->delta_pic_order_always_zero_flag) { in slice_header()
402 result.sps_info_flags |= pic->pps->sps->delta_pic_order_always_zero_flag << 3; in get_h264_msg()
518 result.sps_info_flags |= pic->pps->sps->delta_pic_order_always_zero_flag << 3; in get_h264_msg()
105 result.sps_info_flags |= pic->pps->sps->delta_pic_order_always_zero_flag << 3; in get_h264_msg()
5679 deUint32 delta_pic_order_always_zero_flag:1; member
237 deUint32 delta_pic_order_always_zero_flag:1; member
11836 s << "\tdelta_pic_order_always_zero_flag = " << value.delta_pic_order_always_zero_flag << '\n';