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

  /external/chromium_org/media/audio/cras/
cras_input.h 68 double GetVolumeRatioFromDecibels(double dB) const;
cras_input.cc 242 return GetVolumeRatioFromDecibels(dB);
265 return GetVolumeRatioFromDecibels(dB);
268 double CrasInputStream::GetVolumeRatioFromDecibels(double dB) const {

Completed in 227 milliseconds