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

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

Completed in 174 milliseconds