Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/r_submix/
DSubmixRoute.cpp106 if (streamConfig.channelLayout != mPipeConfig.channelLayout) { in isStreamConfigCompatible()
108 << streamConfig.channelLayout.toString() in isStreamConfigCompatible()
109 << " pipe config channels = " << mPipeConfig.channelLayout.toString(); in isStreamConfigCompatible()
185 const int channelCount = getChannelCount(streamConfig.channelLayout); in createPipe()
DModuleRemoteSubmix.cpp79 config->channelMask = pipeConfig->channelLayout; in setAudioPortConfig()
116 .channelMasks = std::vector<AudioChannelLayout>({pipeConfig->channelLayout}), in populateConnectedDevicePort()
DSubmixRoute.h56 AudioChannelLayout channelLayout = member
DStreamRemoteSubmix.cpp42 mStreamConfig.channelLayout = context->getChannelLayout(); in StreamRemoteSubmix()
/hardware/interfaces/audio/aidl/vts/
DVtsHalBassBoostTargetTest.cpp56 AudioChannelLayout channelLayout = in SetUpBassBoost() local
63 mOutputFrameCount /* oFrameCount */, channelLayout, channelLayout); in SetUpBassBoost()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h85 const ::aidl::android::media::audio::common::AudioChannelLayout& channelLayout, in StreamContext()
96 mChannelLayout(channelLayout), in StreamContext()