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 137 last_decoded_state_(),
200 last_decoded_state_ = rhs.last_decoded_state_;
264 last_decoded_state_.Reset();
270 last_decoded_state_.Reset();
296 last_decoded_state_.Reset(); // TODO(mikhal): sync reset.
495 continuous = last_decoded_state_.ContinuousFrame(frame);
526 last_decoded_state_.SetState(frame);
527 DropPacketsFromNackList(last_decoded_state_.sequence_num());
549 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 33 milliseconds