HomeSort by relevance Sort by last modified time
    Searched defs:pProperties (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp     [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 757 t_reverb_settings *pProperties;
809 pProperties = (t_reverb_settings *) pValue;
817 pValue16 = &pProperties->roomLevel;
831 pValue16 = &pProperties->roomHFLevel;
858 pValue32 = (int32_t *)&pProperties->decayTime;
877 pValue16 = &pProperties->decayHFRatio;
920 pValue16 = &pProperties->reflectionsLevel;
930 pValue32 = (int32_t *)&pProperties->reflectionsDelay;
942 pValue16 = &pProperties->reverbLevel;
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 300 t_agc_settings *pProperties = (t_agc_settings *)pValue;
345 pProperties->targetLevel = (int16_t)(agc->target_level_dbfs() * -100);
346 pProperties->compGain = (int16_t)(agc->compression_gain_db() * 100);
347 pProperties->limiterEnabled = (bool)agc->is_limiter_enabled();
361 t_agc_settings *pProperties = (t_agc_settings *)pValue;
379 pProperties->targetLevel,
380 pProperties->compGain,
381 pProperties->limiterEnabled);
382 status = agc->set_target_level_dbfs(-(pProperties->targetLevel / 100));
384 status = agc->set_compression_gain_db(pProperties->compGain / 100)
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 466 milliseconds