Searched refs:AudioTimestampHelper (Results 1 – 20 of 20) sorted by relevance
12 AudioTimestampHelper::AudioTimestampHelper(int samples_per_second) in AudioTimestampHelper() function in media::AudioTimestampHelper20 void AudioTimestampHelper::SetBaseTimestamp(base::TimeDelta base_timestamp) { in SetBaseTimestamp()25 base::TimeDelta AudioTimestampHelper::base_timestamp() const { in base_timestamp()29 void AudioTimestampHelper::AddFrames(int frame_count) { in AddFrames()35 base::TimeDelta AudioTimestampHelper::GetTimestamp() const { in GetTimestamp()39 base::TimeDelta AudioTimestampHelper::GetFrameDuration(int frame_count) const { in GetFrameDuration()45 int64 AudioTimestampHelper::GetFramesToTarget(base::TimeDelta target) const { in GetFramesToTarget()67 base::TimeDelta AudioTimestampHelper::ComputeTimestamp( in ComputeTimestamp()
28 class MEDIA_EXPORT AudioTimestampHelper {30 AudioTimestampHelper(int samples_per_second);66 DISALLOW_IMPLICIT_CONSTRUCTORS(AudioTimestampHelper);
44 AudioTimestampHelper output_timestamp_helper_;
39 AudioTimestampHelper helper_;
59 AudioTimestampHelper input_timestamp_helper_;
20 class AudioTimestampHelper; variable74 scoped_ptr<AudioTimestampHelper> audio_timestamp_helper_;
277 new AudioTimestampHelper(samples_per_second)); in UpdateAudioConfiguration()281 new AudioTimestampHelper(samples_per_second)); in UpdateAudioConfiguration()
21 class AudioTimestampHelper; variable78 scoped_ptr<AudioTimestampHelper> output_timestamp_helper_;
187 new AudioTimestampHelper(config.samples_per_second)); in Initialize()
24 class AudioTimestampHelper; variable72 scoped_ptr<AudioTimestampHelper> output_timestamp_helper_;
27 class AudioTimestampHelper; variable85 scoped_ptr<AudioTimestampHelper> output_timestamp_helper_;
23 class AudioTimestampHelper; variable144 scoped_ptr<AudioTimestampHelper> timestamp_helper_;
127 new AudioTimestampHelper(decoder_->samples_per_second())); in Initialize()424 scoped_ptr<AudioTimestampHelper> next_timestamp_;
446 timestamp_helper_.reset(new AudioTimestampHelper(samples_per_second_)); in UpdateDecoderConfig()
523 new AudioTimestampHelper(config.samples_per_second())); in ConfigureDecoder()
379 new AudioTimestampHelper(config.samples_per_second())); in ConfigureDecoder()
31 class AudioTimestampHelper; variable268 scoped_ptr<AudioTimestampHelper> audio_timestamp_helper_;
338 audio_timestamp_helper_.reset(new AudioTimestampHelper(sampling_rate_)); in OnDemuxerConfigsAvailable()
58 scoped_ptr<AudioTimestampHelper> timestamp_helper_;
409 timestamp_helper_.reset(new AudioTimestampHelper(sample_rate)); in ParseMP3Frame()