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

/external/replicaisland/src/com/replica/replicaisland/
H A DChannelSystem.java22 private static final int CHANNEL_COUNT = 8; field in class:ChannelSystem
30 mChannels = new FixedSizeArray<Channel>(CHANNEL_COUNT);
34 for (int x = 0; x < CHANNEL_COUNT; x++) {
43 for (int x = 0; x < CHANNEL_COUNT; x++) {
57 assert mRegisteredChannelCount < CHANNEL_COUNT : "Channel pool exhausted!";
59 if (mRegisteredChannelCount < CHANNEL_COUNT) {
/external/quake/quake/src/WinQuake/
H A Dsnd_android.cpp26 const size_t CHANNEL_COUNT = 2; variable
436 const size_t CHANNEL_COUNT = 2; variable
509 size_t framesToCopy = buffer->size / (BYTES_PER_SAMPLE * CHANNEL_COUNT);
518 pData[frame * CHANNEL_COUNT] = leftSample;
525 pData[1 + frame * CHANNEL_COUNT] = rightSample;
632 (CHANNEL_COUNT > 1) ? AUDIO_CHANNEL_OUT_STEREO : AUDIO_CHANNEL_OUT_MONO, // channel mask
/external/srec/srec/cfront/
H A Dnisthdr.h91 CHANNEL_COUNT, enumerator in enum:Nist1AHeader::FieldId
213 Nist1AHeaderSetDef(setChannelCount, int, d, CHANNEL_COUNT)

Completed in 64 milliseconds