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

/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypePcm.h42 typedef unsigned char ulaw; typedef in class:AudioTypePcm
55 void char2ulaw(char *&, ulaw *&);
62 void short2ulaw(short *&, ulaw *&);
69 void long2ulaw(long *&, ulaw *&);
76 void float2ulaw(float *&, ulaw *&);
83 void double2ulaw(double *&, ulaw *&);
86 void ulaw2char(ulaw *&, char *&);
87 void ulaw2short(ulaw*&, short *&);
88 void ulaw2long(ulaw*&, long *&);
89 void ulaw2float(ulaw *
[all...]

Completed in 48 milliseconds