Lines Matching refs:nSpeakerAllocation
243 pInfo->nSpeakerAllocation[0] = data[0]; in getSpeakerAllocation()
244 pInfo->nSpeakerAllocation[1] = data[1]; in getSpeakerAllocation()
245 pInfo->nSpeakerAllocation[2] = data[2]; in getSpeakerAllocation()
249 if (pInfo->nSpeakerAllocation[0] & BIT(7)) { in getSpeakerAllocation()
251 } else if (pInfo->nSpeakerAllocation[0] & BIT(6)) { in getSpeakerAllocation()
253 } else if (pInfo->nSpeakerAllocation[0] & BIT(5)) { in getSpeakerAllocation()
255 } else if (pInfo->nSpeakerAllocation[0] & BIT(4)) { in getSpeakerAllocation()
257 } else if (pInfo->nSpeakerAllocation[0] & BIT(3)) { in getSpeakerAllocation()
259 } else if (pInfo->nSpeakerAllocation[0] & BIT(2)) { in getSpeakerAllocation()
261 } else if (pInfo->nSpeakerAllocation[0] & BIT(1)) { in getSpeakerAllocation()
263 } else if (pInfo->nSpeakerAllocation[0] & BIT(0)) { in getSpeakerAllocation()
267 if (pInfo->nSpeakerAllocation[1] & BIT(2)) { in getSpeakerAllocation()
269 } else if (pInfo->nSpeakerAllocation[1] & BIT(1)) { in getSpeakerAllocation()
271 } else if (pInfo->nSpeakerAllocation[1] & BIT(0)) { in getSpeakerAllocation()