Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/downmix/
DEffectDownmix.c351 pSrc += pDownmixer->input_channel_count; in Downmix_Process()
359 pSrc += pDownmixer->input_channel_count; in Downmix_Process()
450 pSrc += pDownmixer->input_channel_count; in Downmix_Process()
458 pSrc += pDownmixer->input_channel_count; in Downmix_Process()
780 pDownmixer->input_channel_count = 8; // matches default input of AUDIO_CHANNEL_OUT_7POINT1 in Downmix_Configure()
788 pDownmixer->input_channel_count = in Downmix_Configure()
DEffectDownmix.h44 uint8_t input_channel_count; member