Searched refs:sampleRight (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
H A Dconfigbq.c153 short sampleRight = sin(seconds * M_PI_2 * hzRight) * 32767.0; local
157 buffer[i++] = (sampleRight + 32768) >> 8;
162 buffer[i++] = sampleRight & 0xFF;
163 buffer[i++] = sampleRight >> 8;
168 short sampleMono = ((int) sampleLeft + (int) sampleRight) / 2;

Completed in 156 milliseconds