Searched refs:s16_stereo_to_mono (Results 1 – 4 of 4) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_fmt_conv_ops.h | 34 size_t s16_stereo_to_mono(const uint8_t *in, size_t in_frames, uint8_t *out);
|
D | cras_fmt_conv_ops.c | 144 size_t s16_stereo_to_mono(const uint8_t *_in, size_t in_frames, uint8_t *_out) in s16_stereo_to_mono() function
|
D | cras_fmt_conv.c | 192 return s16_stereo_to_mono(in, in_frames, out); in stereo_to_mono()
|
/external/adhd/cras/src/tests/ |
D | fmt_conv_ops_unittest.cc | 263 s16_stereo_to_mono((uint8_t*)src.get(), frames, (uint8_t*)dst.get()); in TEST() 285 s16_stereo_to_mono((uint8_t*)src.get(), frames, (uint8_t*)dst.get()); in TEST() 307 s16_stereo_to_mono((uint8_t*)src.get(), frames, (uint8_t*)dst.get()); in TEST()
|