Lines Matching refs:numChannels
33 SLuint8 numChannels = ap->mNumChannels; in IMuteSolo_SetChannelMute() local
34 if (1 >= numChannels) { in IMuteSolo_SetChannelMute()
37 } else if (numChannels <= chan) { in IMuteSolo_SetChannelMute()
73 SLuint8 numChannels = ap->mNumChannels; in IMuteSolo_GetChannelMute() local
74 if (1 >= numChannels) { in IMuteSolo_GetChannelMute()
77 } else if (numChannels <= chan) { in IMuteSolo_GetChannelMute()
105 SLuint8 numChannels = ap->mNumChannels; in IMuteSolo_SetChannelSolo() local
106 if (1 >= numChannels) { in IMuteSolo_SetChannelSolo()
109 } else if (numChannels <= chan) { in IMuteSolo_SetChannelSolo()
145 SLuint8 numChannels = ap->mNumChannels; in IMuteSolo_GetChannelSolo() local
146 if (1 >= numChannels) { in IMuteSolo_GetChannelSolo()
149 } else if (numChannels <= chan) { in IMuteSolo_GetChannelSolo()
180 SLuint8 numChannels = ap->mNumChannels; in IMuteSolo_GetNumChannels() local
182 *pNumChannels = numChannels; in IMuteSolo_GetNumChannels()