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

  /external/chromium_org/media/base/
audio_splicer.cc 76 return output_timestamp_helper_;
86 AudioTimestampHelper output_timestamp_helper_; member in class:media::AudioStreamSanitizer
96 : output_timestamp_helper_(samples_per_second),
109 output_timestamp_helper_.SetBaseTimestamp(base_timestamp);
111 output_timestamp_helper_.AddFrames(frame_count);
127 if (output_timestamp_helper_.base_timestamp() == kNoTimestamp())
128 output_timestamp_helper_.SetBaseTimestamp(input->timestamp());
130 if (output_timestamp_helper_.base_timestamp() > input->timestamp()) {
137 output_timestamp_helper_.GetTimestamp();
148 frames_to_fill = output_timestamp_helper_.GetFramesToTarget(timestamp)
    [all...]
  /external/chromium_org/media/cdm/ppapi/external_clear_key/
ffmpeg_cdm_audio_decoder.h 77 scoped_ptr<AudioTimestampHelper> output_timestamp_helper_; member in class:media::FFmpegCdmAudioDecoder
ffmpeg_cdm_audio_decoder.cc 186 output_timestamp_helper_.reset(
300 if (output_timestamp_helper_->base_timestamp() == kNoTimestamp() &&
307 output_timestamp_helper_->SetBaseTimestamp(base::TimeDelta());
309 output_timestamp_helper_->SetBaseTimestamp(timestamp);
347 output_timestamp_helper_->GetTimestamp();
348 output_timestamp_helper_->AddFrames(decoded_audio_size /
411 output_timestamp_helper_->SetBaseTimestamp(kNoTimestamp());

Completed in 77 milliseconds