Searched defs:getSampleRate (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAudioConfig.java90 public int getSampleRate() { method in class:BluetoothAudioConfig
/frameworks/av/services/audioflinger/tests/
H A Dtest_utils.h294 uint32_t getSampleRate() const { function in class:SignalProvider
/frameworks/base/core/java/android/speech/srec/
H A DWaveHeader.java123 public int getSampleRate() { method in class:WaveHeader
/frameworks/av/include/media/
H A DAudioRecord.h244 uint32_t getSampleRate() const { return mSampleRate; } function in class:android::AudioRecord
/frameworks/base/media/java/android/media/
H A DAudioFormat.java320 public int getSampleRate() { method in class:AudioFormat
H A DAudioRecord.java299 rate = format.getSampleRate();
459 public int getSampleRate() { method in class:AudioRecord
H A DAudioTrack.java412 rate = format.getSampleRate();
656 public int getSampleRate() { method in class:AudioTrack
/frameworks/av/include/private/media/
H A DAudioTrackShared.h405 uint32_t getSampleRate() const { return mCblk->mSampleRate; } function in class:android::AudioTrackServerProxy
/frameworks/av/media/libstagefright/
H A DFLACExtractor.cpp90 unsigned getSampleRate() const { function in class:android::FLACParser
573 switch (getSampleRate()) {
587 ALOGE("unsupported sample rate %u", getSampleRate());
617 mTrackMetadata->setInt32(kKeySampleRate, getSampleRate());
620 (getTotalSamples() * 1000000LL) / getSampleRate());
674 if (mWriteHeader.sample_rate != getSampleRate() ||
695 int64_t timeUs = (1000000LL * sampleNumber) / getSampleRate();
764 sample = (seekTimeUs * mParser->getSampleRate()) / 1000000LL;
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp694 uint32_t AudioTrack::getSampleRate() const function in class:android::AudioTrack
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1626 } else if ((mRecycledTrack->getSampleRate() != sampleRate) ||
1629 mRecycledTrack->getSampleRate(), sampleRate,
1950 uint32_t MediaPlayerService::AudioOutput::getSampleRate() const function in class:android::MediaPlayerService::AudioOutput
1953 return mTrack->getSampleRate();
2189 uint32_t MediaPlayerService::AudioCache::getSampleRate() const function in class:android::MediaPlayerService::AudioCache

Completed in 4357 milliseconds