HomeSort by relevance Sort by last modified time
    Searched refs:Volume (Results 1 - 25 of 52) sorted by null

1 2 3

  /frameworks/av/services/audiopolicy/engineconfigurable/include/
EngineDefinition.h 19 #include <Volume.h>
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
Gains.h 35 // default volume curve
36 static const VolumeCurvePoint sDefaultVolumeCurve[Volume::VOLCNT];
37 // default volume curve for media strategy
38 static const VolumeCurvePoint sDefaultMediaVolumeCurve[Volume::VOLCNT];
39 // volume curve for non-media audio on ext media outputs (HDMI, Line, etc)
40 static const VolumeCurvePoint sExtMediaSystemVolumeCurve[Volume::VOLCNT];
41 // volume curve for media strategy on speakers
42 static const VolumeCurvePoint sSpeakerMediaVolumeCurve[Volume::VOLCNT];
43 static const VolumeCurvePoint sSpeakerMediaVolumeCurveDrc[Volume::VOLCNT];
44 // volume curve for sonification strategy on speaker
    [all...]
IVolumeCurvesCollection.h 20 #include <Volume.h>
  /bootable/recovery/
roots.h 22 // Load and parse volume data from /etc/recovery.fstab.
25 // Return the Volume* record for this path (or NULL).
26 Volume* volume_for_path(const char* path);
28 // Make sure that the volume 'path' is on is mounted. Returns 0 on
29 // success (volume is mounted).
35 // Make sure that the volume 'path' is on is unmounted. Returns 0 on
36 // success (volume is unmounted);
39 // Reformat the given volume (must be the mount point only, eg
40 // "/cache"), no paths permitted. Attempts to unmount the volume if
42 int format_volume(const char* volume);
    [all...]
bootloader.cpp 34 static int get_bootloader_message_mtd(bootloader_message* out, const Volume* v);
35 static int set_bootloader_message_mtd(const bootloader_message* in, const Volume* v);
36 static int get_bootloader_message_block(bootloader_message* out, const Volume* v);
37 static int set_bootloader_message_block(const bootloader_message* in, const Volume* v);
40 Volume* v = volume_for_path("/misc");
42 LOGE("Cannot load volume /misc!\n");
55 Volume* v = volume_for_path("/misc");
57 LOGE("Cannot load volume /misc!\n");
77 const Volume* v) {
103 const Volume* v)
    [all...]
