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

  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.h 76 uint32_t getBandwidth() const { return mBandwidth + 1; }
122 // Precision for the mBandwidth member.
132 uint32_t mBandwidth;
AudioPeakingFilter.cpp 84 mBandwidth = cents - 1;
92 mBandwidth >> BANDWIDTH_PRECISION_BITS
97 mBandwidth << (32 - BANDWIDTH_PRECISION_BITS)
105 int32_t halfBW = (((mBandwidth + 1) / 2) << 15) / 1200;
  /frameworks/av/media/libstagefright/include/
LiveSession.h 74 unsigned long mBandwidth;
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 147 if (a->mBandwidth < b->mBandwidth) {
149 } else if (a->mBandwidth == b->mBandwidth) {
196 CHECK(meta->findInt32("bandwidth", (int32_t *)&item.mBandwidth));
408 while (index > 0 && mBandwidthItems.itemAt(index).mBandwidth
436 while (index > 0 && mBandwidthItems.itemAt(index).mBandwidth > 1200000) {

Completed in 54 milliseconds