Searched defs:getMaxAmplitude (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp457 status_t MediaRecorder::getMaxAmplitude(int* max) function in class:android::MediaRecorder
459 ALOGV("getMaxAmplitude");
465 ALOGE("getMaxAmplitude called in an invalid state: %d", mCurrentState);
469 status_t ret = mMediaRecorder->getMaxAmplitude(max);
471 ALOGE("getMaxAmplitude failed: %d", ret);
H A DIMediaRecorder.cpp242 status_t getMaxAmplitude(int* max) function in class:android::BpMediaRecorder
244 ALOGV("getMaxAmplitude");
353 status_t ret = getMaxAmplitude(&max);
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp222 status_t MediaRecorderClient::getMaxAmplitude(int* max) function in class:android::MediaRecorderClient
224 ALOGV("getMaxAmplitude");
230 return mRecorder->getMaxAmplitude(max);
H A DStagefrightRecorder.cpp1847 status_t StagefrightRecorder::getMaxAmplitude(int *max) { function in class:StagefrightRecorder
1848 ALOGV("getMaxAmplitude");
1856 *max = mAudioSourceNode->getMaxAmplitude();
1903 snprintf(buffer, SIZE, " Max amplitude: %d\n", mAudioSourceNode == 0? 0: mAudioSourceNode->getMaxAmplitude());
/frameworks/av/media/libstagefright/
H A DAudioSource.cpp396 int16_t AudioSource::getMaxAmplitude() { function in class:android::AudioSource
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java832 public native int getMaxAmplitude() throws IllegalStateException; method in class:MediaRecorder

Completed in 115 milliseconds