Searched refs:outChannel_ (Results 1 – 2 of 2) sorted by relevance
71 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()
71 int32_t outChannel_; variable