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 | 138 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 …]
|
D | audio_thread_unittest_obsolete.cc | 2182 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
|
D | dev_stream_unittest.cc | 1239 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 | 2197 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 | dev_stream.c | 116 ? 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()
|
D | cras_fmt_conv.h | 60 size_t cras_fmt_conv_in_frames_to_out(struct cras_fmt_conv *conv,
|
D | cras_fmt_conv.c | 756 size_t cras_fmt_conv_in_frames_to_out(struct cras_fmt_conv *conv, in cras_fmt_conv_in_frames_to_out() function
|