HomeSort by relevance Sort by last modified time
    Searched defs:max_vol (Results 1 - 3 of 3) 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...]
  /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

Completed in 252 milliseconds