HomeSort by relevance Sort by last modified time
    Searched refs:mMaxAmplitude (Results 1 - 2 of 2) sorted by null

  /frameworks/base/include/media/stagefright/
AudioSource.h 71 int16_t mMaxAmplitude;
  /frameworks/base/media/libstagefright/
AudioSource.cpp 86 mMaxAmplitude = 0;
347 if (mMaxAmplitude < value) {
348 mMaxAmplitude = value;
358 int16_t value = mMaxAmplitude;
359 mMaxAmplitude = 0;

Completed in 482 milliseconds