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.cc143 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
190 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
238 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
286 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
341 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
393 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
492 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
567 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
663 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
695 out_frames = cras_fmt_conv_in_frames_to_out(c, buf_size); in TEST()
[all …]
Daudio_thread_unittest_obsolete.cc2143 return cras_fmt_conv_in_frames_to_out(dev_stream->conv, frames); in dev_stream_playback_frames()
2176 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.cc1276 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.cc2442 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/
Dcras_fmt_conv.h58 size_t cras_fmt_conv_in_frames_to_out(struct cras_fmt_conv *conv,
Ddev_stream.c111 cras_fmt_conv_in_frames_to_out(out->conv, in dev_stream_create()
415 return cras_fmt_conv_in_frames_to_out(dev_stream->conv, frames); in dev_stream_playback_frames()
424 return cras_fmt_conv_in_frames_to_out(dev_stream->conv, in dev_stream_cb_threshold()
621 stream_frames = cras_fmt_conv_in_frames_to_out(dev_stream->conv, in dev_stream_set_delay()
Dcras_fmt_conv.c617 size_t cras_fmt_conv_in_frames_to_out(struct cras_fmt_conv *conv, in cras_fmt_conv_in_frames_to_out() function