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

  /external/chromium_org/media/base/
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_timestamp_helper.h 28 class MEDIA_EXPORT AudioTimestampHelper {
30 explicit AudioTimestampHelper(int samples_per_second);
67 DISALLOW_IMPLICIT_CONSTRUCTORS(AudioTimestampHelper);
audio_discard_helper.h 76 AudioTimestampHelper timestamp_helper_;
audio_buffer_converter.h 96 AudioTimestampHelper timestamp_helper_;
audio_splicer.cc 29 const AudioTimestampHelper& timestamp_helper) {
75 const AudioTimestampHelper& timestamp_helper() {
86 AudioTimestampHelper output_timestamp_helper_;
258 const AudioTimestampHelper& output_ts_helper =
371 const AudioTimestampHelper& output_ts_helper =
455 const AudioTimestampHelper& output_ts_helper =
audio_timestamp_helper_unittest.cc 39 AudioTimestampHelper helper_;
audio_splicer_unittest.cc 151 AudioTimestampHelper input_timestamp_helper_;
  /external/chromium_org/media/formats/mp2t/
es_parser_adts.h 20 class AudioTimestampHelper;
74 scoped_ptr<AudioTimestampHelper> audio_timestamp_helper_;
es_parser_mpeg1audio.h 21 class AudioTimestampHelper;
77 scoped_ptr<AudioTimestampHelper> audio_timestamp_helper_;
es_parser_adts.cc 245 new AudioTimestampHelper(samples_per_second));
249 new AudioTimestampHelper(samples_per_second));
es_parser_mpeg1audio.cc 189 new AudioTimestampHelper(header.sample_rate));
193 new AudioTimestampHelper(header.sample_rate));
  /external/chromium_org/media/base/android/
audio_decoder_job.h 17 class AudioTimestampHelper;
68 scoped_ptr<AudioTimestampHelper> audio_timestamp_helper_;
audio_decoder_job.cc 137 audio_timestamp_helper_.reset(new AudioTimestampHelper(sampling_rate_));
  /external/chromium_org/media/cdm/ppapi/external_clear_key/
ffmpeg_cdm_audio_decoder.h 22 class AudioTimestampHelper;
77 scoped_ptr<AudioTimestampHelper> output_timestamp_helper_;
ffmpeg_cdm_audio_decoder.cc 187 new AudioTimestampHelper(config.samples_per_second));
  /external/chromium_org/media/filters/
decrypting_audio_decoder.h 23 class AudioTimestampHelper;
125 scoped_ptr<AudioTimestampHelper> timestamp_helper_;
audio_renderer_impl_unittest.cc 137 next_timestamp_.reset(new AudioTimestampHelper(kInputSamplesPerSecond));
393 scoped_ptr<AudioTimestampHelper> next_timestamp_;
621 AudioTimestampHelper timestamp_helper(kOutputSamplesPerSecond);
decrypting_audio_decoder.cc 222 new AudioTimestampHelper(config_.samples_per_second()));
  /external/chromium_org/media/cast/test/
fake_media_source.h 33 class AudioTimestampHelper;
138 scoped_ptr<media::AudioTimestampHelper> audio_sent_ts_;
fake_media_source.cc 449 new AudioTimestampHelper(kAudioSamplingFrequency));
  /external/chromium_org/media/formats/mpeg/
mpeg_audio_stream_parser_base.h 145 scoped_ptr<AudioTimestampHelper> timestamp_helper_;
mpeg_audio_stream_parser_base.cc 219 timestamp_helper_.reset(new AudioTimestampHelper(sample_rate));

Completed in 257 milliseconds