Searched refs:expected_ntp_time (Results 1 – 1 of 1) sorted by relevance
800 void WaitForEncodedFrame(int64_t expected_ntp_time) { in WaitForEncodedFrame() argument801 sink_.WaitForEncodedFrame(expected_ntp_time); in WaitForEncodedFrame()805 bool TimedWaitForEncodedFrame(int64_t expected_ntp_time, int64_t timeout_ms) { in TimedWaitForEncodedFrame() argument806 bool ok = sink_.TimedWaitForEncodedFrame(expected_ntp_time, timeout_ms); in TimedWaitForEncodedFrame()1126 void WaitForEncodedFrame(int64_t expected_ntp_time) { in WaitForEncodedFrame() argument1128 TimedWaitForEncodedFrame(expected_ntp_time, kDefaultTimeoutMs)); in WaitForEncodedFrame()1131 bool TimedWaitForEncodedFrame(int64_t expected_ntp_time, in TimedWaitForEncodedFrame() argument1140 test_encoder_->CheckLastTimeStampsMatch(expected_ntp_time, timestamp); in TimedWaitForEncodedFrame()