Home
last modified time | relevance | path

Searched refs:WaitForFrame (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/video_coding/
Dgeneric_decoder_unittest.cc48 absl::optional<VideoFrame> WaitForFrame(int64_t wait_ms) { in WaitForFrame() function in webrtc::video_coding::ReceiveCallback
97 absl::optional<VideoFrame> decoded_frame = user_callback_.WaitForFrame(10); in TEST_F()
113 absl::optional<VideoFrame> decoded_frame = user_callback_.WaitForFrame(200); in TEST_F()
Dframe_buffer2_unittest.cc258 TEST_F(TestFrameBuffer2, WaitForFrame) { in TEST_F() argument
/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc821 bool WaitForFrame(int64_t timeout_ms) { in WaitForFrame() function in webrtc::VideoStreamEncoderTest
822 bool ok = sink_.WaitForFrame(timeout_ms); in WaitForFrame()
1186 bool WaitForFrame(int64_t timeout_ms) { in WaitForFrame() function in webrtc::VideoStreamEncoderTest::TestSink
3425 EXPECT_FALSE(WaitForFrame(1000)); in TEST_F()
3432 EXPECT_FALSE(WaitForFrame(1000)); in TEST_F()
4425 if (!WaitForFrame(kFrameTimeoutMs)) { in TEST_F()
4444 if (!WaitForFrame(kFrameTimeoutMs)) { in TEST_F()
4460 if (!WaitForFrame(kFrameTimeoutMs)) { in TEST_F()
4476 if (!WaitForFrame(kFrameTimeoutMs)) { in TEST_F()
5371 EXPECT_TRUE(WaitForFrame(kDefaultTimeoutMs)); in TEST_F()
[all …]