Searched defs:GetStartTimestamp (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/filters/
H A Dsource_buffer_range.cc127 if (GetStartTimestamp() < buffers_.front()->GetDecodeTimestamp() &&
459 (GetStartTimestamp() <= timestamp && timestamp <= GetEndTimestamp()));
464 std::max(DecodeTimestamp(), GetStartTimestamp() - GetFudgeRoom());
471 return GetStartTimestamp() <= range.GetStartTimestamp() &&
476 return range.GetStartTimestamp() <= GetEndTimestamp() &&
480 DecodeTimestamp SourceBufferRange::GetStartTimestamp() const { function in class:media::SourceBufferRange
505 if (timestamp < GetStartTimestamp() || timestamp >= GetBufferedEndTimestamp())
528 if (timestamp < GetStartTimestamp() || timestamp >= GetBufferedEndTimestamp())

Completed in 1071 milliseconds