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

/external/chromium_org/media/filters/
H A Dsource_buffer_stream.cc220 DecodeTimestamp next_buffer_timestamp = GetNextBufferTimestamp(); local
312 SetSelectedRangeIfNeeded(next_buffer_timestamp);
568 DecodeTimestamp next_buffer_timestamp = GetNextBufferTimestamp();
570 next_buffer_timestamp == kNoDecodeTimestamp() ||
571 last_appended_buffer_timestamp_ >= next_buffer_timestamp) {
583 if (remove_range_start >= next_buffer_timestamp)
588 remove_range_start, next_buffer_timestamp, total_bytes_to_free,
593 next_buffer_timestamp.ToPresentationTime());
H A Dsource_buffer_range.cc367 DecodeTimestamp next_buffer_timestamp = GetNextTimestamp(); local
368 if (next_buffer_timestamp == kNoDecodeTimestamp() ||
369 next_buffer_timestamp >= (*starting_point)->GetDecodeTimestamp()) {

Completed in 80 milliseconds