Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastMixer.cpp169 mSinkChannelCount = Format_channelCount(mFormat); in onStateChange()
444 mono_blend(mMixerBuffer, mMixerBufferFormat, Format_channelCount(mFormat), frameCount, in onWork()
451 frameCount * Format_channelCount(mFormat)); in onWork()
DFastCapture.cpp108 unsigned channelCount = Format_channelCount(mFormat); in onStateChange()
DAudioFlinger.cpp3360 unsigned channelCount = Format_channelCount(format); in dumpTee()
/frameworks/av/include/media/nbaio/
DNBAIO.h81 unsigned Format_channelCount(const NBAIO_Format& format);
/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