Home
last modified time | relevance | path

Searched refs:cras_fmt_conv_in_frames_to_out (Results 1 – 7 of 7) sorted by relevance

/external/adhd/cras/src/tests/
Dfmt_conv_unittest.cc138 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
189 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
247 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
302 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
413 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
521 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
556 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
595 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
632 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
673 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
[all …]
Daudio_thread_unittest_obsolete.cc2182 return cras_fmt_conv_in_frames_to_out(dev_stream->conv, frames); in dev_stream_playback_frames()
2217 size_t cras_fmt_conv_in_frames_to_out(struct cras_fmt_conv *conv, in cras_fmt_conv_in_frames_to_out() function
Ddev_stream_unittest.cc1239 size_t cras_fmt_conv_in_frames_to_out(struct cras_fmt_conv *conv, in cras_fmt_conv_in_frames_to_out() function
Diodev_unittest.cc2197 size_t cras_fmt_conv_in_frames_to_out(struct cras_fmt_conv *conv, in cras_fmt_conv_in_frames_to_out() function
/external/adhd/cras/src/server/
Ddev_stream.c116 ? cras_fmt_conv_in_frames_to_out(out->conv, in dev_stream_create()
447 return cras_fmt_conv_in_frames_to_out(dev_stream->conv, frames); in dev_stream_playback_frames()
456 return cras_fmt_conv_in_frames_to_out(dev_stream->conv, in dev_stream_cb_threshold()
638 stream_frames = cras_fmt_conv_in_frames_to_out(dev_stream->conv, in dev_stream_set_delay()
Dcras_fmt_conv.h60 size_t cras_fmt_conv_in_frames_to_out(struct cras_fmt_conv *conv,
Dcras_fmt_conv.c756 size_t cras_fmt_conv_in_frames_to_out(struct cras_fmt_conv *conv, in cras_fmt_conv_in_frames_to_out() function