Lines Matching full:curve
57 // Curve and dimension information
59 #define MIN_CURVE_TIME 0.f // type S: start of VolumeShaper curve (normalized)
60 #define MAX_CURVE_TIME 1.f // type S: end of VolumeShaper curve (normalized)
207 /* Check if the existing curve is valid.
212 ALOGE("curve must have at least 2 points");
216 ALOGE("curve must start at MIN_CURVE_TIME and end at MAX_CURVE_TIME");
238 /* Clamps the volume curve in the configuration to
260 * new VolumeShaper curve, when replacing one VolumeShaper
398 /* xOffset is the position on the volume curve and may go backwards
404 * running through the curve, but could be outside this range afterwards.
405 * If you are reversing, this means the position on the curve, or xOffset,
450 S mXOffset; // position in the curve to set if a valid number (not nan)
507 S mXOffset; // position on curve expressed from MIN_CURVE_TIME to MAX_CURVE_TIME