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

/frameworks/av/media/libstagefright/
H A DFLACExtractor.cpp90 unsigned getSampleRate() const { function in class:android::FLACParser
529 switch (getSampleRate()) {
542 ALOGE("unsupported sample rate %u", getSampleRate());
569 mTrackMetadata->setInt32(kKeySampleRate, getSampleRate());
572 (getTotalSamples() * 1000000LL) / getSampleRate());
626 if (mWriteHeader.sample_rate != getSampleRate() ||
647 int64_t timeUs = (1000000LL * sampleNumber) / getSampleRate();
716 sample = (seekTimeUs * mParser->getSampleRate()) / 1000000LL;
/frameworks/av/include/media/
H A DAudioRecord.h209 uint32_t getSampleRate() const;
H A DAudioTrack.h296 uint32_t getSampleRate() const;
/frameworks/base/core/java/android/speech/srec/
H A DWaveHeader.java123 public int getSampleRate() { method in class:WaveHeader
/frameworks/base/core/java/android/speech/tts/
H A DBlockingAudioTrack.java290 audioTrack.getSampleRate();
/frameworks/base/media/java/android/media/
H A DAudioRecord.java369 public int getSampleRate() { method in class:AudioRecord
H A DAudioTrack.java536 public int getSampleRate() { method in class:AudioTrack
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp356 uint32_t AudioRecord::getSampleRate() const function in class:android::AudioRecord
H A DAudioTrack.cpp582 uint32_t AudioTrack::getSampleRate() const function in class:android::AudioTrack
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1457 } else if ((mRecycledTrack->getSampleRate() != sampleRate) ||
1461 mRecycledTrack->getSampleRate(), sampleRate,
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp634 "Unable to retrieve AudioTrack pointer for getSampleRate()");
637 return (jint) lpTrack->getSampleRate();

Completed in 172 milliseconds