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

1 2 3 4

  /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...]
TypeConverter.h 22 #include <Volume.h>
IVolumeCurvesCollection.h 20 #include <Volume.h>
  /bootable/recovery/
roots.h 20 typedef struct fstab_rec Volume;
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 i
    [all...]
roots.cpp 64 Volume* v = &fstab->recs[i];
71 Volume* volume_for_path(const char* path) {
75 // Mount the volume specified by path at the given mount_point.
77 Volume* v = volume_for_path(path);
79 LOG(ERROR) << "unknown volume for path [" << path << "]";
98 // volume is already mounted
137 Volume* v = volume_for_path(path);
139 LOG(ERROR) << "unknown volume for path [" << path << "]";
154 // volume is already unmounted
175 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/swiftshader/src/D3D9/
Capabilities.cpp 101 bool Capabilities::Volume::A8 = true;
102 bool Capabilities::Volume::R5G6B5 = true;
103 bool Capabilities::Volume::X1R5G5B5 = true;
104 bool Capabilities::Volume::A1R5G5B5 = true;
105 bool Capabilities::Volume::A4R4G4B4 = true;
106 bool Capabilities::Volume::R3G3B2 = true;
107 bool Capabilities::Volume::A8R3G3B2 = true;
108 bool Capabilities::Volume::X4R4G4B4 = true;
109 bool Capabilities::Volume::R8G8B8 = false;
110 bool Capabilities::Volume::X8R8G8B8 = true
    [all...]
Direct3D9.cpp 370 case D3DFMT_A8: if(!Capabilities::Volume::A8) return NOTAVAILABLE(); else return D3D_OK;
371 case D3DFMT_R5G6B5: if(!Capabilities::Volume::R5G6B5) return NOTAVAILABLE(); else return D3D_OK;
372 case D3DFMT_X1R5G5B5: if(!Capabilities::Volume::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
373 case D3DFMT_A1R5G5B5: if(!Capabilities::Volume::A1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
374 case D3DFMT_A4R4G4B4: if(!Capabilities::Volume::A4R4G4B4) return NOTAVAILABLE(); else return D3D_OK;
375 case D3DFMT_R3G3B2: if(!Capabilities::Volume::R3G3B2) return NOTAVAILABLE(); else return D3D_OK;
376 case D3DFMT_A8R3G3B2: if(!Capabilities::Volume::A8R3G3B2) return NOTAVAILABLE(); else return D3D_OK;
377 case D3DFMT_X4R4G4B4: if(!Capabilities::Volume::X4R4G4B4) return NOTAVAILABLE(); else return D3D_OK;
378 case D3DFMT_R8G8B8: if(!Capabilities::Volume::R8G8B8) return NOTAVAILABLE(); else return D3D_OK;
379 case D3DFMT_X8R8G8B8: if(!Capabilities::Volume::X8R8G8B8) return NOTAVAILABLE(); else return D3D_OK
    [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 */
  /device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
FileIo.c 17 File operation for Firmware volume block driver
112 EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *Volume;
128 &Volume
155 EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *Volume;
173 &Volume
181 // Open the root directory of the volume
184 Status = Volume->OpenVolume (
185 Volume,
  /frameworks/rs/tests/java_api/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);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BmLib.c 19 Function opens and returns a file handle to the root directory of a volume.
32 EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *Volume;
43 (VOID *) &Volume
47 // Open the root directory of the volume
50 Status = Volume->OpenVolume (
51 Volume,
  /frameworks/av/services/audiopolicy/engine/interface/
AudioPolicyManagerInterface.h 21 #include <Volume.h>
  /frameworks/av/services/audiopolicy/engineconfigurable/interface/
AudioPolicyPluginInterface.h 21 #include <Volume.h>
  /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...]
  /device/linaro/bootloader/edk2/DuetPkg/FSVariable/
FileStorage.c 147 EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *Volume;
163 (VOID **) &Volume
383 EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *Volume;
401 (VOID **) &Volume
408 // Open the root directory of the volume
411 Status = Volume->OpenVolume (
412 Volume,
  /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/tests/java_api/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...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
SearchForBfvBase.asm 3 ; Search for the Boot Firmware Volume (BFV) base address
29 ; @param[out] EBP Address of Boot Firmware Volume (BFV)
36 ; We check for a firmware volume at every 4KB address in the top 16MB
  /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...]
  /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...]

Completed in 348 milliseconds

1 2 3 4