Home
last modified time | relevance | path

Searched refs:s16_multiply_buf_with_coef (Results 1 – 4 of 4) sorted by relevance

/external/adhd/cras/src/server/
Dcras_fmt_conv_ops.h99 int16_t s16_multiply_buf_with_coef(float *coef, const int16_t *buf,
Dcras_fmt_conv_ops.c467 int16_t s16_multiply_buf_with_coef(float *coef, const int16_t *buf, size_t size) in s16_multiply_buf_with_coef() function
496 out[out_idx + i] = s16_multiply_buf_with_coef( in s16_convert_channels()
Dcras_fmt_conv.c596 tmp[ch] = s16_multiply_buf_with_coef( in cras_channel_remix_convert()
/external/adhd/cras/src/tests/
Dfmt_conv_ops_unittest.cc752 int16_t ret = s16_multiply_buf_with_coef(coef.get(), buf.get(), buf_size); in TEST()