Searched refs:TimedWaitForEncodedFrame (Results 1 – 1 of 1) sorted by relevance
805 bool TimedWaitForEncodedFrame(int64_t expected_ntp_time, int64_t timeout_ms) { in TimedWaitForEncodedFrame() function in webrtc::VideoStreamEncoderTest806 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::TestSink5041 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()