Searched defs:kNumPhaseBits (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioResampler.h84 static const int kNumPhaseBits = 30; member in class:android::AudioResampler
87 static const uint32_t kPhaseMask = (1LU<<kNumPhaseBits)-1;
140 // phaseWrapLimit is the wraparound (1 << kNumPhaseBits), if not specified explicitly.

Completed in 115 milliseconds