OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pValue16
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libeffects/testlibs/
EffectReverb.c
756
int16_t *
pValue16
;
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
= &pProperties->roomHFLevel
[
all
...]
/frameworks/av/media/libeffects/downmix/
EffectDownmix.c
757
int16_t *
pValue16
;
766
pValue16
= (int16_t *)pValue;
767
*
pValue16
= (int16_t) pDownmixer->type;
769
ALOGV("Downmix_getParameter DOWNMIX_PARAM_TYPE is %d", *
pValue16
);
[
all
...]
Completed in 752 milliseconds