Home
last modified time | relevance | path

Searched refs:cras_audio_format_set_channel_layout (Results 1 – 5 of 5) sorted by relevance

/external/adhd/cras/src/tests/
Dalsa_helpers_unittest.cc54 cras_audio_format_set_channel_layout(fmt, channel_layout); in TEST()
106 cras_audio_format_set_channel_layout(fmt, channel_layout); in TEST()
Diodev_unittest.cc2527 int cras_audio_format_set_channel_layout(struct cras_audio_format* format, in cras_audio_format_set_channel_layout() function
/external/adhd/cras/src/common/
Dcras_audio_format.h151 int cras_audio_format_set_channel_layout(struct cras_audio_format *format,
Dcras_audio_format.c56 int cras_audio_format_set_channel_layout(struct cras_audio_format *format, in cras_audio_format_set_channel_layout() function
/external/adhd/cras/src/tools/cras_test_client/
Dcras_test_client.c1109 cras_audio_format_set_channel_layout(aud_format, layout); in run_file_io_stream()