• Home
  • Raw
  • Download

Lines Matching defs:n

79 void pa_sconv_s16le_to_float32ne(unsigned n, const int16_t *a, float *b) {  in pa_sconv_s16le_to_float32ne()
94 void pa_sconv_s32le_to_float32ne(unsigned n, const int32_t *a, float *b) { in pa_sconv_s32le_to_float32ne()
109 void pa_sconv_s16le_from_float32ne(unsigned n, const float *a, int16_t *b) { in pa_sconv_s16le_from_float32ne()
130 void pa_sconv_s32le_from_float32ne(unsigned n, const float *a, int32_t *b) { in pa_sconv_s32le_from_float32ne()
151 void pa_sconv_s16le_to_float32re(unsigned n, const int16_t *a, float *b) { in pa_sconv_s16le_to_float32re()
162 void pa_sconv_s32le_to_float32re(unsigned n, const int32_t *a, float *b) { in pa_sconv_s32le_to_float32re()
173 void pa_sconv_s16le_from_float32re(unsigned n, const float *a, int16_t *b) { in pa_sconv_s16le_from_float32re()
185 void pa_sconv_s32le_from_float32re(unsigned n, const float *a, int32_t *b) { in pa_sconv_s32le_from_float32re()
197 void pa_sconv_s32le_to_s16ne(unsigned n, const int32_t*a, int16_t *b) { in pa_sconv_s32le_to_s16ne()
208 void pa_sconv_s32le_to_s16re(unsigned n, const int32_t*a, int16_t *b) { in pa_sconv_s32le_to_s16re()
220 void pa_sconv_s32le_from_s16ne(unsigned n, const int16_t *a, int32_t *b) { in pa_sconv_s32le_from_s16ne()
231 void pa_sconv_s32le_from_s16re(unsigned n, const int16_t *a, int32_t *b) { in pa_sconv_s32le_from_s16re()
243 void pa_sconv_s24le_to_s16ne(unsigned n, const uint8_t *a, int16_t *b) { in pa_sconv_s24le_to_s16ne()
254 void pa_sconv_s24le_from_s16ne(unsigned n, const int16_t *a, uint8_t *b) { in pa_sconv_s24le_from_s16ne()
265 void pa_sconv_s24le_to_s16re(unsigned n, const uint8_t *a, int16_t *b) { in pa_sconv_s24le_to_s16re()
277 void pa_sconv_s24le_from_s16re(unsigned n, const int16_t *a, uint8_t *b) { in pa_sconv_s24le_from_s16re()
289 void pa_sconv_s24le_to_float32ne(unsigned n, const uint8_t *a, float *b) { in pa_sconv_s24le_to_float32ne()
301 void pa_sconv_s24le_from_float32ne(unsigned n, const float *a, uint8_t *b) { in pa_sconv_s24le_from_float32ne()
315 void pa_sconv_s24le_to_float32re(unsigned n, const uint8_t *a, float *b) { in pa_sconv_s24le_to_float32re()
328 void pa_sconv_s24le_from_float32re(unsigned n, const float *a, uint8_t *b) { in pa_sconv_s24le_from_float32re()
342 void pa_sconv_s24_32le_to_s16ne(unsigned n, const uint32_t *a, int16_t *b) { in pa_sconv_s24_32le_to_s16ne()
353 void pa_sconv_s24_32le_to_s16re(unsigned n, const uint32_t *a, int16_t *b) { in pa_sconv_s24_32le_to_s16re()
365 void pa_sconv_s24_32le_from_s16ne(unsigned n, const int16_t *a, uint32_t *b) { in pa_sconv_s24_32le_from_s16ne()
376 void pa_sconv_s24_32le_from_s16re(unsigned n, const int16_t *a, uint32_t *b) { in pa_sconv_s24_32le_from_s16re()
388 void pa_sconv_s24_32le_to_float32ne(unsigned n, const uint32_t *a, float *b) { in pa_sconv_s24_32le_to_float32ne()
400 void pa_sconv_s24_32le_to_float32re(unsigned n, const uint32_t *a, float *b) { in pa_sconv_s24_32le_to_float32re()
413 void pa_sconv_s24_32le_from_float32ne(unsigned n, const float *a, uint32_t *b) { in pa_sconv_s24_32le_from_float32ne()
427 void pa_sconv_s24_32le_from_float32re(unsigned n, const float *a, uint32_t *b) { in pa_sconv_s24_32le_from_float32re()