Searched refs:delta_pic_order_always_zero_flag (Results 1 – 5 of 5) sorted by relevance
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()
42 uint32_t delta_pic_order_always_zero_flag = 0; member
179 sps_parser.ReadBits(&sps_.delta_pic_order_always_zero_flag, 1)); in ParseSpsNalu()375 if (sps_.pic_order_cnt_type == 1 && !sps_.delta_pic_order_always_zero_flag) { in ParseNonParameterSetNalu()
270 uint8_t delta_pic_order_always_zero_flag; member
353 picture->delta_pic_order_always_zero_flag = picture_info->delta_pic_order_always_zero_flag; in vlVdpDecoderRenderH264()