Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Daudio_thread.h45 struct cras_fmt_conv *remix_converter; member
Daudio_thread.c686 rsp = (void *)thread->remix_converter; in handle_playback_thread_message()
689 thread->remix_converter = rmsg->fmt_conv; in handle_playback_thread_message()
839 thread->remix_converter); in audio_io_thread()
1282 if (thread->remix_converter) in audio_thread_destroy()
1283 cras_fmt_conv_destroy(&thread->remix_converter); in audio_thread_destroy()
Dcras_iodev.c1037 struct cras_fmt_conv *remix_converter) in cras_iodev_put_output_buffer() argument
1121 if (remix_converter) in cras_iodev_put_output_buffer()
1122 cras_channel_remix_convert(remix_converter, iodev->format, in cras_iodev_put_output_buffer()
Dcras_iodev.h582 struct cras_fmt_conv *remix_converter);