Home
last modified time | relevance | path

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

/external/libopus/silk/
Ddec_API.c103 opus_int stereo_to_mono; in silk_Decode() local
123 stereo_to_mono = decControl->nChannelsInternal == 1 && psDec->nChannelsInternal == 2 && in silk_Decode()
352 if ( stereo_to_mono ){ in silk_Decode()
/external/adhd/cras/src/server/
Dcras_fmt_conv.c133 static size_t stereo_to_mono(struct cras_fmt_conv *conv, const uint8_t *in, in stereo_to_mono() function
317 conv->channel_converter = stereo_to_mono; in cras_fmt_conv_create()