Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/video_coding/timing/
H A Dtiming_unittest.cc221 timing.SetLastDecodeScheduledTimestamp(now); in TEST()
246 timing.SetLastDecodeScheduledTimestamp(now); in TEST()
301 timing.SetLastDecodeScheduledTimestamp(now); in TEST()
H A Dtiming.h118 void SetLastDecodeScheduledTimestamp(Timestamp last_decode_scheduled);
H A Dtiming.cc189 void VCMTiming::SetLastDecodeScheduledTimestamp( in SetLastDecodeScheduledTimestamp() function in webrtc::VCMTiming
/aosp_15_r20/external/webrtc/video/
H A Dvideo_stream_buffer_controller.cc256 timing_->SetLastDecodeScheduledTimestamp(now); in OnFrameReady()
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dframe_buffer2.cc120 timing_->SetLastDecodeScheduledTimestamp(clock_->CurrentTime()); in StartWaitForNextFrameOnQueue()