Home
last modified time | relevance | path

Searched refs:mDstChannelCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.cpp6860 mDstChannelCount = audio_channel_count_from_in_mask(dstChannelMask); in updateParameters()
6861 mDstFrameSize = mDstChannelCount * audio_bytes_per_sample(mDstFormat); in updateParameters()
6890 mBufFrameSize = mDstChannelCount * audio_bytes_per_sample(AUDIO_FORMAT_PCM_FLOAT); in updateParameters()
6892 mBufFrameSize = mDstChannelCount * audio_bytes_per_sample(mSrcFormat); in updateParameters()
6938 frames * mDstChannelCount); in convertNoResampler()
6945 memcpy_by_index_array(dstBuf, mDstChannelCount, in convertNoResampler()
6954 frames * mDstChannelCount); in convertNoResampler()
6982 memcpy_by_index_array(dst, mDstChannelCount, in convertResampler()
6988 frames * mDstChannelCount); in convertResampler()
DThreads.h1201 uint32_t mDstChannelCount; variable