Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_fmt_conv_ops.h58 size_t s16_51_to_stereo(const uint8_t *in, size_t in_frames, uint8_t *out);
Dcras_fmt_conv_ops.c270 size_t s16_51_to_stereo(const uint8_t *_in, size_t in_frames, uint8_t *_out) in s16_51_to_stereo() function
Dcras_fmt_conv.c235 return s16_51_to_stereo(in, in_frames, out); in _51_to_stereo()
/external/adhd/cras/src/tests/
Dfmt_conv_ops_unittest.cc521 s16_51_to_stereo((uint8_t*)src.get(), frames, (uint8_t*)dst.get()); in TEST()