Searched refs:GetFrameDuration (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/media/base/
H A Daudio_timestamp_helper.h49 // (GetTimestamp() + GetFrameDuration(n)) will equal the timestamp that
51 base::TimeDelta GetFrameDuration(int frame_count) const;
H A Daudio_timestamp_helper.cc39 base::TimeDelta AudioTimestampHelper::GetFrameDuration(int frame_count) const { function in class:media::AudioTimestampHelper
H A Daudio_timestamp_helper_unittest.cc78 base::TimeDelta duration = helper_.GetFrameDuration(frame_count);
/external/chromium_org/media/base/android/
H A Daudio_decoder_job.cc83 audio_timestamp_helper_->GetFrameDuration(frames_to_play);
/external/chromium_org/media/formats/mp2t/
H A Des_parser_adts.cc161 audio_timestamp_helper_->GetFrameDuration(kSamplesPerAACFrame);
/external/chromium_org/media/formats/mpeg/
H A Dmpeg_audio_stream_parser_base.cc245 buffer->set_duration(timestamp_helper_->GetFrameDuration(sample_count));

Completed in 638 milliseconds