Searched refs:getSampleRate (Results 1 - 18 of 18) sorted by relevance

/frameworks/av/media/libstagefright/
H A DFLACExtractor.cpp90 unsigned getSampleRate() const { function in class:android::FLACParser
552 switch (getSampleRate()) {
566 ALOGE("unsupported sample rate %u", getSampleRate());
596 mTrackMetadata->setInt32(kKeySampleRate, getSampleRate());
599 (getTotalSamples() * 1000000LL) / getSampleRate());
653 if (mWriteHeader.sample_rate != getSampleRate() ||
674 int64_t timeUs = (1000000LL * sampleNumber) / getSampleRate();
743 sample = (seekTimeUs * mParser->getSampleRate()) / 1000000LL;
H A DAudioPlayer.cpp730 sampleRate = mAudioSink->getSampleRate();
733 sampleRate = mAudioTrack->getSampleRate();
/frameworks/base/core/java/android/speech/srec/
H A DWaveHeader.java123 public int getSampleRate() { method in class:WaveHeader
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h89 virtual uint32_t getSampleRate() const;
199 virtual uint32_t getSampleRate() const;
H A DMediaPlayerService.cpp1503 } else if ((mRecycledTrack->getSampleRate() != sampleRate) ||
1506 mRecycledTrack->getSampleRate(), sampleRate,
1816 uint32_t MediaPlayerService::AudioOutput::getSampleRate() const function in class:android::MediaPlayerService::AudioOutput
1819 return mTrack->getSampleRate();
2024 uint32_t MediaPlayerService::AudioCache::getSampleRate() const function in class:android::MediaPlayerService::AudioCache
/frameworks/av/include/media/
H A DAudioRecord.h233 uint32_t getSampleRate() const { return mSampleRate; } function in class:android::AudioRecord
H A DMediaPlayerInterface.h103 virtual uint32_t getSampleRate() const = 0;
H A DAudioTrack.h340 uint32_t getSampleRate() const;
664 mutable uint32_t mSampleRate; // mutable because getSampleRate() can update it.
/frameworks/av/include/private/media/
H A DAudioTrackShared.h402 uint32_t getSampleRate() const { return mCblk->mSampleRate; } function in class:android::AudioTrackServerProxy
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.h51 virtual uint32_t getSampleRate() const;
H A DVideoEditorPlayer.cpp588 uint32_t VideoEditorPlayer::VeAudioOutput::getSampleRate() const { function in class:android::VideoEditorPlayer::VeAudioOutput
/frameworks/base/core/java/android/speech/tts/
H A DBlockingAudioTrack.java290 audioTrack.getSampleRate();
/frameworks/base/media/java/android/media/
H A DAudioRecord.java356 public int getSampleRate() { method in class:AudioRecord
H A DAudioTrack.java529 public int getSampleRate() { method in class:AudioTrack
/frameworks/av/services/audioflinger/
H A DTracks.cpp500 mAudioTrackServerProxy->getSampleRate(),
512 return mAudioTrackServerProxy->getSampleRate();
H A DThreads.cpp3168 uint32_t reqSampleRate = track->mAudioTrackServerProxy->getSampleRate();
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp640 "Unable to retrieve AudioTrack pointer for getSampleRate()");
643 return (jint) lpTrack->getSampleRate();
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp612 uint32_t AudioTrack::getSampleRate() const function in class:android::AudioTrack

Completed in 323 milliseconds