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

/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c756 int16_t *pValue16; local
768 pValue16 = (int16_t *)pValue;
771 *pValue16 = (int16_t)REVERB_PRESET_NONE;
773 *pValue16 = (int16_t)(pReverb->m_nNextRoom + 1);
775 ALOGV("get REVERB_PARAM_PRESET, preset %d", *pValue16);
808 pValue16 = (int16_t *) pValue;
817 pValue16 = &pProperties->roomLevel;
824 *pValue16 = Effects_Linear16ToMillibels(temp);
826 ALOGV("get REVERB_PARAM_ROOM_LEVEL %d, gain %d, m_nRoomLpfFwd %d, m_nRoomLpfFbk %d", *pValue16, temp, pReverb->m_nRoomLpfFwd, pReverb->m_nRoomLpfFbk);
831 pValue16
[all...]
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c778 int16_t *pValue16; local
787 pValue16 = (int16_t *)pValue;
788 *pValue16 = (int16_t) pDownmixer->type;
790 ALOGV("Downmix_getParameter DOWNMIX_PARAM_TYPE is %" PRId16, *pValue16);

Completed in 1137 milliseconds