[go: nahoru, domu]

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

/frameworks/av/include/media/
H A DIMediaRecorder.h54 virtual status_t getMaxAmplitude(int* max) = 0;
H A DMediaRecorderBase.h60 virtual status_t getMaxAmplitude(int *max) = 0;
H A Dmediarecorder.h237 status_t getMaxAmplitude(int* max);
/frameworks/av/include/media/stagefright/
H A DAudioSource.h52 int16_t getMaxAmplitude();
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.h66 virtual status_t getMaxAmplitude(int* max);
H A DMediaRecorderClient.cpp219 status_t MediaRecorderClient::getMaxAmplitude(int* max) function in class:android::MediaRecorderClient
221 ALOGV("getMaxAmplitude");
227 return mRecorder->getMaxAmplitude(max);
H A DStagefrightRecorder.h72 virtual status_t getMaxAmplitude(int *max);
H A DStagefrightRecorder.cpp1883 status_t StagefrightRecorder::getMaxAmplitude(int *max) { function in class:StagefrightRecorder
1884 ALOGV("getMaxAmplitude");
1892 *max = mAudioSourceNode->getMaxAmplitude();
1939 snprintf(buffer, SIZE, " Max amplitude: %d\n", mAudioSourceNode == 0? 0: mAudioSourceNode->getMaxAmplitude());
/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp458 status_t MediaRecorder::getMaxAmplitude(int* max) function in class:android::MediaRecorder
460 ALOGV("getMaxAmplitude");
466 ALOGE("getMaxAmplitude called in an invalid state: %d", mCurrentState);
470 status_t ret = mMediaRecorder->getMaxAmplitude(max);
472 ALOGE("getMaxAmplitude failed: %d", ret);
H A DIMediaRecorder.cpp245 status_t getMaxAmplitude(int* max) function in class:android::BpMediaRecorder
247 ALOGV("getMaxAmplitude");
386 status_t ret = getMaxAmplitude(&max);
/frameworks/av/media/libstagefright/
H A DAudioSource.cpp411 int16_t AudioSource::getMaxAmplitude() { function in class:android::AudioSource
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java906 public native int getMaxAmplitude() throws IllegalStateException; method in class:MediaRecorder
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp357 ALOGV("getMaxAmplitude");
360 process_media_recorder_call(env, mr->getMaxAmplitude(&result), "java/lang/RuntimeException", "getMaxAmplitude failed.");
543 {"getMaxAmplitude", "()I", (void *)android_media_MediaRecorder_native_getMaxAmplitude},

Completed in 1300 milliseconds