Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_fmt_conv.c94 if (layout[CRAS_CH_RL] != -1 && layout[CRAS_CH_RR] != -1) { in surround51_to_stereo_downmix_mtx()
96 mtx[STEREO_L][layout[CRAS_CH_RL]] = 0.866; in surround51_to_stereo_downmix_mtx()
97 mtx[STEREO_R][layout[CRAS_CH_RL]] = 0.5; in surround51_to_stereo_downmix_mtx()
176 rear_left = conv->out_fmt.channel_layout[CRAS_CH_RL]; in stereo_to_quad()
190 rear_left = conv->in_fmt.channel_layout[CRAS_CH_RL]; in quad_to_stereo()
/external/adhd/cras/src/common/
Dcras_audio_format.h56 CRAS_CH_RL, enumerator
/external/adhd/cras/src/tests/
Dfmt_conv_unittest.cc420 swap_channel_layout(in_fmt.channel_layout, CRAS_CH_RL, CRAS_CH_RR); in TEST()
521 swap_channel_layout(in_fmt.channel_layout, CRAS_CH_RL, CRAS_CH_RR); in TEST()
536 swap_channel_layout(in_fmt.channel_layout, CRAS_CH_FL, CRAS_CH_RL); in TEST()
1186 swap_channel_layout(out_fmt.channel_layout, CRAS_CH_RL, CRAS_CH_FR); in TEST()
/external/adhd/cras/client/cras-sys/src/
Dgen.rs478 CRAS_CH_RL = 2, enumerator