HomeSort by relevance Sort by last modified time
    Searched full:mbandwidth (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libeffects/testlibs/
AudioPeakingFilter.cpp 86 mBandwidth = cents - 1;
94 mBandwidth >> BANDWIDTH_PRECISION_BITS
99 mBandwidth << (32 - BANDWIDTH_PRECISION_BITS)
107 int32_t halfBW = (((mBandwidth + 1) / 2) << 15) / 1200;
AudioPeakingFilter.h 76 uint32_t getBandwidth() const { return mBandwidth + 1; }
122 // Precision for the mBandwidth member.
132 uint32_t mBandwidth;
  /frameworks/base/media/libstagefright/include/
LiveSource.h 54 unsigned long mBandwidth;
  /frameworks/base/media/libstagefright/httplive/
LiveSource.cpp 58 if (a->mBandwidth < b->mBandwidth) {
60 } else if (a->mBandwidth == b->mBandwidth) {
102 CHECK(meta->findInt32("bandwidth", (int32_t *)&item.mBandwidth));

Completed in 68 milliseconds