Home
last modified time | relevance | path

Searched refs:N_CHANNELS (Results 1 – 1 of 1) sorted by relevance

/external/srec/audio/AudioIn/UNIX/src/
Daudioinwrapper.cpp27 #define N_CHANNELS 1 macro
129 n = read(audiofd, buffer, frame_count*sizeof(short)*N_CHANNELS); in AudioRead()
130 n /= sizeof(short)*N_CHANNELS; in AudioRead()