Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c1022 int in_ch_size; /* Input channel size */ in initmux() local
1025 in_ch_size = insiz / File_hdr.channels; in initmux()
1028 out_ch_size = in_ch_size * unitsp / unitsz; in initmux()
1041 in_ch_data[c] = malloc(sizeof (unsigned char) * in_ch_size); in initmux()
1045 prog, in_ch_size / 1000); in initmux()