OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 */
/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
...]
/system/vold/
Volume.h
26
class
Volume
{
67
Volume
(VolumeManager *vm, const fstab_rec* rec, int flags);
68
virtual ~
Volume
();
80
/* Mountpoint of the raw
volume
*/
113
typedef android::List<
Volume
*> VolumeCollection;
Volume.cpp
45
#include "
Volume
.h"
59
const char *
Volume
::MEDIA_DIR = "/mnt/media_rw";
64
const char *
Volume
::FUSE_DIR = "/storage";
69
const char *
Volume
::SEC_ASECDIR_EXT = "/mnt/secure/asec";
74
const char *
Volume
::SEC_ASECDIR_INT = "/data/app-asec";
79
const char *
Volume
::ASECDIR = "/mnt/asec";
84
const char *
Volume
::LOOPDIR = "/mnt/obb";
86
const char *
Volume
::BLKID_PATH = "/system/bin/blkid";
89
if (state ==
Volume
::State_Init)
91
else if (state ==
Volume
::State_NoMedia
[
all
...]
/external/chromium_org/content/renderer/media/
webrtc_audio_capturer.cc
49
double
volume
,
55
volume
,
395
void WebRtcAudioCapturer::SetVolume(int
volume
) {
397
DCHECK_LE(
volume
, MaxVolume());
398
double normalized_volume = static_cast<double>(
volume
) / MaxVolume();
404
int WebRtcAudioCapturer::
Volume
() const {
415
double
volume
,
421
DCHECK_LE(
volume
, 1.0);
423
// We have a special situation on Linux where the microphone
volume
can be
424
// "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 498 milliseconds