OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unmixed_audio_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/base/
audio_converter.cc
137
AudioBus* temp_dest = needs_mixing ?
unmixed_audio_
.get() : dest;
174
// |
unmixed_audio_
| directly to the |source_callback_|.
178
AudioBus* const temp_dest = needs_downmix ?
unmixed_audio_
.get() : dest;
247
if (!
unmixed_audio_
||
unmixed_audio_
->frames() != frames)
248
unmixed_audio_
= AudioBus::Create(input_channel_count_, frames);
audio_converter.h
104
// (Re)creates the temporary |
unmixed_audio_
| buffer if necessary.
119
// Handles channel transforms. |
unmixed_audio_
| is a temporary destination
122
scoped_ptr<AudioBus>
unmixed_audio_
;
member in class:media::AudioConverter
Completed in 2158 milliseconds