Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/video/
H A Dvideo_stream_encoder_unittest.cc1019 bool TimedWaitForEncodedFrame(int64_t expected_ntp_time, TimeDelta timeout) { in TimedWaitForEncodedFrame() function in webrtc::VideoStreamEncoderTest
1020 bool ok = sink_.TimedWaitForEncodedFrame(expected_ntp_time, timeout); in TimedWaitForEncodedFrame()
1377 EXPECT_TRUE(TimedWaitForEncodedFrame(expected_ntp_time, kDefaultTimeout)); in WaitForEncodedFrame()
1380 bool TimedWaitForEncodedFrame(int64_t expected_ntp_time, in TimedWaitForEncodedFrame() function in webrtc::VideoStreamEncoderTest::TestSink
7012 TimedWaitForEncodedFrame(timestamp_ms, 2 * kFrameInterval); in TEST_F()
7160 if (!TimedWaitForEncodedFrame(timestamp_ms, in TEST_F()
7198 if (!TimedWaitForEncodedFrame(timestamp_ms, in TEST_F()