Home | History | Annotate | Download | only in src

Lines Matching refs:Volume

32     static float volIndexToAmpl(Volume::device_category deviceCategory,
36 static float volIndexToDb(Volume::device_category deviceCategory,
40 // default volume curve
41 static const VolumeCurvePoint sDefaultVolumeCurve[Volume::VOLCNT];
42 // default volume curve for media strategy
43 static const VolumeCurvePoint sDefaultMediaVolumeCurve[Volume::VOLCNT];
44 // volume curve for non-media audio on ext media outputs (HDMI, Line, etc)
45 static const VolumeCurvePoint sExtMediaSystemVolumeCurve[Volume::VOLCNT];
46 // volume curve for media strategy on speakers
47 static const VolumeCurvePoint sSpeakerMediaVolumeCurve[Volume::VOLCNT];
48 static const VolumeCurvePoint sSpeakerMediaVolumeCurveDrc[Volume::VOLCNT];
49 // volume curve for sonification strategy on speakers
50 static const VolumeCurvePoint sSpeakerSonificationVolumeCurve[Volume::VOLCNT];
51 static const VolumeCurvePoint sSpeakerSonificationVolumeCurveDrc[Volume::VOLCNT];
52 static const VolumeCurvePoint sDefaultSystemVolumeCurve[Volume::VOLCNT];
53 static const VolumeCurvePoint sDefaultSystemVolumeCurveDrc[Volume::VOLCNT];
54 static const VolumeCurvePoint sHeadsetSystemVolumeCurve[Volume::VOLCNT];
55 static const VolumeCurvePoint sDefaultVoiceVolumeCurve[Volume::VOLCNT];
56 static const VolumeCurvePoint sSpeakerVoiceVolumeCurve[Volume::VOLCNT];
57 static const VolumeCurvePoint sLinearVolumeCurve[Volume::VOLCNT];
58 static const VolumeCurvePoint sSilentVolumeCurve[Volume::VOLCNT];
59 static const VolumeCurvePoint sFullScaleVolumeCurve[Volume::VOLCNT];
60 // default volume curves per stream and device category. See initializeVolumeCurves()
61 static const VolumeCurvePoint *sVolumeProfiles[AUDIO_STREAM_CNT][Volume::DEVICE_CATEGORY_CNT];