Searched refs:Volume (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/av/services/audiopolicy/engineconfigurable/include/
H A DEngineDefinition.h19 #include <Volume.h>
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DGains.h36 static const VolumeCurvePoint sDefaultVolumeCurve[Volume::VOLCNT];
38 static const VolumeCurvePoint sDefaultMediaVolumeCurve[Volume::VOLCNT];
40 static const VolumeCurvePoint sExtMediaSystemVolumeCurve[Volume::VOLCNT];
42 static const VolumeCurvePoint sSpeakerMediaVolumeCurve[Volume::VOLCNT];
43 static const VolumeCurvePoint sSpeakerMediaVolumeCurveDrc[Volume::VOLCNT];
45 static const VolumeCurvePoint sSpeakerSonificationVolumeCurve[Volume::VOLCNT];
46 static const VolumeCurvePoint sSpeakerSonificationVolumeCurveDrc[Volume::VOLCNT];
47 static const VolumeCurvePoint sDefaultSystemVolumeCurve[Volume::VOLCNT];
48 static const VolumeCurvePoint sDefaultSystemVolumeCurveDrc[Volume::VOLCNT];
49 static const VolumeCurvePoint sHeadsetSystemVolumeCurve[Volume
[all...]
H A DIVolumeCurvesCollection.h20 #include <Volume.h>
H A DStreamDescriptor.h43 device = Volume::getDeviceForVolume(device);
H A DVolumeCurve.h71 // Volume Curves for a given use case indexed by device category
90 device = Volume::getDeviceForVolume(device);
110 device = Volume::getDeviceForVolume(device);
121 ALOG_ASSERT(indexOfKey(deviceCategory) >= 0, "Invalid device category for Volume Curve");
130 // Keep track of original Volume Curves per device category in order to switch curves.
152 // Collection of Volume Curves indexed by use case
224 ALOG_ASSERT(indexOfKey(stream) >= 0, "Invalid stream type for Volume Curve");
229 ALOG_ASSERT(indexOfKey(stream) >= 0, "Invalid stream type for Volume Curve");
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DGains.cpp28 #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] = {
77 Gains::sDefaultSystemVolumeCurve[Volume::VOLCNT] = {
82 Gains::sDefaultSystemVolumeCurveDrc[Volume
[all...]
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DAGC.h45 LVM_INT32 Volume; /* The current volume setting */ member in struct:__anon153
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/
H A DDroid.java25 import com.example.android.rs.vr.engine.Volume;
60 public static Volume buildRSVolume(RenderScript rs,
64 Volume v = new Volume();
H A DMandelbulb.java25 import com.example.android.rs.vr.engine.Volume;
53 public static Volume buildRSVolume(RenderScript rs,
57 Volume v = new Volume();
H A DVolumeLoader.java22 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);
H A DLoaderRaw.java25 import com.example.android.rs.vr.engine.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);
H A DLoaderDicom.java25 import com.example.android.rs.vr.engine.Volume;
266 public static Volume buildVolume(String dirName) {
270 public static Volume buildVolume(File dir) {
289 Volume v = new Volume();
333 * @return The Volume object loaded with the volume
335 public static Volume buildRSVolume(final RenderScript rs, File dir,
355 final Volume v = new Volume();
495 public static Volume buildRSVolume
[all...]
/frameworks/av/media/libeffects/lvm/lib/Bass/src/
H A DLVDBE_Control.c198 /* DBE Vol Control Volume setting */
213 LVM_INT16 Volume = 0; /* Required volume in dBs */ local
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 */
247 pInstance->pData->AGCInstance.VolumeTC = LVDBE_VolumeTCTable[(LVM_UINT16)pParams->SampleRate]; /* Volume update time constant */
347 * Update the Volume if the volume demand has changed
H A DLVDBE_Init.c243 LVDBE_SetVolume(pInstance, /* Set the Volume */
246 pInstance->pData->AGCInstance.Volume = pInstance->pData->AGCInstance.Target;
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DAGC_MIX_VOL_2St1Mon_D32_WRA.c50 /* MonoSrc -->| AGC |---->| + |----->| Volume |------------------------------+---> */
103 LVM_INT32 Vol_Current = pInstance->Volume; /* Actual volume setting */
105 LVM_INT16 Vol_Shift = pInstance->VolumeShift; /* Volume shift scaling */
191 pInstance->Volume = Vol_Current; /* Actual volume setting */
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DCube.java25 public Cube(Volume v, float delta) {
29 public Cube(Volume v, float delta, float[] trim) {
H A DRsBrickedBitMask.java36 Volume mVolume;
H A DVolume.java28 public class Volume { class
29 private static final String LOGTAG = "Volume";
40 String ret = "Volume[" + mDimx + "," + mDimy + "," + mDimz + "]";
H A DVrState.java30 public Volume mVolume;
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Control.c166 * Volume Control parameters
344 LVM_INT16 Volume = 0; /* Required volume in dBs */ local
351 Volume = 0;
355 Volume = pParams->VC_EffectLevel;
359 if(Volume > -60) /* Limit volume loss to PSA Limits*/
360 pInstance->PSA_GainOffset=(LVM_INT16)(-Volume);/* Loss is compensated by Gain*/
374 if(Volume > -pInstance->Headroom)
375 Volume = (LVM_INT16)-pInstance->Headroom;
383 if (Volume != 0)
385 pInstance->VC_VolumedB = Volume;
[all...]
/frameworks/av/services/audiopolicy/common/include/
H A DVolume.h44 class Volume class
/frameworks/av/services/audiopolicy/engine/interface/
H A DAudioPolicyManagerInterface.h21 #include <Volume.h>
/frameworks/av/services/audiopolicy/engineconfigurable/interface/
H A DAudioPolicyPluginInterface.h21 #include <Volume.h>
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
H A DVrActivity.java39 import com.example.android.rs.vr.engine.Volume;
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) {
H A DVrView.java38 import com.example.android.rs.vr.engine.Volume;
305 public void setVolume(RenderScript rs, Volume v) {
459 class VrBinGridTask extends AsyncTask<Volume, String, Long> {
462 protected Long doInBackground(Volume... v) {

Completed in 412 milliseconds

12