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

  /external/adhd/cras/src/server/
cras_volume_curve.c 16 long max_vol; member in struct:stepped_curve
23 return c->max_vol - (c->step * (MAX_VOLUME - volume));
61 curve->max_vol = max_volume;
  /hardware/qcom/audio/post_proc/
ma_listener.c 188 float max_vol = 0.0; local
201 if (max_vol < temp_vol)
202 max_vol = temp_vol;
210 if (max_vol < 0.0) max_vol = 0;
211 else if (max_vol > 1.0) max_vol = 1.0;
216 (g_cur_state[stream_type].vol != max_vol ||
222 g_cur_state[stream_type].vol, max_vol);
225 send_ma_parameter(stream_type, max_vol, active)
    [all...]
  /external/autotest/server/brillo/feedback/
closed_loop_audio_client.py 199 max_vol = _max_volume(self.sample_width) * _SILENCE_THRESHOLD
200 if silence_peak > max_vol:
202 '(%d)', silence_peak, max_vol)
209 silence_peak, max_vol, audible_threshold)
  /hardware/intel/common/libmix/mix_audio/src/
intel_sst_ioctl.h 150 __s16 max_vol; /* Maximum value of Volume in dB */ member in struct:snd_sst_postproc_info
159 __s16 max_vol; /* Maximum value of Volume in dB */ member in struct:snd_sst_prp_info
mixaudio.c     [all...]

Completed in 4883 milliseconds