Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dlpc10.c27 float speech[LPC10_SAMPLES_PER_FRAME];
129 lpc->samples = LPC10_SAMPLES_PER_FRAME; in startread()
154 if (lpc->samples == LPC10_SAMPLES_PER_FRAME) { in read_samples()
164 while (nread < len && lpc->samples < LPC10_SAMPLES_PER_FRAME) in read_samples()
177 while (len > 0 && lpc->samples < LPC10_SAMPLES_PER_FRAME) { in write_samples()
183 if (lpc->samples == LPC10_SAMPLES_PER_FRAME) { in write_samples()
/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Dlpc10.h72 #define LPC10_SAMPLES_PER_FRAME 180 macro