Searched refs:pic_order_present_flag (Results 1 – 9 of 9) 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()
363 unsigned int pic_order_present_flag : 1; member
1557 unsigned int pic_order_present_flag : 1; member
273 uint8_t pic_order_present_flag; member
356 picture->pic_order_present_flag = picture_info->pic_order_present_flag; in vlVdpDecoderRenderH264()
489 if (pps.pic_order_present_flag && !field_pic_flag) { in SliceHeader()
281 pic_order_present_flag); in SendPPS()