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

  /external/chromium_org/media/filters/
source_buffer_range.cc 290 if (end_timestamp < GetBufferedEndTimestamp())
314 GetBufferedEndTimestamp() : gop_itr->first;
466 timestamp < GetBufferedEndTimestamp();
493 DecodeTimestamp SourceBufferRange::GetBufferedEndTimestamp() const {
505 if (timestamp < GetStartTimestamp() || timestamp >= GetBufferedEndTimestamp())
528 if (timestamp < GetStartTimestamp() || timestamp >= GetBufferedEndTimestamp())
source_buffer_range.h 165 DecodeTimestamp GetBufferedEndTimestamp() const;
source_buffer_stream.cc     [all...]

Completed in 202 milliseconds