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

  /frameworks/av/media/libeffects/testlibs/
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;
AudioPeakingFilter.h 76 uint32_t getBandwidth() const { return mBandwidth + 1; }
122 // Precision for the mBandwidth member.
132 uint32_t mBandwidth;
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 611 if (a->mBandwidth < b->mBandwidth) {
613 } else if (a->mBandwidth == b->mBandwidth) {
689 CHECK(meta->findInt32("bandwidth", (int32_t *)&item.mBandwidth));
692 initialBandwidth = item.mBandwidth;
703 if (mBandwidthItems.itemAt(i).mBandwidth == initialBandwidth) {
712 item.mBandwidth = 0;
1022 if (mBandwidthItems.itemAt(index).mBandwidth <= adjustedBandwidthBps) {
    [all...]
LiveSession.h 117 unsigned long mBandwidth;

Completed in 263 milliseconds