Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
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/
DAAudioUtilities.cpp55 static inline int16_t clamp16_from_float(float f) { in clamp16_from_float() function
100 return clamp16_from_float(fval); in clipAndClampFloatToPcm16()