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

  /bootable/recovery/
common.h 42 typedef struct fstab_rec Volume;
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
ListenerParam.java 39 Volume;
AudioParam.java 4 Volume,
  /frameworks/av/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/av/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 */
  /system/vold/
Volume.cpp 43 #include "Volume.h"
57 const char *Volume::MEDIA_DIR = "/mnt/media_rw";
62 const char *Volume::FUSE_DIR = "/storage";
67 const char *Volume::SEC_ASECDIR_EXT = "/mnt/secure/asec";
72 const char *Volume::SEC_ASECDIR_INT = "/data/app-asec";
76 const char *Volume::ASECDIR = "/mnt/asec";
81 const char *Volume::LOOPDIR = "/mnt/obb";
84 if (state == Volume::State_Init)
86 else if (state == Volume::State_NoMedia)
88 else if (state == Volume::State_Idle
    [all...]
Volume.h 26 class Volume {
65 Volume(VolumeManager *vm, const fstab_rec* rec, int flags);
66 virtual ~Volume();
76 /* Mountpoint of the raw volume */
107 typedef android::List<Volume *> VolumeCollection;
  /external/eigen/unsupported/Eigen/src/BVH/
KdBVH.h 55 * \brief A simple bounding volume hierarchy based on AlignedBox
62 * This class provides a simple (as opposed to optimized) implementation of a bounding volume hierarchy analogous to a Kd-tree.
74 typedef AlignedBox<Scalar, Dim> Volume;
75 typedef std::vector<Volume, aligned_allocator<Volume> > VolumeList;
82 /** Given an iterator range over \a Object references, constructs the BVH. Requires that bounding_box(Object) return a Volume. */
89 * Requires that bounding_box(Object) return a Volume. */
130 /** Given an \a index of a node, on exit, \a outVBegin and \a outVEnd range over the indices of the volume children of the node
155 } else { //if the first child is a volume and the second is an object
164 inline const Volume &getVolume(Index index) cons
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.cpp 112 TInt CStreamPlayer::Volume() const
220 SetVolume(Volume());
  /frameworks/av/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...]
  /external/chromium_org/content/renderer/media/
webrtc_audio_capturer.cc 105 int volume) {
112 volume);
397 void WebRtcAudioCapturer::SetVolume(int volume) {
399 DCHECK_LE(volume, MaxVolume());
400 double normalized_volume = static_cast<double>(volume) / MaxVolume();
406 int WebRtcAudioCapturer::Volume() const {
427 double volume) {
432 DCHECK_LE(volume, 1.0);
434 // We have a special situation on Linux where the microphone volume can be
435 // "higher than maximum". The input volume slider in the sound preferenc
    [all...]
  /external/libnfc-nci/src/udrv/include/
ucodec.h 82 #define UCODEC_AUDIO_VOLUME 8 /* Volume settings */
195 UINT8 Volume; /* 0 to mute. 0xFF for the max volume */

Completed in 691 milliseconds