HomeSort by relevance Sort by last modified time
    Searched refs:clampq4_27_from_float (Results 1 - 4 of 4) sorted by null

  /system/media/audio_utils/tests/
primitives_tests.cpp 105 // check clampq4_27_from_float()
107 res = clampq4_27_from_float(val.f);
110 res = clampq4_27_from_float(val.f);
114 res = clampq4_27_from_float(val.f);
117 res = clampq4_27_from_float(val.f);
  /system/media/audio_utils/include/audio_utils/
primitives.h 205 * See clampq4_27_from_float() for details.
481 static inline int32_t clampq4_27_from_float(float f) function
  /system/media/audio_utils/
primitives.c 165 *dst++ = clampq4_27_from_float(*src++);
  /frameworks/av/services/audioflinger/
AudioMixerOps.h 212 *auxaccum += clampq4_27_from_float(value);

Completed in 2132 milliseconds