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.h 95 int Downmix_Reset(downmix_object_t *pDownmixer, bool init);
96 int Downmix_setParameter(downmix_object_t *pDownmixer, int32_t param, size_t size, void *pValue);
97 int Downmix_getParameter(downmix_object_t *pDownmixer, int32_t param, size_t *pSize, void *pValue);
EffectDownmix.c 272 downmix_object_t *pDownmixer;
286 pDownmixer = (downmix_object_t*) &pDwmModule->context;
288 if (pDownmixer->state == DOWNMIX_STATE_UNINITIALIZED) {
291 } else if (pDownmixer->state == DOWNMIX_STATE_INITIALIZED) {
304 switch(pDownmixer->type) {
311 pSrc += pDownmixer->input_channel_count;
319 pSrc += pDownmixer->input_channel_count;
374 downmix_object_t *pDownmixer;
381 pDownmixer = (downmix_object_t*) &pDwmModule->context;
403 Downmix_Reset(pDownmixer, false)
    [all...]

Completed in 278 milliseconds