OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nSpeakerAllocation
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.cpp
243
pInfo->
nSpeakerAllocation
[0] = data[0];
244
pInfo->
nSpeakerAllocation
[1] = data[1];
245
pInfo->
nSpeakerAllocation
[2] = data[2];
246
ALOGV("pInfo->
nSpeakerAllocation
%x %x %x\n", data[0],data[1],data[2]);
249
if (pInfo->
nSpeakerAllocation
[0] & BIT(7)) {
251
} else if (pInfo->
nSpeakerAllocation
[0] & BIT(6)) {
253
} else if (pInfo->
nSpeakerAllocation
[0] & BIT(5)) {
255
} else if (pInfo->
nSpeakerAllocation
[0] & BIT(4)) {
257
} else if (pInfo->
nSpeakerAllocation
[0] & BIT(3)) {
259
} else if (pInfo->
nSpeakerAllocation
[0] & BIT(2))
[
all
...]
AudioUtil.h
53
unsigned char
nSpeakerAllocation
[MIN_SPKR_ALLOCATION_DATA_LENGTH];
Completed in 53 milliseconds