Searched refs:EncodeAndExpectFrameWith (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp8/test/ |
H A D | vp8_impl_unittest.cc | 101 void EncodeAndExpectFrameWith(const VideoFrame& input_frame, in EncodeAndExpectFrameWith() function in webrtc::TestVp8Impl 522 EncodeAndExpectFrameWith(NextInputFrame(), 1); in TEST_F() 524 EncodeAndExpectFrameWith(NextInputFrame(), 0); in TEST_F() 526 EncodeAndExpectFrameWith(NextInputFrame(), 1); in TEST_F() 587 EncodeAndExpectFrameWith(NextInputFrame(), 0, true); in TEST_F() 588 EncodeAndExpectFrameWith(NextInputFrame(), 0, true); in TEST_F() 589 EncodeAndExpectFrameWith(NextInputFrame(), 0, true); in TEST_F()
|