Searched refs:next_gop_frame (Results 1 – 1 of 1) sorted by relevance
182 auto &next_gop_frame = gop_struct.gop_frame_list[i]; in TestColocatedShowFrame() local183 if (gop_frame.order_idx == next_gop_frame.order_idx) { in TestColocatedShowFrame()185 EXPECT_EQ(gop_frame.update_ref_idx, next_gop_frame.colocated_ref_idx); in TestColocatedShowFrame()186 EXPECT_TRUE(next_gop_frame.is_show_frame); in TestColocatedShowFrame()188 if (gop_frame.update_ref_idx == next_gop_frame.update_ref_idx) { in TestColocatedShowFrame()