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

  /external/chromium_org/media/base/
audio_timestamp_helper.h 28 class MEDIA_EXPORT AudioTimestampHelper {
30 AudioTimestampHelper(int samples_per_second);
66 DISALLOW_IMPLICIT_CONSTRUCTORS(AudioTimestampHelper);
audio_timestamp_helper.cc 12 AudioTimestampHelper::AudioTimestampHelper(int samples_per_second)
20 void AudioTimestampHelper::SetBaseTimestamp(base::TimeDelta base_timestamp) {
25 base::TimeDelta AudioTimestampHelper::base_timestamp() const {
29 void AudioTimestampHelper::AddFrames(int frame_count) {
35 base::TimeDelta AudioTimestampHelper::GetTimestamp() const {
39 base::TimeDelta AudioTimestampHelper::GetFrameDuration(int frame_count) const {
45 int64 AudioTimestampHelper::GetFramesToTarget(base::TimeDelta target) const {
67 base::TimeDelta AudioTimestampHelper::ComputeTimestamp(
audio_splicer.h 44 AudioTimestampHelper output_timestamp_helper_;
audio_timestamp_helper_unittest.cc 39 AudioTimestampHelper helper_;
audio_splicer_unittest.cc 59 AudioTimestampHelper input_timestamp_helper_;
  /external/chromium_org/media/cdm/ppapi/
ffmpeg_cdm_audio_decoder.h 21 class AudioTimestampHelper;
78 scoped_ptr<AudioTimestampHelper> output_timestamp_helper_;
ffmpeg_cdm_audio_decoder.cc 154 new AudioTimestampHelper(config.samples_per_second));
  /external/chromium_org/media/filters/
ffmpeg_audio_decoder.h 26 class AudioTimestampHelper;
82 scoped_ptr<AudioTimestampHelper> output_timestamp_helper_;
opus_audio_decoder.h 23 class AudioTimestampHelper;
70 scoped_ptr<AudioTimestampHelper> output_timestamp_helper_;
decrypting_audio_decoder.h 23 class AudioTimestampHelper;
144 scoped_ptr<AudioTimestampHelper> timestamp_helper_;
audio_renderer_impl_unittest.cc 126 new AudioTimestampHelper(decoder_->samples_per_second()));
384 scoped_ptr<AudioTimestampHelper> next_timestamp_;
decrypting_audio_decoder.cc 442 timestamp_helper_.reset(new AudioTimestampHelper(samples_per_second_));
ffmpeg_audio_decoder.cc 359 new AudioTimestampHelper(config.samples_per_second()));
opus_audio_decoder.cc 497 new AudioTimestampHelper(config.samples_per_second()));
  /external/chromium_org/media/base/android/
media_source_player.h 34 class AudioTimestampHelper;
300 scoped_ptr<AudioTimestampHelper> audio_timestamp_helper_;
media_source_player.cc 503 audio_timestamp_helper_.reset(new AudioTimestampHelper(sampling_rate_));

Completed in 90 milliseconds