Searched defs:infloat (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd_dsp.c191 float *infloat, *outfloat; local
273 infloat = (float *) xmalloc(sizeof(float) * innum);
276 src_short_to_float_array((short *) in, infloat, innum);
279 resample_data.data_in = infloat;
289 xfree(infloat);

Completed in 36 milliseconds