Searched refs:getOutputSamplingRate (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/include/media/
H A DAudioSystem.h90 static status_t getOutputSamplingRate(int* samplingRate, audio_stream_type_t stream = AUDIO_STREAM_DEFAULT);
108 static status_t getOutputSamplingRate(int* samplingRate, int stream = AUDIO_STREAM_DEFAULT);
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp209 status_t AudioSystem::getOutputSamplingRate(int* samplingRate, int streamType) { function in class:android::AudioSystem
210 return getOutputSamplingRate(samplingRate, (audio_stream_type_t)streamType);
213 status_t AudioSystem::getOutputSamplingRate(int* samplingRate, audio_stream_type_t streamType) function in class:android::AudioSystem
238 ALOGV("getOutputSamplingRate() no output descriptor for output %d in gOutputs", output);
244 ALOGV("getOutputSamplingRate() reading from output desc");
H A DAudioTrack.cpp69 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) {
218 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) {
571 if (AudioSystem::getOutputSamplingRate(&afSamplingRate, mStreamType) != NO_ERROR) {
H A DSoundPool.cpp577 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) {
H A DToneGenerator.cpp807 if (AudioSystem::getOutputSamplingRate(&mSamplingRate, streamType) != NO_ERROR) {
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp417 if (AudioSystem::getOutputSamplingRate(&afSampleRate, mStreamType) !=
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp216 if (AudioSystem::getOutputSamplingRate(&afSampleRate, (audio_stream_type_t) streamType) != NO_ERROR) {
773 if (AudioSystem::getOutputSamplingRate(&afSamplingRate, nativeStreamType) != NO_ERROR) {
774 ALOGE("AudioSystem::getOutputSamplingRate() for stream type %d failed in AudioTrack JNI",
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1397 if (AudioSystem::getOutputSamplingRate(&afSampleRate, mStreamType) != NO_ERROR) {
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp169 if (android::AudioSystem::getOutputSamplingRate(&afSampleRate,

Completed in 1482 milliseconds