Searched refs:output_timestamp_helper_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/media/base/
H A Daudio_splicer.cc76 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_
[all...]
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dffmpeg_cdm_audio_decoder.cc186 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());
H A Dffmpeg_cdm_audio_decoder.h77 scoped_ptr<AudioTimestampHelper> output_timestamp_helper_; member in class:media::FFmpegCdmAudioDecoder

Completed in 409 milliseconds