Searched refs:nSpeakerAllocation (Results 1 – 2 of 2) sorted by relevance
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()[all …]
53 unsigned char nSpeakerAllocation[MIN_SPKR_ALLOCATION_DATA_LENGTH]; member