Home
last modified time | relevance | path

Searched refs:mIdxAry (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audioflinger/
DBufferProviders.cpp295 mIdxAry, ARRAY_SIZE(mIdxAry), outputChannelMask, inputChannelMask); in RemixBufferProvider()
301 src, mInputChannels, mIdxAry, mSampleSize, frames); in copyFrames()
DBufferProviders.h132 int8_t mIdxAry[sizeof(uint32_t) * 8]; // 32 bits => channel indices variable
DThreads.h1216 int8_t mIdxAry[sizeof(uint32_t) * 8]; // used for channel mask conversion variable
DThreads.cpp6912 mIdxAry, ARRAY_SIZE(mIdxAry), mDstChannelMask, mSrcChannelMask); in updateParameters()
6946 src, mSrcChannelCount, mIdxAry, audio_bytes_per_sample(mSrcFormat), frames); in convertNoResampler()
6983 src, mSrcChannelCount, mIdxAry, audio_bytes_per_sample(mDstFormat), frames); in convertResampler()