OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:synthesis_needed
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/src/modules/audio_processing/
audio_processing_impl.h
87
bool
synthesis_needed
(bool stream_data_changed) const;
audio_processing_impl.cc
350
if (
synthesis_needed
(data_changed)) {
592
bool AudioProcessingImpl::
synthesis_needed
(bool stream_data_changed) const {
function in class:webrtc::AudioProcessingImpl
/external/chromium_org/third_party/webrtc/modules/audio_processing/
audio_processing_impl.h
161
bool
synthesis_needed
(bool is_data_processed) const;
audio_processing_impl.cc
496
if (
synthesis_needed
(data_processed)) {
801
bool AudioProcessingImpl::
synthesis_needed
(bool is_data_processed) const {
function in class:webrtc::AudioProcessingImpl
Completed in 3315 milliseconds