Home
last modified time | relevance | path

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

/external/webrtc/audio/utility/
Dchannel_mixing_matrix.cc186 float scale = HasInputChannel(SIDE_LEFT) ? ChannelMixer::kHalfPower : 1; in CreateTransformationMatrix()
209 float scale = HasInputChannel(BACK_LEFT) ? ChannelMixer::kHalfPower : 1; in CreateTransformationMatrix()
304 bool ChannelMixingMatrix::HasInputChannel(Channels ch) const { in HasInputChannel() function in webrtc::ChannelMixingMatrix
Dchannel_mixing_matrix.h60 bool HasInputChannel(Channels ch) const;