Home | History | Annotate | Download | only in alsa_sound

Lines Matching refs:BIT

51         ALOGV("Format:One-bit audio aka SACD");
78 if (byte & BIT(6)) {
81 } else if (byte & BIT(5)) {
84 } else if (byte & BIT(4)) {
87 } else if (byte & BIT(3)) {
90 } else if (byte & BIT(2)) {
93 } else if (byte & BIT(1)) {
96 } else if (byte & BIT(0)) {
107 if (byte & BIT(2)) {
108 ALOGV("24bit");
110 } else if (byte & BIT(1)) {
111 ALOGV("20bit");
113 } else if (byte & BIT(0)) {
114 ALOGV("16bit");
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)) {
261 } else if (pInfo->nSpeakerAllocation[0] & BIT(1)) {
263 } else if (pInfo->nSpeakerAllocation[0] & BIT(0)) {
267 if (pInfo->nSpeakerAllocation[1] & BIT(2)) {
269 } else if (pInfo->nSpeakerAllocation[1] & BIT(1)) {
271 } else if (pInfo->nSpeakerAllocation[1] & BIT(0)) {