Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_spatial_channel_converter.cpp71 outChannel_ = info.channels; in Init()
84 outChannel_ = __builtin_popcountll(outChannelLayout_); in Init()
86 …externalLoader_.SetIOBufferConfig(false, sampleRate_, info.format, outChannel_, outChannelLayout_); in Init()
92 outChannel_ = info.channels; in Init()
100 channels = outChannel_; in ConverterChannels()
131 outPcmBuf_ = std::make_unique<uint8_t[]>(GetPcmLength(outChannel_, bps_)); in AllocateMem()
138 bufferLen = GetPcmLength(outChannel_, bps_); in GetOutputBufferStream()
143 size_t n = GetPcmLength(outChannel_, bps_); in Process()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Daudio_spatial_channel_converter.h71 int32_t outChannel_; variable