HomeSort by relevance Sort by last modified time
    Searched defs:crit_capture_ (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl.h 83 rtc::CriticalSection* const crit_render_ ACQUIRED_BEFORE(crit_capture_);
84 rtc::CriticalSection* const crit_capture_; member in class:webrtc::EchoCancellationImpl::rtc
86 bool drift_compensation_enabled_ GUARDED_BY(crit_capture_);
87 bool metrics_enabled_ GUARDED_BY(crit_capture_);
88 SuppressionLevel suppression_level_ GUARDED_BY(crit_capture_);
89 int stream_drift_samples_ GUARDED_BY(crit_capture_);
90 bool was_stream_drift_set_ GUARDED_BY(crit_capture_);
91 bool stream_has_echo_ GUARDED_BY(crit_capture_);
92 bool delay_logging_enabled_ GUARDED_BY(crit_capture_);
93 bool extended_filter_enabled_ GUARDED_BY(crit_capture_);
    [all...]
echo_control_mobile_impl.h 69 rtc::CriticalSection* const crit_render_ ACQUIRED_BEFORE(crit_capture_);
70 rtc::CriticalSection* const crit_capture_; member in class:webrtc::EchoControlMobileImpl::rtc
72 RoutingMode routing_mode_ GUARDED_BY(crit_capture_);
73 bool comfort_noise_enabled_ GUARDED_BY(crit_capture_);
75 GUARDED_BY(crit_capture_);
78 GUARDED_BY(crit_capture_);
81 std::vector<int16_t> capture_queue_buffer_ GUARDED_BY(crit_capture_);
gain_control_impl.h 79 rtc::CriticalSection* const crit_render_ ACQUIRED_BEFORE(crit_capture_);
80 rtc::CriticalSection* const crit_capture_; member in class:webrtc::GainControlImpl::rtc
82 Mode mode_ GUARDED_BY(crit_capture_);
83 int minimum_capture_level_ GUARDED_BY(crit_capture_);
84 int maximum_capture_level_ GUARDED_BY(crit_capture_);
85 bool limiter_enabled_ GUARDED_BY(crit_capture_);
86 int target_level_dbfs_ GUARDED_BY(crit_capture_);
87 int compression_gain_db_ GUARDED_BY(crit_capture_);
88 std::vector<int> capture_levels_ GUARDED_BY(crit_capture_);
89 int analog_capture_level_ GUARDED_BY(crit_capture_);
    [all...]
audio_processing_impl.h 110 EXCLUSIVE_LOCKS_REQUIRED(crit_capture_);
128 EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
179 EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
181 EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
183 EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
185 EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
187 EXCLUSIVE_LOCKS_REQUIRED(crit_capture_);
189 EXCLUSIVE_LOCKS_REQUIRED(crit_capture_);
191 EXCLUSIVE_LOCKS_REQUIRED(crit_capture_);
193 EXCLUSIVE_LOCKS_REQUIRED(crit_capture_);
244 mutable rtc::CriticalSection crit_capture_; member in class:webrtc::AudioProcessingImpl
    [all...]

Completed in 423 milliseconds