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

  /external/webrtc/webrtc/modules/video_coding/
inter_frame_delay.cc 24 _prevTimestamp = 0;
36 _prevTimestamp = timestamp;
51 if ((wrapAroundsSincePrev == 0 && timestamp < _prevTimestamp) ||
61 _prevTimestamp) /
70 _prevTimestamp = timestamp;
88 if (timestamp < _prevTimestamp) {
94 if (static_cast<int32_t>(timestamp - _prevTimestamp) > 0) {
102 } else if (static_cast<int32_t>(_prevTimestamp - timestamp) > 0) {
inter_frame_delay.h 58 uint32_t _prevTimestamp;

Completed in 2187 milliseconds