Home
last modified time | relevance | path

Searched refs:AudioTimestampHelper (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/media/base/
Daudio_timestamp_helper.cc12 AudioTimestampHelper::AudioTimestampHelper(int samples_per_second) in AudioTimestampHelper() function in media::AudioTimestampHelper
20 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()
Daudio_timestamp_helper.h28 class MEDIA_EXPORT AudioTimestampHelper {
30 AudioTimestampHelper(int samples_per_second);
66 DISALLOW_IMPLICIT_CONSTRUCTORS(AudioTimestampHelper);
Daudio_splicer.h44 AudioTimestampHelper output_timestamp_helper_;
Daudio_timestamp_helper_unittest.cc39 AudioTimestampHelper helper_;
Daudio_splicer_unittest.cc59 AudioTimestampHelper input_timestamp_helper_;
/external/chromium_org/media/mp2t/
Des_parser_adts.h20 class AudioTimestampHelper; variable
74 scoped_ptr<AudioTimestampHelper> audio_timestamp_helper_;
Des_parser_adts.cc277 new AudioTimestampHelper(samples_per_second)); in UpdateAudioConfiguration()
281 new AudioTimestampHelper(samples_per_second)); in UpdateAudioConfiguration()
/external/chromium_org/media/cdm/ppapi/
Dffmpeg_cdm_audio_decoder.h21 class AudioTimestampHelper; variable
78 scoped_ptr<AudioTimestampHelper> output_timestamp_helper_;
Dffmpeg_cdm_audio_decoder.cc187 new AudioTimestampHelper(config.samples_per_second)); in Initialize()
/external/chromium_org/media/filters/
Dopus_audio_decoder.h24 class AudioTimestampHelper; variable
72 scoped_ptr<AudioTimestampHelper> output_timestamp_helper_;
Dffmpeg_audio_decoder.h27 class AudioTimestampHelper; variable
85 scoped_ptr<AudioTimestampHelper> output_timestamp_helper_;
Ddecrypting_audio_decoder.h23 class AudioTimestampHelper; variable
144 scoped_ptr<AudioTimestampHelper> timestamp_helper_;
Daudio_renderer_impl_unittest.cc127 new AudioTimestampHelper(decoder_->samples_per_second())); in Initialize()
424 scoped_ptr<AudioTimestampHelper> next_timestamp_;
Ddecrypting_audio_decoder.cc446 timestamp_helper_.reset(new AudioTimestampHelper(samples_per_second_)); in UpdateDecoderConfig()
Dopus_audio_decoder.cc523 new AudioTimestampHelper(config.samples_per_second())); in ConfigureDecoder()
Dffmpeg_audio_decoder.cc379 new AudioTimestampHelper(config.samples_per_second())); in ConfigureDecoder()
/external/chromium_org/media/base/android/
Dmedia_source_player.h31 class AudioTimestampHelper; variable
268 scoped_ptr<AudioTimestampHelper> audio_timestamp_helper_;
Dmedia_source_player.cc338 audio_timestamp_helper_.reset(new AudioTimestampHelper(sampling_rate_)); in OnDemuxerConfigsAvailable()
/external/chromium_org/media/mp3/
Dmp3_stream_parser.h58 scoped_ptr<AudioTimestampHelper> timestamp_helper_;
Dmp3_stream_parser.cc409 timestamp_helper_.reset(new AudioTimestampHelper(sample_rate)); in ParseMP3Frame()