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

/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerDyn.cpp83 void AudioResamplerDyn<TC, TI, TO>::InBuffer::resize(int CHANNELS, int halfNumCoefs) argument
86 size_t stateCount = halfNumCoefs * CHANNELS * 2 * kStateSizeMultipleOfFilterLength;
91 && mRingFull-mState == (ssize_t) (mStateCount-halfNumCoefs*CHANNELS)) {
102 TI* srcLo = mImpulse - halfNumCoefs*CHANNELS;
103 TI* srcHi = mImpulse + halfNumCoefs*CHANNELS;
120 mImpulse = state + halfNumCoefs*CHANNELS; // actually one sample greater than needed
121 mRingFull = state + mStateCount - halfNumCoefs*CHANNELS;
126 template<int CHANNELS>
130 TI* head = impulse + halfNumCoefs*CHANNELS;
131 for (size_t i=0 ; i<CHANNELS ;
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 278 milliseconds