Searched refs:mMaxAmplitude (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/
H A DAudioSource.cpp61 mMaxAmplitude(0),
132 mMaxAmplitude = 0;
419 if (mMaxAmplitude < value) {
420 mMaxAmplitude = value;
430 int16_t value = mMaxAmplitude;
431 mMaxAmplitude = 0;
/frameworks/av/include/media/stagefright/
H A DAudioSource.h88 int16_t mMaxAmplitude; member in struct:android::AudioSource
/frameworks/av/media/libstagefright/foundation/include/
H A DAudioSource.h88 int16_t mMaxAmplitude; member in struct:android::AudioSource
/frameworks/av/media/libstagefright/include/
H A DAudioSource.h88 int16_t mMaxAmplitude; member in struct:android::AudioSource
/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.cpp117 float getMaxAmplitude() const { return mMaxAmplitude; }
130 if (sample > mMaxAmplitude) {
131 mMaxAmplitude = sample;
209 float mMaxAmplitude = 0; member in class:LoopbackProcessor

Completed in 2194 milliseconds