Searched refs:pic_order_present_flag (Results 1 – 11 of 11) sorted by relevance
64 public boolean pic_order_present_flag; field in PictureParameterSet94 pps.pic_order_present_flag = reader in read()196 writer.writeBool(pic_order_present_flag, "PPS: pic_order_present_flag"); in write()300 result = prime * result + (pic_order_present_flag ? 1231 : 1237); in hashCode()351 if (pic_order_present_flag != other.pic_order_present_flag) in equals()387 ",\n pic_order_present_flag=" + pic_order_present_flag + in toString()
42 uint32_t pic_order_present_flag; // 04 member187 params.ipicparm.pic_order_present_flag = desc->pps->bottom_field_pic_order_in_frame_present_flag; in nv84_decoder_bsp()
94 uint32_t pic_order_present_flag; // 04 checked member213 h->pic_order_present_flag = d->pps->bottom_field_pic_order_in_frame_present_flag; in nouveau_vp3_fill_picparm_h264_bsp()
275 uint32_t pic_order_present_flag:1; member
102 h264->pic_fields.bits.pic_order_present_flag; in vlVaHandlePictureParameterBufferH264()
489 if (pps.pic_order_present_flag && !field_pic_flag) { in SliceHeader()
380 … picture->pps->bottom_field_pic_order_in_frame_present_flag = picture_info->pic_order_present_flag; in vlVdpDecoderRenderH264()
5732 deUint32 pic_order_present_flag:1; member
299 deUint32 pic_order_present_flag:1; member
11898 s << "\tpic_order_present_flag = " << value.pic_order_present_flag << '\n';