Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dvideo_coding_impl.h40 class VCMProcessTimer {
44 VCMProcessTimer(int64_t periodMs, Clock* clock) in VCMProcessTimer() function
171 VCMProcessTimer _retransmissionTimer RTC_GUARDED_BY(module_thread_checker_);
172 VCMProcessTimer _keyRequestTimer RTC_GUARDED_BY(module_thread_checker_);
H A Dvideo_coding_impl.cc29 int64_t VCMProcessTimer::Period() const { in Period()
33 int64_t VCMProcessTimer::TimeUntilProcess() const { in TimeUntilProcess()
39 void VCMProcessTimer::Processed() { in Processed()