Home
last modified time | relevance | path

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

/external/webrtc/audio/utility/
Dchannel_mixing_matrix.cc183 if (HasOutputChannel(SIDE_LEFT)) { in CreateTransformationMatrix()
189 } else if (HasOutputChannel(BACK_CENTER)) { in CreateTransformationMatrix()
206 if (HasOutputChannel(BACK_LEFT)) { in CreateTransformationMatrix()
212 } else if (HasOutputChannel(BACK_CENTER)) { in CreateTransformationMatrix()
229 if (HasOutputChannel(BACK_LEFT)) { in CreateTransformationMatrix()
233 } else if (HasOutputChannel(SIDE_LEFT)) { in CreateTransformationMatrix()
251 if (HasOutputChannel(LEFT)) { in CreateTransformationMatrix()
264 if (!HasOutputChannel(CENTER)) { in CreateTransformationMatrix()
308 bool ChannelMixingMatrix::HasOutputChannel(Channels ch) const { in HasOutputChannel() function in webrtc::ChannelMixingMatrix
Dchannel_mixing_matrix.h61 bool HasOutputChannel(Channels ch) const;