Home
last modified time | relevance | path

Searched refs:CRAS_CH_RL (Results 1 – 3 of 3) sorted by relevance

/external/adhd/cras/src/common/
Dcras_audio_format.h56 CRAS_CH_RL, enumerator
/external/adhd/cras/src/server/
Dcras_fmt_conv.c400 if (layout[CRAS_CH_RL] != -1 && layout[CRAS_CH_RR] != -1) { in surround51_to_stereo_downmix_mtx()
402 mtx[STEREO_L][layout[CRAS_CH_RL]] = 0.866; in surround51_to_stereo_downmix_mtx()
403 mtx[STEREO_R][layout[CRAS_CH_RL]] = 0.5; in surround51_to_stereo_downmix_mtx()
/external/adhd/cras/src/tests/
Dfmt_conv_unittest.cc276 swap_channel_layout(in_fmt.channel_layout, CRAS_CH_RL, CRAS_CH_RR); in TEST()