Home
last modified time | relevance | path

Searched refs:Format_channelCount (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/audioflinger/
DFastMixer.cpp246 mSinkChannelCount = Format_channelCount(mFormat); in onStateChange()
473 mono_blend(mMixerBuffer, mMixerBufferFormat, Format_channelCount(mFormat), frameCount, in onWork()
486 frameCount * Format_channelCount(mFormat)); in onWork()
DFastCapture.cpp109 unsigned channelCount = Format_channelCount(mFormat); in onStateChange()
DNBAIO_Tee.cpp216 Format_channelCount(format), in dumpTee()
/frameworks/av/media/libnbaio/include_mono/media/nbaio/
DNBAIO.h81 unsigned Format_channelCount(const NBAIO_Format& format);
/frameworks/av/media/libnbaio/
DNBAIO.cpp40 unsigned Format_channelCount(const NBAIO_Format& format) in Format_channelCount() function