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

  /external/chromium_org/media/base/android/
media_source_player.cc 187 base::TimeDelta presentation_timestamp; local
193 timeout, &offset, &size, &presentation_timestamp, &end_of_stream);
218 time_to_render = presentation_timestamp - (base::TimeTicks::Now() -
226 presentation_timestamp, callback, decode_status),
233 ReleaseOutputBuffer(outputBufferIndex, size, presentation_timestamp,
244 const base::TimeDelta& presentation_timestamp,
255 callback, status, presentation_timestamp, is_audio_ ? size : 0));
599 const base::TimeDelta& presentation_timestamp, size_t audio_output_bytes) {
605 clock_.SetMaxTime(presentation_timestamp);
644 const base::TimeDelta& presentation_timestamp, size_t audio_output_bytes)
    [all...]
media_source_player.h 83 const base::TimeDelta& presentation_timestamp,
167 void UpdateTimestamps(const base::TimeDelta& presentation_timestamp,
179 const base::TimeDelta& presentation_timestamp,
  /external/chromium_org/media/filters/
chunk_demuxer.cc 480 TimeDelta presentation_timestamp = (*itr)->timestamp(); local
483 // |presentation_timestamp + (*itr)->duration()|, like the spec
485 TimeDelta frame_end_timestamp = presentation_timestamp;
486 if (presentation_timestamp < append_window_start_ ||
489 << " presentation_timestamp "
490 << presentation_timestamp.InSecondsF();
504 DVLOG(1) << "Dropping non-keyframe. presentation_timestamp "
505 << presentation_timestamp.InSecondsF();
    [all...]
source_buffer_stream_unittest.cc 277 base::TimeDelta presentation_timestamp; local
279 presentation_timestamp = timestamp;
282 presentation_timestamp =
285 presentation_timestamp = timestamp - frame_duration_;
287 buffer->set_timestamp(presentation_timestamp);
    [all...]

Completed in 49 milliseconds