HomeSort by relevance Sort by last modified time
    Searched refs:outChannelCount (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 111 uint32_t outChannelCount; // output channel count
857 session->outChannelCount = kPreProcDefaultCnl;
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 298 const uint32_t outChannelCount =
308 inChannelCount != outChannelCount ? 0
309 : outChannelCount * std::min(
388 && mOutChannelCountRequested != outChannelCount) {
391 mOutConversionBuffer->audioBuffer()->f32, outChannelCount,
417 outChannelCount * mConfig.outputCfg.buffer.frameCount);
426 mOutChannelCountRequested != outChannelCount
432 outChannelCount * mConfig.outputCfg.buffer.frameCount);
434 if (mOutChannelCountRequested != outChannelCount) {
435 adjust_selected_channels(mOutConversionBuffer->audioBuffer()->f32, outChannelCount,
    [all...]

Completed in 217 milliseconds