Searched refs:cras_fmt_conv_in_frames_to_out (Results 1 – 7 of 7) sorted by relevance
/external/adhd/cras/src/tests/ |
D | fmt_conv_unittest.cc | 143 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 …]
|
D | audio_thread_unittest_obsolete.cc | 2143 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
|
D | dev_stream_unittest.cc | 1276 size_t cras_fmt_conv_in_frames_to_out(struct cras_fmt_conv* conv, in cras_fmt_conv_in_frames_to_out() function
|
D | iodev_unittest.cc | 2442 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/ |
D | cras_fmt_conv.h | 58 size_t cras_fmt_conv_in_frames_to_out(struct cras_fmt_conv *conv,
|
D | dev_stream.c | 111 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()
|
D | cras_fmt_conv.c | 617 size_t cras_fmt_conv_in_frames_to_out(struct cras_fmt_conv *conv, in cras_fmt_conv_in_frames_to_out() function
|