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

  /external/chromium_org/media/filters/
frame_processor.cc 98 base::TimeDelta presentation_timestamp = frame->timestamp(); local
105 << ", PTS=" << presentation_timestamp.InSecondsF()
110 if (presentation_timestamp == kNoTimestamp()) {
118 if (decode_timestamp > presentation_timestamp) {
123 << presentation_timestamp.InSecondsF() << ")";
144 *timestamp_offset = group_start_timestamp_ - presentation_timestamp;
165 presentation_timestamp += *timestamp_offset;
217 group_end_timestamp_ = presentation_timestamp;
242 presentation_timestamp + frame_duration;
253 frame->set_timestamp(presentation_timestamp);
    [all...]
frame_processor_base.cc 163 << " presentation_timestamp " << buffer->timestamp().InSecondsF()
source_buffer_stream_unittest.cc 399 base::TimeDelta presentation_timestamp; local
401 presentation_timestamp = timestamp;
404 presentation_timestamp =
407 presentation_timestamp = timestamp - frame_duration_;
409 buffer->set_timestamp(presentation_timestamp);
    [all...]
  /external/chromium_org/media/base/android/
media_decoder_job.cc 428 base::TimeDelta presentation_timestamp; local
438 &presentation_timestamp,
455 bool render_output = presentation_timestamp >= preroll_timestamp_ &&
460 time_to_render = presentation_timestamp - (base::TimeTicks::Now() -
472 presentation_timestamp,
486 presentation_timestamp = std::max(
487 presentation_timestamp, start_presentation_timestamp);
489 presentation_timestamp = kNoTimestamp();
493 ReleaseOutputBuffer(buffer_index, size, render_output, presentation_timestamp,

Completed in 2327 milliseconds