Home
last modified time | relevance | path

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

/system/media/audio_utils/
DChannelMix.cpp138 return std::make_shared<ChannelMix<AUDIO_CHANNEL_OUT_STEREO>>(); in INSTANTIATE_MASKS()
140 return std::make_shared<ChannelMix<AUDIO_CHANNEL_OUT_5POINT1>>(); in INSTANTIATE_MASKS()
142 return std::make_shared<ChannelMix<AUDIO_CHANNEL_OUT_7POINT1>>(); in INSTANTIATE_MASKS()
144 return std::make_shared<ChannelMix<AUDIO_CHANNEL_OUT_7POINT1POINT4>>(); in INSTANTIATE_MASKS()
146 return std::make_shared<ChannelMix<AUDIO_CHANNEL_OUT_9POINT1POINT6>>(); in INSTANTIATE_MASKS()
DAndroid.bp128 "ChannelMix.cpp",
/system/media/audio_utils/benchmarks/
Dchannelmix_benchmark.cpp181 ChannelMix<OUTPUT_CHANNEL_MASK> channelMix(channelMask); in BenchmarkChannelMix()
/system/media/audio_utils/include/audio_utils/
DChannelMix.h621 class ChannelMix : public IChannelMix {
631 explicit ChannelMix(audio_channel_mask_t inputChannelMask) { in ChannelMix() function
635 ChannelMix() = default;
/system/media/audio_utils/tests/
Dchannelmix_tests.cpp428 using StereoDownMix = android::audio_utils::channels::ChannelMix<AUDIO_CHANNEL_OUT_STEREO>;