Searched refs:segment (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp2825 int segment = 0; local
2829 segment = 0;
2831 segment = 1;
2833 segment = 2;
2839 float decibels = curve[segment].mDBAttenuation +
2840 ((float)(volIdx - curve[segment].mIndex)) *
2841 ( (curve[segment+1].mDBAttenuation -
2842 curve[segment].mDBAttenuation) /
2843 ((float)(curve[segment+1].mIndex -
2844 curve[segment]
[all...]

Completed in 142 milliseconds