Searched refs:FindNextFrame (Results 1 – 2 of 2) sorted by relevance
121 int64_t FindNextFrame(int64_t now_ms) RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_);
99 int64_t wait_ms = FindNextFrame(clock_->TimeInMilliseconds()); in StartWaitForNextFrameOnQueue()120 int64_t wait_ms = FindNextFrame(clock_->TimeInMilliseconds()); in StartWaitForNextFrameOnQueue()126 int64_t FrameBuffer::FindNextFrame(int64_t now_ms) { in FindNextFrame() function in webrtc::video_coding::FrameBuffer