Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DEffects.cpp388 && mOutChannelCountRequested != outChannelCount) { in process()
390 outBuffer->audioBuffer()->f32, mOutChannelCountRequested, in process()
394 * mOutChannelCountRequested * mConfig.outputCfg.buffer.frameCount); in process()
426 mOutChannelCountRequested != outChannelCount in process()
434 if (mOutChannelCountRequested != outChannelCount) { in process()
436 mOutBuffer->audioBuffer()->f32, mOutChannelCountRequested, in process()
545 mOutChannelCountRequested = in configure()
1064 const bool formatMismatch = !mSupportsFloat || mOutChannelCountRequested != outChannelCount; in setOutBuffer()
1068 const uint32_t outChannels = std::max((uint32_t)FCC_2, mOutChannelCountRequested); in setOutBuffer()
DEffects.h177 uint32_t mOutChannelCountRequested; variable