Home
last modified time | relevance | path

Searched refs:LastDecodedTimestamp (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Djitter_buffer.h177 int64_t LastDecodedTimestamp() const;
Dreceiver.cc273 if (jitter_buffer_.LastDecodedTimestamp() == dual_frame->TimeStamp()) { in DualDecoderCaughtUp()
Djitter_buffer.cc1073 int64_t VCMJitterBuffer::LastDecodedTimestamp() const { in LastDecodedTimestamp() function in webrtc::VCMJitterBuffer