Home
last modified time | relevance | path

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

12345678910>>...15

/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/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/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);
/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_);
/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/tensorflow/tensorflow/core/common_runtime/
Dcollective_param_resolver_local.h69 Status status GUARDED_BY(mu);
70 std::set<string> device_set GUARDED_BY(mu);
71 std::vector<string> device_list GUARDED_BY(mu);
72 std::set<string> task_set GUARDED_BY(mu);
73 std::vector<string> task_list GUARDED_BY(mu);
74 std::vector<StatusCallback> waiting GUARDED_BY(mu);
119 bool is_init GUARDED_BY(in_mu);
120 std::vector<IRConsumer> init_waiters GUARDED_BY(in_mu);
126 bool out_mu_available GUARDED_BY(out_mu);
128 CollectiveParams shared GUARDED_BY(out_mu);
[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_);
/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/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/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/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.h109 condition_variable nodes_pending_ GUARDED_BY(node_queue_mutex_);
112 std::queue<EagerNode*> node_queue_ GUARDED_BY(node_queue_mutex_);
116 Status status_ GUARDED_BY(node_queue_mutex_);
122 GUARDED_BY(node_queue_mutex_);
126 std::unique_ptr<Thread> thread_ GUARDED_BY(node_queue_mutex_);
130 bool thread_done_ GUARDED_BY(node_queue_mutex_) = false;
133 uint64 next_id_ GUARDED_BY(next_id_mutex_) = 1;
/external/tensorflow/tensorflow/core/platform/posix/
Dsubprocess.h116 bool running_ GUARDED_BY(proc_mu_);
117 pid_t pid_ GUARDED_BY(proc_mu_);
120 char* exec_path_ GUARDED_BY(data_mu_);
121 char** exec_argv_ GUARDED_BY(data_mu_);
122 ChannelAction action_[kNFds] GUARDED_BY(data_mu_);
123 int parent_pipe_[kNFds] GUARDED_BY(data_mu_);
124 int child_pipe_[kNFds] GUARDED_BY(data_mu_);
/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/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/tensorflow/tensorflow/core/framework/
Dtracking_allocator.h102 int ref_ GUARDED_BY(mu_);
106 size_t allocated_ GUARDED_BY(mu_);
110 size_t high_watermark_ GUARDED_BY(mu_);
115 size_t total_bytes_ GUARDED_BY(mu_);
117 gtl::InlinedVector<AllocRecord, 4> allocations_ GUARDED_BY(mu_);
127 std::unordered_map<const void*, Chunk> in_use_ GUARDED_BY(mu_);
128 int64 next_allocation_id_ GUARDED_BY(mu_);
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.h147 std::unique_ptr<GraphExecutionState> execution_state_ GUARDED_BY(mu_);
157 RCGMap run_graphs_ GUARDED_BY(mu_);
158 RCGMap partial_run_graphs_ GUARDED_BY(mu_);
159 int64 next_callable_handle_ GUARDED_BY(mu_) = 0;
160 RCGMap callables_ GUARDED_BY(mu_);
195 GUARDED_BY(mu_);
199 int32 num_running_ GUARDED_BY(mu_) = 0;
201 bool closed_ GUARDED_BY(mu_) = false;
202 bool garbage_collected_ GUARDED_BY(mu_) = false;
204 std::unordered_map<uint64, int64> subgraph_execution_counts_ GUARDED_BY(mu_);
[all …]

12345678910>>...15