HomeSort by: relevance | last modified time | path
    Searched defs:GETPRINFO (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libossaudio/
oss_dsp.c 37 #define GETPRINFO(info, name) \
157 INTARG = GETPRINFO(&tmpinfo, sample_rate);
167 INTARG = GETPRINFO(&tmpinfo, channels) - 1;
235 INTARG = GETPRINFO(&tmpinfo, channels);
  /src/sys/compat/ossaudio/
ossaudio.c 62 #define GETPRINFO(info, name) \
278 idat = GETPRINFO(&tmpinfo, sample_rate);
309 idat = GETPRINFO(&tmpinfo, channels) - 1;
429 encoding = GETPRINFO(&tmpinfo, encoding);
430 precision = GETPRINFO(&tmpinfo, precision);
506 idat = GETPRINFO(&tmpinfo, channels);

Completed in 12 milliseconds