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

  /external/chromium_org/third_party/webrtc/modules/utility/source/
file_player_impl.cc 427 _accumulatedRenderTimeMs(0),
456 _accumulatedRenderTimeMs = 0;
596 if(_accumulatedRenderTimeMs == 0)
600 _accumulatedRenderTimeMs = 1;
609 _accumulatedRenderTimeMs += rest;
611 _accumulatedRenderTimeMs += _frameLengthMS;
619 timeToNextFrame = _accumulatedRenderTimeMs -
624 timeToNextFrame = _accumulatedRenderTimeMs - _decodedLengthInMS;
file_player_impl.h 113 int64_t _accumulatedRenderTimeMs;

Completed in 691 milliseconds