Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/audio/audiotest/
H A Dwavedata.c73 int wSamplesPerBlock = 2036, wNumCoeff = 7; in uncompress_wave() local
90 wSamplesPerBlock = le_int(&hdr[p + 26], 2); in uncompress_wave()
164 while (n < (wSamplesPerBlock * 2 * channels)) in uncompress_wave()