Home
last modified time | relevance | path

Searched refs:power_dbfs (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/media/
Daudio_stream_indicator.cc25 bool is_playing, float power_dbfs, bool clipped) { in UpdateWebContentsStatus() argument
32 is_playing, power_dbfs, clipped)); in UpdateWebContentsStatus()
65 if (stream_it->power_dbfs > max_power_dbfs) in CurrentAudibleLevel()
66 max_power_dbfs = stream_it->power_dbfs; in CurrentAudibleLevel()
85 bool is_playing, float power_dbfs, bool clipped) { in UpdateWebContentsStatusOnUIThread() argument
105 stream_it->power_dbfs = power_dbfs; in UpdateWebContentsStatusOnUIThread()
Daudio_stream_indicator.h27 float power_dbfs,
48 float power_dbfs; member
62 float power_dbfs,
Dmedia_capture_devices_dispatcher.cc673 bool is_playing, float power_dbfs, bool clipped) { in OnAudioStreamPlayingChanged() argument
676 is_playing, power_dbfs, clipped); in OnAudioStreamPlayingChanged()
/external/chromium_org/media/audio/
Daudio_power_monitor.cc75 const float power_dbfs = power_reading_ < kInsignificantPower ? zero_power() : in ReadCurrentPowerAndClip() local
81 return std::make_pair(power_dbfs, clipped); in ReadCurrentPowerAndClip()
Daudio_output_controller.h73 virtual void OnPowerMeasured(float power_dbfs, bool clipped) = 0;
Daudio_output_controller_unittest.cc42 MOCK_METHOD2(OnPowerMeasured, void(float power_dbfs, bool clipped));
/external/chromium_org/content/browser/renderer_host/media/
Daudio_renderer_host.cc66 virtual void OnPowerMeasured(float power_dbfs, bool clipped) OVERRIDE;
171 void AudioRendererHost::AudioEntry::OnPowerMeasured(float power_dbfs, in OnPowerMeasured() argument
177 stream_id_, power_dbfs, clipped)); in OnPowerMeasured()
272 float power_dbfs, in DoNotifyAudioPowerLevel() argument
283 true, power_dbfs, clipped); in DoNotifyAudioPowerLevel()
Dmock_media_observer.h37 float power_dbfs,
Daudio_renderer_host.h139 void DoNotifyAudioPowerLevel(int stream_id, float power_dbfs, bool clipped);
/external/chromium_org/content/public/browser/
Dmedia_observer.h43 float power_dbfs,