Home
last modified time | relevance | path

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

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