Home | History | Annotate | Download | only in itf

Lines Matching refs:mProperties

52         thiz->mProperties.roomLevel = room;
87 REVERB_PARAM_ROOM_LEVEL, &thiz->mProperties.roomLevel);
91 *pRoom = thiz->mProperties.roomLevel;
113 thiz->mProperties.roomHFLevel = roomHF;
149 REVERB_PARAM_ROOM_HF_LEVEL, &thiz->mProperties.roomHFLevel);
153 *pRoomHF = thiz->mProperties.roomHFLevel;
172 thiz->mProperties.decayTime = decayTime;
208 REVERB_PARAM_DECAY_TIME, &thiz->mProperties.decayTime);
212 *pDecayTime = thiz->mProperties.decayTime;
231 thiz->mProperties.decayHFRatio = decayHFRatio;
267 REVERB_PARAM_DECAY_HF_RATIO, &thiz->mProperties.decayHFRatio);
271 *pDecayHFRatio = thiz->mProperties.decayHFRatio;
292 thiz->mProperties.reflectionsLevel = reflectionsLevel;
328 REVERB_PARAM_REFLECTIONS_LEVEL, &thiz->mProperties.reflectionsLevel);
332 *pReflectionsLevel = thiz->mProperties.reflectionsLevel;
351 thiz->mProperties.reflectionsDelay = reflectionsDelay;
387 REVERB_PARAM_REFLECTIONS_DELAY, &thiz->mProperties.reflectionsDelay);
391 *pReflectionsDelay = thiz->mProperties.reflectionsDelay;
412 thiz->mProperties.reverbLevel = reverbLevel;
448 REVERB_PARAM_REVERB_LEVEL, &thiz->mProperties.reverbLevel);
452 *pReverbLevel = thiz->mProperties.reverbLevel;
471 thiz->mProperties.reverbDelay = reverbDelay;
507 REVERB_PARAM_REVERB_DELAY, &thiz->mProperties.reverbDelay);
511 *pReverbDelay = thiz->mProperties.reverbDelay;
530 thiz->mProperties.diffusion = diffusion;
566 REVERB_PARAM_DIFFUSION, &thiz->mProperties.diffusion);
570 *pDiffusion = thiz->mProperties.diffusion;
589 thiz->mProperties.density = density;
625 REVERB_PARAM_DENSITY, &thiz->mProperties.density);
629 *pDensity = thiz->mProperties.density;
673 thiz->mProperties = properties;
709 REVERB_PARAM_PROPERTIES, &thiz->mProperties);
713 *pProperties = thiz->mProperties;
764 thiz->mProperties = IEnvironmentalReverb_default;