Home
last modified time | relevance | path

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

/external/adhd/cras/src/common/
Dcras_audio_format.h59 CRAS_CH_LFE, enumerator
/external/adhd/cras/src/server/
Dcras_fmt_conv.c479 if (layout[CRAS_CH_LFE] != -1) { in surround51_to_stereo_downmix_mtx()
480 mtx[STEREO_L][layout[CRAS_CH_LFE]] = 0.707; in surround51_to_stereo_downmix_mtx()
481 mtx[STEREO_R][layout[CRAS_CH_LFE]] = 0.707; in surround51_to_stereo_downmix_mtx()
/external/adhd/cras/src/tests/
Dfmt_conv_unittest.cc349 swap_channel_layout(in_fmt.channel_layout, CRAS_CH_RR, CRAS_CH_LFE); in TEST()
365 swap_channel_layout(in_fmt.channel_layout, CRAS_CH_LFE, CRAS_CH_FR); in TEST()