Searched refs:another_recovery_frame (Results 1 – 1 of 1) sorted by relevance
828 EncodedFrameWithBuffer& another_recovery_frame = frames[5]; in TEST_F() local831 &another_recovery_frame); in TEST_F()832 another_recovery_frame.dependency = EncodedFrame::KEY_FRAME; in TEST_F()833 another_recovery_frame.referenced_frame_id = another_recovery_frame.frame_id; in TEST_F()834 ASSERT_EQ(Sender::OK, sender()->EnqueueFrame(another_recovery_frame)); in TEST_F()841 EXPECT_CALL(observer, OnFrameCanceled(another_recovery_frame.frame_id)) in TEST_F()844 receiver()->SetCheckpointFrame(another_recovery_frame.frame_id); in TEST_F()