Home
last modified time | relevance | path

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

/third_party/libsnd/Octave/
Doctave_test.m23 srate_out = 32000 ; variable
26 t = (2 * pi / srate_out * (0:srate_out-1))' ;
30 sfwrite (filename, data_out, srate_out, fmt_out) ;
35 if (srate_in != srate_out)
36 error ("\n\nSample rate mismatch : %d -> %d.\n\n", srate_out, srate_in) ;
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-soundcard.h1287 int srate_in, srate_out; member