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.c331 pSrc += pDownmixer->input_channel_count; in Downmix_Process()
339 pSrc += pDownmixer->input_channel_count; in Downmix_Process()
656 pDownmixer->input_channel_count = 8; // matches default input of AUDIO_CHANNEL_OUT_7POINT1 in Downmix_Configure()
664 pDownmixer->input_channel_count = in Downmix_Configure()
DEffectDownmix.h42 uint8_t input_channel_count; member