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

  /external/chromium_org/media/base/
audio_timestamp_helper.h 48 // (GetTimestamp() + GetFrameDuration(n)) will equal the timestamp that
50 base::TimeDelta GetFrameDuration(int frame_count) const;
audio_timestamp_helper.cc 39 base::TimeDelta AudioTimestampHelper::GetFrameDuration(int frame_count) const {
audio_splicer.cc 87 output_timestamp_helper_.GetFrameDuration(frames_to_fill));
audio_timestamp_helper_unittest.cc 78 base::TimeDelta duration = helper_.GetFrameDuration(frame_count);
audio_splicer_unittest.cc 41 input_timestamp_helper_.GetFrameDuration(frame_size));
  /external/chromium_org/media/mp2t/
es_parser_adts.cc 196 audio_timestamp_helper_->GetFrameDuration(kNumberSamplesPerAACFrame);
  /external/chromium_org/media/filters/
decrypting_audio_decoder.cc 471 timestamp_helper_->GetFrameDuration(frame->frame_count()));
ffmpeg_audio_decoder.cc 516 output_timestamp_helper_->GetFrameDuration(decoded_frames));
opus_audio_decoder.cc 618 output_timestamp_helper_->GetFrameDuration(frames_to_output));
audio_renderer_impl_unittest.cc 241 next_timestamp_->GetFrameDuration(size));
  /external/chromium_org/media/mp3/
mp3_stream_parser.cc 425 buffer->set_duration(timestamp_helper_->GetFrameDuration(sample_count));
  /hardware/libhardware/tests/camera2/
CameraMultiStreamTests.cpp 257 int64_t GetFrameDuration(const CameraMetadata& metaData) {

Completed in 389 milliseconds