Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_fmt_conv.c26 #define STEREO_L 0 macro
102 mtx[STEREO_L][layout[CRAS_CH_FC]] = 0.707; in surround51_to_stereo_downmix_mtx()
106 mtx[STEREO_L][layout[CRAS_CH_FL]] = 1.0; in surround51_to_stereo_downmix_mtx()
110 mtx[STEREO_L][layout[CRAS_CH_SL]] = 1.0; in surround51_to_stereo_downmix_mtx()
115 mtx[STEREO_L][layout[CRAS_CH_RL]] = 0.866; in surround51_to_stereo_downmix_mtx()
118 mtx[STEREO_L][layout[CRAS_CH_RR]] = 0.5; in surround51_to_stereo_downmix_mtx()
121 mtx[STEREO_L][layout[CRAS_CH_LFE]] = 0.707; in surround51_to_stereo_downmix_mtx()
124 normalize(mtx, 2, 6, normalize_factor(mtx[STEREO_L], 6)); in surround51_to_stereo_downmix_mtx()