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

  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.h 70 // so actual_vol will contain the true volume that was set. This information
76 double* actual_vol,
audio_mixer_alsa.cc 417 double actual_vol = 0.0; local
423 SetElementVolume_Locked(elem_master_, vol_db, &actual_vol, 0.9999f);
424 SetElementVolume_Locked(elem_pcm_, vol_db - actual_vol, NULL, 0.5f);
469 double* actual_vol,
516 if (actual_vol) {
525 *actual_vol = db_lo + (volume - vol_lo) * db_step;
528 << " now " << *actual_vol << " dB";

Completed in 855 milliseconds