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

  /system/media/audio_utils/include/audio_utils/
minifloat.h 33 #define GAIN_FLOAT_UNITY 1.0f
  /frameworks/av/services/audioflinger/
Tracks.cpp     [all...]
Threads.cpp     [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 689 if (isnanf(left) || left < GAIN_FLOAT_ZERO || left > GAIN_FLOAT_UNITY ||
690 isnanf(right) || right < GAIN_FLOAT_ZERO || right > GAIN_FLOAT_UNITY) {
714 if (isnanf(level) || level < GAIN_FLOAT_ZERO || level > GAIN_FLOAT_UNITY) {
    [all...]

Completed in 531 milliseconds