Searched refs:getMaxAmplitude (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/include/media/
H A DIMediaRecorder.h52 virtual status_t getMaxAmplitude(int* max) = 0;
H A DMediaRecorderBase.h57 virtual status_t getMaxAmplitude(int *max) = 0;
H A Dmediarecorder.h232 status_t getMaxAmplitude(int* max);
/frameworks/av/include/media/stagefright/
H A DAudioSource.h48 int16_t getMaxAmplitude();
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.h51 virtual status_t getMaxAmplitude(int* max);
H A DMediaRecorderClient.cpp223 status_t MediaRecorderClient::getMaxAmplitude(int* max) function in class:android::MediaRecorderClient
225 ALOGV("getMaxAmplitude");
231 return mRecorder->getMaxAmplitude(max);
H A DStagefrightRecorder.h67 virtual status_t getMaxAmplitude(int *max);
H A DStagefrightRecorder.cpp1793 status_t StagefrightRecorder::getMaxAmplitude(int *max) { function in class:android::StagefrightRecorder
1794 ALOGV("getMaxAmplitude");
1802 *max = mAudioSourceNode->getMaxAmplitude();
1849 snprintf(buffer, SIZE, " Max amplitude: %d\n", mAudioSourceNode == 0? 0: mAudioSourceNode->getMaxAmplitude());
/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp464 status_t MediaRecorder::getMaxAmplitude(int* max) function in class:android::MediaRecorder
466 ALOGV("getMaxAmplitude");
472 ALOGE("getMaxAmplitude called in an invalid state: %d", mCurrentState);
476 status_t ret = mMediaRecorder->getMaxAmplitude(max);
478 ALOGE("getMaxAmplitude failed: %d", ret);
H A DIMediaRecorder.cpp242 status_t getMaxAmplitude(int* max) function in class:android::BpMediaRecorder
244 ALOGV("getMaxAmplitude");
352 status_t ret = getMaxAmplitude(&max);
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java805 public native int getMaxAmplitude() throws IllegalStateException; method in class:MediaRecorder
/frameworks/av/media/libstagefright/
H A DAudioSource.cpp378 int16_t AudioSource::getMaxAmplitude() { function in class:android::AudioSource
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp347 ALOGV("getMaxAmplitude");
350 process_media_recorder_call(env, mr->getMaxAmplitude(&result), "java/lang/RuntimeException", "getMaxAmplitude failed.");
501 {"getMaxAmplitude", "()I", (void *)android_media_MediaRecorder_native_getMaxAmplitude},

Completed in 194 milliseconds