common.h 40 typedef struct fstab_rec Volume;
roots.cpp 62 Volume* v = &fstab->recs[i];
69 Volume* volume_for_path(const char* path) {
73 // Mount the volume specified by path at the given mount_point.
75 Volume* v = volume_for_path(path);
77 LOGE("unknown volume for path [%s]\n", path);
99 // volume is already mounted
137 Volume* v = volume_for_path(path);
139 LOGE("unknown volume for path [%s]\n", path);
157 // volume is already unmounted
178 int format_volume(const char* volume, const char* directory)
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
Gains.cpp 28 #include <Volume.h>
36 Gains::sDefaultVolumeCurve[Volume::VOLCNT] = {
42 Gains::sDefaultMediaVolumeCurve[Volume::VOLCNT] = {
47 Gains::sExtMediaSystemVolumeCurve[Volume::VOLCNT] = {
52 Gains::sSpeakerMediaVolumeCurve[Volume::VOLCNT] = {
57 Gains::sSpeakerMediaVolumeCurveDrc[Volume::VOLCNT] = {
62 Gains::sSpeakerSonificationVolumeCurve[Volume::VOLCNT] = {
67 Gains::sSpeakerSonificationVolumeCurveDrc[Volume::VOLCNT] = {
71 // AUDIO_STREAM_SYSTEM, AUDIO_STREAM_ENFORCED_AUDIBLE and AUDIO_STREAM_DTMF volume tracks
77 Gains::sDefaultSystemVolumeCurve[Volume::VOLCNT] =
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
test_manage.py 2 from boto.manage.volume import Volume
5 print('--> Creating New Volume')
6 volume = Volume.create() variable
7 print(volume)
24 print('--> Now run volume.make_ready to make the volume ready to use on server')
25 volume.make_ready(server)
32 status = server.run('ls -al %s' % volume.mount_point
    [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 */
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
Droid.java 25 import com.example.android.rs.vr.engine.Volume;
60 public static Volume buildRSVolume(RenderScript rs,
64 Volume v = new Volume();
Mandelbulb.java 25 import com.example.android.rs.vr.engine.Volume;
53 public static Volume buildRSVolume(RenderScript rs,
57 Volume v = new Volume();
VolumeLoader.java 22 import com.example.android.rs.vr.engine.Volume;
58 public Volume getVolume(RenderScript rs, String name) {
75 Volume v = LoaderDicom.buildRSVolume(rs, new File(baseDir, dir), mListener);
85 Volume v = LoaderRaw.buildRSVolume(rs, new File(baseDir, dir), p, mListener);
LoaderRaw.java 25 import com.example.android.rs.vr.engine.Volume;
44 * This builds the volume based on a collection of raw image files
49 * @return The created volume
51 public static Volume buildRSVolume(final RenderScript rs, File dir, Properties prop,
54 Volume v = new Volume();
121 Log.v(LOGTAG, "make Volume " + z);
  /frameworks/av/services/audiopolicy/engine/interface/
AudioPolicyManagerInterface.h 21 #include <Volume.h>
  /frameworks/av/services/audiopolicy/engineconfigurable/interface/
AudioPolicyPluginInterface.h 21 #include <Volume.h>
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_volume.py 5 from boto.ec2.volume import Volume, AttachmentSet, VolumeAttribute
17 self.volume_one = Volume()
26 self.volume_two = Volume()
36 @mock.patch("boto.ec2.volume.TaggedEC2Object.startElement")
38 volume = Volume()
39 volume.startElement("some name", "some attrs", None)
46 @mock.patch("boto.ec2.volume.TaggedEC2Object.startElement")
50 volume = Volume(
    [all...]
  /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/src/
AGC_MIX_VOL_2St1Mon_D32_WRA.c 50 /* MonoSrc -->| AGC |---->| + |----->| Volume |------------------------------+---> */
91 LVM_INT16 Vol_Mult; /* Short volume */
103 LVM_INT32 Vol_Current = pInstance->Volume; /* Actual volume setting */
104 LVM_INT32 Vol_Target = pInstance->Target; /* Target volume setting */
105 LVM_INT16 Vol_Shift = pInstance->VolumeShift; /* Volume shift scaling */
119 Vol_Mult = (LVM_INT16)(Vol_Current >> 16); /* Get the short volume gain */
141 * Apply the volume and write to the output stream
191 pInstance->Volume = Vol_Current; /* Actual volume setting *
    [all...]
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
Cube.java 25 public Cube(Volume v, float delta) {
29 public Cube(Volume v, float delta, float[] trim) {
  /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/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...]
BVAlgorithms.h 74 bool intersectVolume(const BVH::Volume &volume) //returns true if volume intersects the query
86 bool intersectVolumeVolume(const BVH1::Volume &v1, const BVH2::Volume &v2) //returns true if product of volumes intersects the query
87 bool intersectVolumeObject(const BVH1::Volume &v1, const BVH2::Object &o2) //returns true if the volume-object product intersects the query
88 bool intersectObjectVolume(const BVH1::Object &o1, const BVH2::Volume &v2) //returns true if the volume-object product intersects the query
97 typedef internal::intersector_helper1<typename BVH1::Volume, typename BVH1::Object, typename BVH2::Object, Intersector> Helper1
    [all...]
  /frameworks/av/services/audiopolicy/common/include/
Volume.h 23 // Absolute min volume in dB (can be represented in single precision normal float value)
34 * device categories used for volume curve management.
44 class Volume
48 * 4 points to define the volume attenuation curve, each characterized by the volume
50 * we use 100 steps to avoid rounding errors when computing the volume in volIndexToDb()
64 * extract one device relevant for volume control from multiple device selection
66 * @param[in] device for which the volume category is associated
68 * @return subset of device required to limit the number of volume category per device
98 /*SPEAKER_SAFE is an alias of SPEAKER for purposes of volume control*
    [all...]
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
VrActivity.java 39 import com.example.android.rs.vr.engine.Volume;
46 * basic activity loads the volume and sets it on the VrView
72 class VrSetupTask extends AsyncTask<String, Integer, Volume> {
78 progressDialog.setMessage(message= "Loading Volume");
94 protected Volume doInBackground(String... names) {
111 protected void onPostExecute(Volume v) {

Completed in 659 milliseconds

1 2 3