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

  /frameworks/av/include/media/stagefright/
AudioSource.h 83 int16_t mMaxAmplitude;
  /frameworks/av/media/libstagefright/
AudioSource.cpp 112 mMaxAmplitude = 0;
372 if (mMaxAmplitude < value) {
373 mMaxAmplitude = value;
383 int16_t value = mMaxAmplitude;
384 mMaxAmplitude = 0;

Completed in 867 milliseconds