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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_buffer.cc 136 last_decoded_state_(),
199 last_decoded_state_ = rhs.last_decoded_state_;
263 last_decoded_state_.Reset();
269 last_decoded_state_.Reset();
295 last_decoded_state_.Reset(); // TODO(mikhal): sync reset.
493 continuous = last_decoded_state_.ContinuousFrame(frame);
524 last_decoded_state_.SetState(frame);
525 DropPacketsFromNackList(last_decoded_state_.sequence_num());
547 if (last_decoded_state_.IsOldPacket(&packet))
    [all...]
jitter_buffer.h 204 // Returns true if |frame| is continuous in the |last_decoded_state_|, taking
208 // |last_decoded_state_| taking all decodable frames into account. Starts
289 VCMDecodingState last_decoded_state_; member in class:webrtc::VCMJitterBuffer

Completed in 24 milliseconds