Searched refs:bottom_field_pic_order_in_frame_present_flag (Results 1 – 2 of 2) sorted by relevance
230 uint32_t bottom_field_pic_order_in_frame_present_flag; in ParsePpsNalu() local232 parser.ReadBits(&bottom_field_pic_order_in_frame_present_flag, 1)); in ParsePpsNalu()233 pps_.bottom_field_pic_order_in_frame_present_flag = in ParsePpsNalu()234 bottom_field_pic_order_in_frame_present_flag != 0; in ParsePpsNalu()369 if (pps_.bottom_field_pic_order_in_frame_present_flag && in ParseNonParameterSetNalu()378 if (pps_.bottom_field_pic_order_in_frame_present_flag && !field_pic_flag) { in ParseNonParameterSetNalu()
53 bool bottom_field_pic_order_in_frame_present_flag = false; member