OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_volume_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/media/audio/
agc_audio_stream.h
75
: agc_is_enabled_(false),
max_volume_
(0.0), normalized_volume_(0.0) {
164
if (
max_volume_
== 0.0)
165
max_volume_
= static_cast<AudioInterface*>(this)->GetMaxVolume();
169
if (
max_volume_
!= 0.0) {
171
static_cast<AudioInterface*>(this)->GetVolume() /
max_volume_
;
189
double
max_volume_
;
member in class:media::AgcAudioStream
audio_input_controller.cc
64
max_volume_
(0.0),
329
if (!
max_volume_
) {
330
max_volume_
= stream_->GetMaxVolume();
333
if (
max_volume_
== 0.0) {
339
stream_->SetVolume(
max_volume_
* volume);
audio_input_controller.h
319
double
max_volume_
;
member in class:media::AudioInputController
Completed in 206 milliseconds