Home
last modified time | relevance | path

Searched refs:GUARDED_BY (Results 1 – 25 of 88) sorted by relevance

1234

/external/webrtc/webrtc/modules/video_coding/
Dmedia_optimization.h139 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 …]
Dtiming.h108 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 …]
Dvideo_coding_impl.h112 VCMSendStatisticsCallback* _sendStatsCallback GUARDED_BY(process_crit_sect_);
113 VCMCodecDataBase _codecDataBase GUARDED_BY(send_crit_);
114 bool frame_dropper_enabled_ GUARDED_BY(send_crit_);
125 EncoderParameters encoder_params_ GUARDED_BY(params_lock_);
195 VCMFrameTypeCallback* _frameTypeCallback GUARDED_BY(process_crit_sect_);
197 GUARDED_BY(process_crit_sect_);
199 GUARDED_BY(process_crit_sect_);
201 GUARDED_BY(process_crit_sect_);
203 GUARDED_BY(process_crit_sect_);
209 bool _scheduleKeyRequest GUARDED_BY(process_crit_sect_);
[all …]
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl.h343 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/
Drtcp_sender.h203 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 …]
Drtp_sender.h389 Random random_ GUARDED_BY(send_critsect_);
405 bool sending_media_ GUARDED_BY(send_critsect_);
410 int8_t payload_type_ GUARDED_BY(send_critsect_);
429 SendDelayMap send_delays_ GUARDED_BY(statistics_crit_);
430 FrameCounts frame_counts_ GUARDED_BY(statistics_crit_);
431 StreamDataCounters rtp_stats_ GUARDED_BY(statistics_crit_);
432 StreamDataCounters rtx_rtp_stats_ GUARDED_BY(statistics_crit_);
433 StreamDataCountersCallback* rtp_stats_callback_ GUARDED_BY(statistics_crit_);
438 bool start_timestamp_forced_ GUARDED_BY(send_critsect_);
439 uint32_t start_timestamp_ GUARDED_BY(send_critsect_);
[all …]
Drtp_sender_audio.h80 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);
Drtp_sender_video.h110 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/modules/audio_processing/
Dgain_control_impl.h82 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 …]
Decho_cancellation_impl.h86 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 …]
Dvoice_detection_impl.h45 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_);
Decho_control_mobile_impl.h72 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_);
Dnoise_suppression_impl.h43 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_);
/external/webrtc/webrtc/common_video/include/
Dincoming_video_stream.h86 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/video/
Dvie_encoder.h172 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 …]
Dreceive_statistics_proxy.h99 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_);
Doveruse_frame_detector.h131 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/
Daudio_coding_module_impl.h244 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 …]
Dacm_receiver.h286 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_);
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_abs_send_time.h131 RemoteBitrateObserver* observer_ GUARDED_BY(crit_sect_.get());
133 Ssrcs ssrcs_ GUARDED_BY(crit_sect_.get());
134 rtc::scoped_ptr<InterArrival> inter_arrival_ GUARDED_BY(crit_sect_.get());
135 OveruseEstimator estimator_ GUARDED_BY(crit_sect_.get());
136 OveruseDetector detector_ GUARDED_BY(crit_sect_.get());
137 RateStatistics incoming_bitrate_ GUARDED_BY(crit_sect_.get());
138 AimdRateControl remote_rate_ GUARDED_BY(crit_sect_.get());
140 std::vector<int> recent_propagation_delta_ms_ GUARDED_BY(crit_sect_.get());
141 std::vector<int64_t> recent_update_time_ms_ GUARDED_BY(crit_sect_.get());
142 int64_t process_interval_ms_ GUARDED_BY(crit_sect_.get());
[all …]
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoengine2.h360 GUARDED_BY(lock_);
363 webrtc::VideoSendStream* stream_ GUARDED_BY(lock_);
364 VideoSendStreamParameters parameters_ GUARDED_BY(lock_);
365 VideoEncoderSettings encoder_settings_ GUARDED_BY(lock_);
366 AllocatedEncoder allocated_encoder_ GUARDED_BY(lock_);
367 Dimensions last_dimensions_ GUARDED_BY(lock_);
369 VideoCapturer* capturer_ GUARDED_BY(lock_);
370 bool sending_ GUARDED_BY(lock_);
371 bool muted_ GUARDED_BY(lock_);
372 VideoFormat format_ GUARDED_BY(lock_);
[all …]
/external/webrtc/webrtc/modules/pacing/
Dpaced_sender.h140 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/clang/test/SemaCXX/
Dwarn-thread-safety-parsing.cpp5 #define GUARDED_BY(x) __attribute__ ((guarded_by(x))) macro
308 int gb_var_arg GUARDED_BY(mu1);
310 int gb_non_ascii GUARDED_BY(L"wide"); // expected-warning {{ignoring 'guarded_by' attribute because… variable
322 int gb_field_args GUARDED_BY(mu1);
325 class GUARDED_BY(mu1) GB { // \ in GUARDED_BY() function
329 void gb_function() GUARDED_BY(mu1); // \
332 void gb_function_params(int gv_lvar GUARDED_BY(mu1)); // \
336 int x GUARDED_BY(mu1) = y; // \ in gb_testfn() local
344 int gb_var_arg_1 GUARDED_BY(muWrapper.mu); variable
345 int gb_var_arg_2 GUARDED_BY(muDoubleWrapper.muWrapper->mu); variable
[all …]
/external/webrtc/webrtc/modules/bitrate_controller/
Dbitrate_controller_impl.h77 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/call/
Dbitrate_allocator.h94 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_);

1234