Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c81 #define ADPCM_SIZE (1000*8) /* adpcm conversion output buf size */ macro
110 static unsigned char adpcm_buf[ADPCM_SIZE + 32];
551 insiz = ADPCM_SIZE / 2; in main()
556 insiz = (ADPCM_SIZE * 3) / 8; in main()