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

/frameworks/av/media/libaudioprocessing/
H A DAudioMixerOps.h96 return clamp16_from_float(MixMul<float, float, int16_t>(value, volume));
101 return clamp16_from_float(MixMul<float, float, int32_t>(value, volume));
167 return clamp16_from_float(MixMul<float, int16_t, float>(value, volume));
172 return clamp16_from_float(value * volume);
/frameworks/av/media/libaaudio/src/utility/
H A DAAudioUtilities.cpp54 // TODO expose and call clamp16_from_float function in primitives.h
55 static inline int16_t clamp16_from_float(float f) { function
100 return clamp16_from_float(fval);

Completed in 2403 milliseconds