Home
last modified time | relevance | path

Searched refs:presentation_timestamp (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/media/base/android/
Dmedia_decoder_job.cc324 base::TimeDelta presentation_timestamp; in DecodeInternal() local
334 &presentation_timestamp, in DecodeInternal()
365 time_to_render = presentation_timestamp - (base::TimeTicks::Now() - in DecodeInternal()
374 base::Bind(callback, status, presentation_timestamp)), in DecodeInternal()
387 presentation_timestamp = std::max( in DecodeInternal()
388 presentation_timestamp, start_presentation_timestamp); in DecodeInternal()
390 presentation_timestamp = kNoTimestamp(); in DecodeInternal()
393 callback, status, presentation_timestamp); in DecodeInternal()
398 MediaCodecStatus status, const base::TimeDelta& presentation_timestamp, in OnDecodeCompleted() argument
411 if (presentation_timestamp != kNoTimestamp()) in OnDecodeCompleted()
[all …]
Dmedia_source_player.cc475 const base::TimeDelta& presentation_timestamp, size_t audio_output_bytes) { in UpdateTimestamps() argument
476 base::TimeDelta new_max_time = presentation_timestamp; in UpdateTimestamps()
570 const base::TimeDelta& presentation_timestamp, size_t audio_output_bytes) { in MediaDecoderCallback() argument
626 presentation_timestamp != kNoTimestamp()) { in MediaDecoderCallback()
627 UpdateTimestamps(presentation_timestamp, audio_output_bytes); in MediaDecoderCallback()
651 if (presentation_timestamp != kNoTimestamp()) in MediaDecoderCallback()
652 StartStarvationCallback(presentation_timestamp); in MediaDecoderCallback()
882 const base::TimeDelta& presentation_timestamp) { in StartStarvationCallback() argument
894 DCHECK(current_timestamp <= presentation_timestamp); in StartStarvationCallback()
901 timeout = 2 * (presentation_timestamp - current_timestamp); in StartStarvationCallback()
Dmedia_source_player.h79 void UpdateTimestamps(const base::TimeDelta& presentation_timestamp,
91 const base::TimeDelta& presentation_timestamp,
137 void StartStarvationCallback(const base::TimeDelta& presentation_timestamp);
Dmedia_decoder_job.h130 const base::TimeDelta& presentation_timestamp,
/external/chromium_org/media/filters/
Dchunk_demuxer.cc634 TimeDelta presentation_timestamp = (*itr)->timestamp(); in FilterWithAppendWindow() local
639 TimeDelta frame_end_timestamp = presentation_timestamp; in FilterWithAppendWindow()
640 if (presentation_timestamp < append_window_start_ || in FilterWithAppendWindow()
644 << presentation_timestamp.InSecondsF(); in FilterWithAppendWindow()
659 << presentation_timestamp.InSecondsF(); in FilterWithAppendWindow()
Dsource_buffer_stream_unittest.cc289 base::TimeDelta presentation_timestamp; in AppendBuffers() local
291 presentation_timestamp = timestamp; in AppendBuffers()
294 presentation_timestamp = in AppendBuffers()
297 presentation_timestamp = timestamp - frame_duration_; in AppendBuffers()
299 buffer->set_timestamp(presentation_timestamp); in AppendBuffers()