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

  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 759 int16_t *pValue16;
771 pValue16 = (int16_t *)pValue;
774 *pValue16 = (int16_t)REVERB_PRESET_NONE;
776 *pValue16 = (int16_t)(pReverb->m_nNextRoom + 1);
778 ALOGV("get REVERB_PARAM_PRESET, preset %d", *pValue16);
811 pValue16 = (int16_t *) pValue;
820 pValue16 = &pProperties->roomLevel;
827 *pValue16 = Effects_Linear16ToMillibels(temp);
829 ALOGV("get REVERB_PARAM_ROOM_LEVEL %d, gain %d, m_nRoomLpfFwd %d, m_nRoomLpfFbk %d", *pValue16, temp, pReverb->m_nRoomLpfFwd, pReverb->m_nRoomLpfFbk);
834 pValue16 = &pProperties->roomHFLevel
    [all...]
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 900 int16_t *pValue16;
909 pValue16 = (int16_t *)pValue;
910 *pValue16 = (int16_t) pDownmixer->type;
912 ALOGV("Downmix_getParameter DOWNMIX_PARAM_TYPE is %" PRId16, *pValue16);
    [all...]

Completed in 208 milliseconds