HomeSort by relevance Sort by last modified time
    Searched refs:GUARDED_BY (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/webrtc/webrtc/modules/audio_processing/
voice_detection_impl.h 45 bool enabled_ GUARDED_BY(crit_) = false;
46 bool stream_has_voice_ GUARDED_BY(crit_) = false;
47 bool using_external_vad_ GUARDED_BY(crit_) = false;
48 Likelihood likelihood_ GUARDED_BY(crit_) = kLowLikelihood;
49 int frame_size_ms_ GUARDED_BY(crit_) = 10;
50 size_t frame_size_samples_ GUARDED_BY(crit_) = 0;
51 int sample_rate_hz_ GUARDED_BY(crit_) = 0;
52 rtc::scoped_ptr<Vad> vad_ GUARDED_BY(crit_);
gain_control_impl.h 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_);
90 bool was_analog_level_set_ GUARDED_BY(crit_capture_);
91 bool stream_is_saturated_ GUARDED_BY(crit_capture_)
    [all...]
echo_cancellation_impl.h 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_);
94 bool delay_agnostic_enabled_ GUARDED_BY(crit_capture_);
96 size_t render_queue_element_max_size_ GUARDED_BY(crit_render_
    [all...]
echo_control_mobile_impl.h 72 RoutingMode routing_mode_ GUARDED_BY(crit_capture_);
73 bool comfort_noise_enabled_ GUARDED_BY(crit_capture_);
74 unsigned char* external_echo_path_ GUARDED_BY(crit_render_)
75 GUARDED_BY(crit_capture_);
77 size_t render_queue_element_max_size_ GUARDED_BY(crit_render_)
78 GUARDED_BY(crit_capture_);
80 std::vector<int16_t> render_queue_buffer_ GUARDED_BY(crit_render_);
81 std::vector<int16_t> capture_queue_buffer_ GUARDED_BY(crit_capture_);
noise_suppression_impl.h 43 bool enabled_ GUARDED_BY(crit_) = false;
44 Level level_ GUARDED_BY(crit_) = kModerate;
45 size_t channels_ GUARDED_BY(crit_) = 0;
46 int sample_rate_hz_ GUARDED_BY(crit_) = 0;
47 std::vector<rtc::scoped_ptr<Suppressor>> suppressors_ GUARDED_BY(crit_);
level_estimator_impl.h 40 bool enabled_ GUARDED_BY(crit_) = false;
41 rtc::scoped_ptr<RMSLevel> rms_ GUARDED_BY(crit_);
  /external/webrtc/webrtc/modules/video_coding/
media_optimization.h 139 Clock* clock_ GUARDED_BY(crit_sect_);
140 int32_t max_bit_rate_ GUARDED_BY(crit_sect_);
141 VideoCodecType send_codec_type_ GUARDED_BY(crit_sect_);
142 uint16_t codec_width_ GUARDED_BY(crit_sect_);
143 uint16_t codec_height_ GUARDED_BY(crit_sect_);
144 float user_frame_rate_ GUARDED_BY(crit_sect_);
145 rtc::scoped_ptr<FrameDropper> frame_dropper_ GUARDED_BY(crit_sect_);
147 GUARDED_BY(crit_sect_);
148 uint8_t fraction_lost_ GUARDED_BY(crit_sect_);
149 uint32_t send_statistics_[4] GUARDED_BY(crit_sect_)
    [all...]
timing.h 108 bool master_ GUARDED_BY(crit_sect_);
109 TimestampExtrapolator* ts_extrapolator_ GUARDED_BY(crit_sect_);
110 VCMCodecTimer codec_timer_ GUARDED_BY(crit_sect_);
111 uint32_t render_delay_ms_ GUARDED_BY(crit_sect_);
112 uint32_t min_playout_delay_ms_ GUARDED_BY(crit_sect_);
113 uint32_t jitter_delay_ms_ GUARDED_BY(crit_sect_);
114 uint32_t current_delay_ms_ GUARDED_BY(crit_sect_);
115 int last_decode_ms_ GUARDED_BY(crit_sect_);
116 uint32_t prev_frame_timestamp_ GUARDED_BY(crit_sect_);
119 size_t num_decoded_frames_ GUARDED_BY(crit_sect_)
    [all...]
  /external/webrtc/webrtc/common_video/include/
incoming_video_stream.h 86 GUARDED_BY(thread_critsect_);
89 bool running_ GUARDED_BY(stream_critsect_);
90 VideoRenderCallback* external_callback_ GUARDED_BY(thread_critsect_);
91 VideoRenderCallback* render_callback_ GUARDED_BY(thread_critsect_);
93 GUARDED_BY(buffer_critsect_);
95 uint32_t incoming_rate_ GUARDED_BY(stream_critsect_);
96 int64_t last_rate_calculation_time_ms_ GUARDED_BY(stream_critsect_);
97 uint16_t num_frames_since_last_calculation_ GUARDED_BY(stream_critsect_);
98 int64_t last_render_time_ms_ GUARDED_BY(thread_critsect_);
99 VideoFrame temp_frame_ GUARDED_BY(thread_critsect_)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.h 343 GUARDED_BY(crit_sect_);
345 GUARDED_BY(crit_sect_);
346 const rtc::scoped_ptr<DelayManager> delay_manager_ GUARDED_BY(crit_sect_);
348 GUARDED_BY(crit_sect_);
349 const rtc::scoped_ptr<DtmfBuffer> dtmf_buffer_ GUARDED_BY(crit_sect_);
351 GUARDED_BY(crit_sect_);
352 const rtc::scoped_ptr<PacketBuffer> packet_buffer_ GUARDED_BY(crit_sect_);
354 GUARDED_BY(crit_sect_);
356 GUARDED_BY(crit_sect_);
357 const rtc::scoped_ptr<PostDecodeVad> vad_ GUARDED_BY(crit_sect_)
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_audio.h 80 uint16_t _packetSizeSamples GUARDED_BY(_sendAudioCritsect);
85 int8_t _dtmfPayloadType GUARDED_BY(_sendAudioCritsect);
93 int8_t _REDPayloadType GUARDED_BY(_sendAudioCritsect);
96 bool _inbandVADactive GUARDED_BY(_sendAudioCritsect);
97 int8_t _cngNBPayloadType GUARDED_BY(_sendAudioCritsect);
98 int8_t _cngWBPayloadType GUARDED_BY(_sendAudioCritsect);
99 int8_t _cngSWBPayloadType GUARDED_BY(_sendAudioCritsect);
100 int8_t _cngFBPayloadType GUARDED_BY(_sendAudioCritsect);
101 int8_t _lastPayloadType GUARDED_BY(_sendAudioCritsect);
105 uint8_t _audioLevel_dBov GUARDED_BY(_sendAudioCritsect)
    [all...]
rtcp_sender.h 203 Random random_ GUARDED_BY(critical_section_rtcp_sender_);
204 RtcpMode method_ GUARDED_BY(critical_section_rtcp_sender_);
209 bool using_nack_ GUARDED_BY(critical_section_rtcp_sender_);
210 bool sending_ GUARDED_BY(critical_section_rtcp_sender_);
211 bool remb_enabled_ GUARDED_BY(critical_section_rtcp_sender_);
213 int64_t next_time_to_send_rtcp_ GUARDED_BY(critical_section_rtcp_sender_);
215 uint32_t start_timestamp_ GUARDED_BY(critical_section_rtcp_sender_);
216 uint32_t last_rtp_timestamp_ GUARDED_BY(critical_section_rtcp_sender_);
217 int64_t last_frame_capture_time_ms_ GUARDED_BY(critical_section_rtcp_sender_);
218 uint32_t ssrc_ GUARDED_BY(critical_section_rtcp_sender_)
    [all...]
ssrc_database.h 46 Random random_ GUARDED_BY(crit_);
47 std::set<uint32_t> ssrcs_ GUARDED_BY(crit_);
rtp_sender_video.h 110 int32_t _retransmissionSettings GUARDED_BY(crit_);
114 bool fec_enabled_ GUARDED_BY(crit_);
115 int8_t red_payload_type_ GUARDED_BY(crit_);
116 int8_t fec_payload_type_ GUARDED_BY(crit_);
117 FecProtectionParams delta_fec_params_ GUARDED_BY(crit_);
118 FecProtectionParams key_fec_params_ GUARDED_BY(crit_);
119 ProducerFec producer_fec_ GUARDED_BY(crit_);
  /external/webrtc/webrtc/video/
receive_statistics_proxy.h 99 VideoReceiveStream::Stats stats_ GUARDED_BY(crit_);
100 RateStatistics decode_fps_estimator_ GUARDED_BY(crit_);
101 RateStatistics renders_fps_estimator_ GUARDED_BY(crit_);
102 rtc::RateTracker render_fps_tracker_ GUARDED_BY(crit_);
103 rtc::RateTracker render_pixel_tracker_ GUARDED_BY(crit_);
104 SampleCounter render_width_counter_ GUARDED_BY(crit_);
105 SampleCounter render_height_counter_ GUARDED_BY(crit_);
106 SampleCounter decode_time_counter_ GUARDED_BY(crit_);
107 SampleCounter delay_counter_ GUARDED_BY(crit_);
108 ReportBlockStats report_block_stats_ GUARDED_BY(crit_)
    [all...]
vie_encoder.h 172 int64_t time_of_last_frame_activity_ms_ GUARDED_BY(data_cs_);
173 VideoCodec encoder_config_ GUARDED_BY(data_cs_);
174 int min_transmit_bitrate_kbps_ GUARDED_BY(data_cs_);
175 uint32_t last_observed_bitrate_bps_ GUARDED_BY(data_cs_);
176 int target_delay_ms_ GUARDED_BY(data_cs_);
177 bool network_is_transmitting_ GUARDED_BY(data_cs_);
178 bool encoder_paused_ GUARDED_BY(data_cs_);
179 bool encoder_paused_and_dropped_frame_ GUARDED_BY(data_cs_);
181 GUARDED_BY(data_cs_);
185 bool has_received_sli_ GUARDED_BY(data_cs_)
    [all...]
overuse_frame_detector.h 131 CpuOveruseMetrics metrics_ GUARDED_BY(crit_);
134 int64_t num_process_times_ GUARDED_BY(crit_);
136 int64_t last_capture_time_ GUARDED_BY(crit_);
139 int num_pixels_ GUARDED_BY(crit_);
154 const rtc::scoped_ptr<SendProcessingUsage> usage_ GUARDED_BY(crit_);
155 const rtc::scoped_ptr<FrameQueue> frame_queue_ GUARDED_BY(crit_);
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receiver.h 286 const Decoder* last_audio_decoder_ GUARDED_BY(crit_sect_);
287 AudioFrame::VADActivity previous_audio_activity_ GUARDED_BY(crit_sect_);
288 ACMResampler resampler_ GUARDED_BY(crit_sect_);
291 rtc::scoped_ptr<int16_t[]> audio_buffer_ GUARDED_BY(crit_sect_);
292 rtc::scoped_ptr<int16_t[]> last_audio_buffer_ GUARDED_BY(crit_sect_);
293 CallStatistics call_stats_ GUARDED_BY(crit_sect_);
296 std::map<uint8_t, Decoder> decoders_ GUARDED_BY(crit_sect_);
299 bool resampled_last_output_frame_ GUARDED_BY(crit_sect_);
300 rtc::Optional<int> last_packet_sample_rate_hz_ GUARDED_BY(crit_sect_);
audio_coding_module_impl.h 244 rtc::Buffer encode_buffer_ GUARDED_BY(acm_crit_sect_);
246 uint32_t expected_codec_ts_ GUARDED_BY(acm_crit_sect_);
247 uint32_t expected_in_ts_ GUARDED_BY(acm_crit_sect_);
248 ACMResampler resampler_ GUARDED_BY(acm_crit_sect_);
250 ChangeLogger bitrate_logger_ GUARDED_BY(acm_crit_sect_);
251 CodecManager codec_manager_ GUARDED_BY(acm_crit_sect_);
252 RentACodec rent_a_codec_ GUARDED_BY(acm_crit_sect_);
255 uint8_t previous_pltype_ GUARDED_BY(acm_crit_sect_);
265 bool receiver_initialized_ GUARDED_BY(acm_crit_sect_);
267 AudioFrame preprocess_frame_ GUARDED_BY(acm_crit_sect_)
    [all...]
  /art/runtime/
signal_catcher.h 55 ConditionVariable cond_ GUARDED_BY(lock_);
56 bool halt_ GUARDED_BY(lock_);
57 pthread_t pthread_ GUARDED_BY(lock_);
58 Thread* thread_ GUARDED_BY(lock_);
  /external/webrtc/webrtc/modules/pacing/
paced_sender.h 140 bool paused_ GUARDED_BY(critsect_);
145 GUARDED_BY(critsect_);
150 GUARDED_BY(critsect_);
152 rtc::scoped_ptr<BitrateProber> prober_ GUARDED_BY(critsect_);
155 int bitrate_bps_ GUARDED_BY(critsect_);
156 int max_bitrate_kbps_ GUARDED_BY(critsect_);
158 int64_t time_last_update_us_ GUARDED_BY(critsect_);
160 rtc::scoped_ptr<paced_sender::PacketQueue> packets_ GUARDED_BY(critsect_);
  /external/webrtc/webrtc/modules/bitrate_controller/
bitrate_controller_impl.h 77 SendSideBandwidthEstimation bandwidth_estimation_ GUARDED_BY(critsect_);
78 uint32_t reserved_bitrate_bps_ GUARDED_BY(critsect_);
80 uint32_t last_bitrate_bps_ GUARDED_BY(critsect_);
81 uint8_t last_fraction_loss_ GUARDED_BY(critsect_);
82 int64_t last_rtt_ms_ GUARDED_BY(critsect_);
83 uint32_t last_reserved_bitrate_bps_ GUARDED_BY(critsect_);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_single_stream.h 56 SsrcOveruseEstimatorMap overuse_detectors_ GUARDED_BY(crit_sect_.get());
57 RateStatistics incoming_bitrate_ GUARDED_BY(crit_sect_.get());
58 rtc::scoped_ptr<AimdRateControl> remote_rate_ GUARDED_BY(crit_sect_.get());
59 RemoteBitrateObserver* observer_ GUARDED_BY(crit_sect_.get());
62 int64_t process_interval_ms_ GUARDED_BY(crit_sect_.get());
remote_estimator_proxy.h 67 uint32_t media_ssrc_ GUARDED_BY(&lock_);
68 uint8_t feedback_sequence_ GUARDED_BY(&lock_);
69 SequenceNumberUnwrapper unwrapper_ GUARDED_BY(&lock_);
70 int64_t window_start_seq_ GUARDED_BY(&lock_);
72 std::map<int64_t, int64_t> packet_arrival_times_ GUARDED_BY(&lock_);
  /external/webrtc/webrtc/call/
bitrate_allocator.h 94 BitrateObserverConfList bitrate_observers_ GUARDED_BY(crit_sect_);
95 bool bitrate_observers_modified_ GUARDED_BY(crit_sect_);
96 bool enforce_min_bitrate_ GUARDED_BY(crit_sect_);
97 uint32_t last_bitrate_bps_ GUARDED_BY(crit_sect_);
98 uint8_t last_fraction_loss_ GUARDED_BY(crit_sect_);
99 int64_t last_rtt_ GUARDED_BY(crit_sect_);

Completed in 590 milliseconds

1 2 3 4 5 6