HomeSort by relevance Sort by last modified time
    Searched refs:pDownmixer (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 261 downmix_object_t *pDownmixer;
275 pDownmixer = (downmix_object_t*) &pDwmModule->context;
277 if (pDownmixer->state == DOWNMIX_STATE_UNINITIALIZED) {
280 } else if (pDownmixer->state == DOWNMIX_STATE_INITIALIZED) {
293 switch(pDownmixer->type) {
300 pSrc += pDownmixer->input_channel_count;
308 pSrc += pDownmixer->input_channel_count;
360 downmix_object_t *pDownmixer;
367 pDownmixer = (downmix_object_t*) &pDwmModule->context;
389 Downmix_Reset(pDownmixer, false)
    [all...]
EffectDownmix.h 95 int Downmix_Reset(downmix_object_t *pDownmixer, bool init);
96 int Downmix_setParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t size, void *pValue);
97 int Downmix_getParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t *pSize, void *pValue);

Completed in 38 milliseconds