HomeSort by relevance Sort by last modified time
    Searched refs:GetFrameDuration (Results 1 - 10 of 10) 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/filters/
audio_renderer_impl_unittest.cc 213 next_timestamp_->GetFrameDuration(size));
decrypting_audio_decoder.cc 467 timestamp_helper_->GetFrameDuration(frame->frame_count()));
ffmpeg_audio_decoder.cc 505 output_timestamp_helper_->GetFrameDuration(decoded_frames));
opus_audio_decoder.cc 561 output_timestamp_helper_->GetFrameDuration(samples_decoded));
  /hardware/libhardware/tests/camera2/
CameraMultiStreamTests.cpp 257 int64_t GetFrameDuration(const CameraMetadata& metaData) {

Completed in 594 milliseconds