Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_capture/
Dvideo_capture_impl.cc133 if ((now - _lastFrameRateCallbackTime).Milliseconds() in Process()
141 _lastFrameRateCallbackTime = now; // Can be set by EnableFrameRateCallback in Process()
158 _lastFrameRateCallbackTime(TickTime::Now()), in VideoCaptureImpl()
371 _lastFrameRateCallbackTime = TickTime::Now(); in EnableFrameRateCallback()
Dvideo_capture_impl.h125 TickTime _lastFrameRateCallbackTime; // last time the frame rate callback function was called. variable