Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc805 bool TimedWaitForEncodedFrame(int64_t expected_ntp_time, int64_t timeout_ms) { in TimedWaitForEncodedFrame() function in webrtc::VideoStreamEncoderTest
806 bool ok = sink_.TimedWaitForEncodedFrame(expected_ntp_time, timeout_ms); in TimedWaitForEncodedFrame()
1128 TimedWaitForEncodedFrame(expected_ntp_time, kDefaultTimeoutMs)); in WaitForEncodedFrame()
1131 bool TimedWaitForEncodedFrame(int64_t expected_ntp_time, in TimedWaitForEncodedFrame() function in webrtc::VideoStreamEncoderTest::TestSink
5041 TimedWaitForEncodedFrame(timestamp_ms, 2 * kFrameIntervalMs); in TEST_F()
5158 if (!TimedWaitForEncodedFrame(timestamp_ms, 2 * 1000 / kFps)) { in TEST_F()
5189 if (!TimedWaitForEncodedFrame(timestamp_ms, 2 * 1000 / kFps)) { in TEST_F()