HomeSort by relevance Sort by last modified time
    Searched refs:kFrameRateCountHistorySize (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/video_capture/
video_capture_config.h 28 enum {kFrameRateCountHistorySize = 90};
video_capture_impl.h 131 TickTime _incomingFrameTimes[kFrameRateCountHistorySize];// timestamp for local captured frames
video_capture_impl.cc 363 for (int i = (kFrameRateCountHistorySize - 2); i >= 0; i--)
375 for (num = 1; num < (kFrameRateCountHistorySize - 1); num++)

Completed in 58 milliseconds