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

  /frameworks/base/media/libeffects/lvm/lib/Bass/src/
LVDBE_Control.c 189 /* Converts the input volume demand from dBs to linear. */
196 /* 1. The volume should have the following settings: */
198 /* DBE Vol Control Volume setting */
213 LVM_INT16 Volume = 0; /* Required volume in dBs */
216 * Apply the volume if enabled
225 Volume = VOLUME_MAX;
229 Volume = pParams->VolumedB;
237 dBOffset = (LVM_UINT16)(6 + Volume % 6); /* Get the dBs 0-5 */
238 dBShifts = (LVM_UINT16)(Volume / -6); /* Get the 6dB shifts *
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Common/lib/
AGC.h 45 LVM_INT32 Volume; /* The current volume setting */
46 LVM_INT32 Target; /* The target volume setting */
51 LVM_INT16 VolumeShift; /* Volume shift scaling */
52 LVM_INT16 VolumeTC; /* Volume update time constant */
  /bootable/recovery/
common.h 101 } Volume;
  /system/vold/
Volume.cpp 39 #include "Volume.h"
52 const char *Volume::SECDIR = "/mnt/secure";
57 const char *Volume::SEC_STGDIR = "/mnt/secure/staging";
64 const char *Volume::SEC_STG_SECIMGDIR = "/mnt/secure/staging/.android_secure";
69 const char *Volume::SEC_ASECDIR = "/mnt/secure/asec";
74 const char *Volume::ASECDIR = "/mnt/asec";
79 const char *Volume::LOOPDIR = "/mnt/obb";
82 if (state == Volume::State_Init)
84 else if (state == Volume::State_NoMedia)
86 else if (state == Volume::State_Idle
    [all...]
Volume.h 25 class Volume {
62 Volume(VolumeManager *vm, const char *label, const char *mount_point);
63 virtual ~Volume();
97 typedef android::List<Volume *> VolumeCollection;
  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Control.c 166 * Volume Control parameters
331 /* Converts the input volume demand from dBs to linear. */
344 LVM_INT16 Volume = 0; /* Required volume in dBs */
351 Volume = 0;
355 Volume = pParams->VC_EffectLevel;
358 /* Compensate this volume in PSA plot */
359 if(Volume > -60) /* Limit volume loss to PSA Limits*/
360 pInstance->PSA_GainOffset=(LVM_INT16)(-Volume);/* Loss is compensated by Gain*
    [all...]

Completed in 306 milliseconds