Searched refs:pValue16 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c773 int16_t *pValue16; local
785 pValue16 = (int16_t *)pValue;
788 *pValue16 = (int16_t)REVERB_PRESET_NONE;
790 *pValue16 = (int16_t)(pReverb->m_nNextRoom + 1);
792 ALOGV("get REVERB_PARAM_PRESET, preset %d", *pValue16);
825 pValue16 = (int16_t *) pValue;
834 pValue16 = &pProperties->roomLevel;
841 *pValue16 = Effects_Linear16ToMillibels(temp);
843 ALOGV("get REVERB_PARAM_ROOM_LEVEL %d, gain %d, m_nRoomLpfFwd %d, m_nRoomLpfFbk %d", *pValue16, temp, pReverb->m_nRoomLpfFwd, pReverb->m_nRoomLpfFbk);
848 pValue16
[all...]
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c776 int16_t *pValue16; local
785 pValue16 = (int16_t *)pValue;
786 *pValue16 = (int16_t) pDownmixer->type;
788 ALOGV("Downmix_getParameter DOWNMIX_PARAM_TYPE is %d", *pValue16);

Completed in 280 milliseconds