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.c688 rsp = (void *)thread->remix_converter; in handle_audio_thread_message()
691 thread->remix_converter = rmsg->fmt_conv; in handle_audio_thread_message()
850 thread->remix_converter); in audio_io_thread()
1310 if (thread->remix_converter) in audio_thread_destroy()
1311 cras_fmt_conv_destroy(&thread->remix_converter); in audio_thread_destroy()
Dcras_iodev.h583 struct cras_fmt_conv *remix_converter);
Dcras_iodev.c1079 struct cras_fmt_conv *remix_converter) in cras_iodev_put_output_buffer() argument
1170 if (remix_converter) in cras_iodev_put_output_buffer()
1171 cras_channel_remix_convert(remix_converter, iodev->format, in cras_iodev_put_output_buffer()