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

  /external/chromium_org/media/base/
audio_timestamp_helper.h 49 // (GetTimestamp() + GetFrameDuration(n)) will equal the timestamp that
51 base::TimeDelta GetFrameDuration(int frame_count) const;
audio_timestamp_helper.cc 39 base::TimeDelta AudioTimestampHelper::GetFrameDuration(int frame_count) const {
audio_timestamp_helper_unittest.cc 78 base::TimeDelta duration = helper_.GetFrameDuration(frame_count);
  /external/chromium_org/media/base/android/
audio_decoder_job.cc 94 audio_timestamp_helper_->GetFrameDuration(frames_to_play);
  /external/chromium_org/media/formats/mp2t/
es_parser_adts.cc 148 audio_timestamp_helper_->GetFrameDuration(kSamplesPerAACFrame);
es_parser_mpeg1audio.cc 72 audio_timestamp_helper_->GetFrameDuration(
  /external/chromium_org/media/formats/mpeg/
mpeg_audio_stream_parser_base.cc 245 buffer->set_duration(timestamp_helper_->GetFrameDuration(sample_count));
  /hardware/libhardware/tests/camera2/
CameraMultiStreamTests.cpp 263 int64_t GetFrameDuration(const CameraMetadata& metaData) {

Completed in 328 milliseconds