Searched refs:crit_sect_ (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dmedia_optimization.h103 void UpdateIncomingFrameRate() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
105 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
106 void UpdateSentBitrate(int64_t now_ms) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
107 void UpdateSentFramerate() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
111 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
117 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
120 bool CheckStatusForQMchange() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
123 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
128 void CheckSuspendConditions() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
138 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
145 scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::media_optimization::MediaOptimization
[all...]
H A Dtiming.h98 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
100 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
101 uint32_t TargetDelayInternal() const EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
104 CriticalSectionWrapper* crit_sect_; member in class:webrtc::VCMTiming
106 bool master_ GUARDED_BY(crit_sect_);
107 TimestampExtrapolator* ts_extrapolator_ GUARDED_BY(crit_sect_);
108 VCMCodecTimer codec_timer_ GUARDED_BY(crit_sect_);
109 uint32_t render_delay_ms_ GUARDED_BY(crit_sect_);
110 uint32_t min_playout_delay_ms_ GUARDED_BY(crit_sect_);
111 uint32_t jitter_delay_ms_ GUARDED_BY(crit_sect_);
[all...]
H A Dtiming.cc23 : crit_sect_(CriticalSectionWrapper::CreateCriticalSection()),
46 delete crit_sect_;
50 CriticalSectionScoped cs(crit_sect_);
61 CriticalSectionScoped lock(crit_sect_);
66 CriticalSectionScoped cs(crit_sect_);
71 CriticalSectionScoped cs(crit_sect_);
76 CriticalSectionScoped cs(crit_sect_);
87 CriticalSectionScoped cs(crit_sect_);
126 CriticalSectionScoped cs(crit_sect_);
143 CriticalSectionScoped cs(crit_sect_);
[all...]
H A Dmedia_optimization.cc78 : crit_sect_(CriticalSectionWrapper::CreateCriticalSection()),
117 CriticalSectionScoped lock(crit_sect_.get());
151 CriticalSectionScoped lock(crit_sect_.get());
206 CriticalSectionScoped lock(crit_sect_.get());
323 CriticalSectionScoped lock(crit_sect_.get());
336 CriticalSectionScoped lock(crit_sect_.get());
346 CriticalSectionScoped lock(crit_sect_.get());
357 CriticalSectionScoped lock(crit_sect_.get());
365 CriticalSectionScoped lock(crit_sect_.get());
375 CriticalSectionScoped lock(crit_sect_
[all...]
H A Djitter_buffer.cc128 crit_sect_(CriticalSectionWrapper::CreateCriticalSection()),
176 delete crit_sect_;
181 crit_sect_->Enter();
182 rhs.crit_sect_->Enter();
226 rhs.crit_sect_->Leave();
227 crit_sect_->Leave();
242 CriticalSectionScoped cs(crit_sect_);
267 crit_sect_->Enter();
280 crit_sect_->Leave();
287 CriticalSectionScoped cs(crit_sect_);
[all...]
H A Dreceiver.cc32 : crit_sect_(CriticalSectionWrapper::CreateCriticalSection()),
43 delete crit_sect_;
47 CriticalSectionScoped cs(crit_sect_);
63 CriticalSectionScoped cs(crit_sect_);
228 CriticalSectionScoped cs(crit_sect_);
246 CriticalSectionScoped cs(crit_sect_);
286 CriticalSectionScoped cs(crit_sect_);
299 CriticalSectionScoped cs(crit_sect_);
328 CriticalSectionScoped cs(crit_sect_);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl.h212 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
223 int* num_channels) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
233 bool* play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
245 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
253 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
259 bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
265 bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
268 int DoExpand(bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
275 bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
282 bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
334 const scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::NetEqImpl
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_receiver_strategy.cc20 : crit_sect_(CriticalSectionWrapper::CreateCriticalSection()),
27 CriticalSectionScoped cs(crit_sect_.get());
33 CriticalSectionScoped cs(crit_sect_.get());
H A Dfec_receiver_impl.cc29 : crit_sect_(CriticalSectionWrapper::CreateCriticalSection()),
75 CriticalSectionScoped cs(crit_sect_.get());
210 crit_sect_->Enter();
216 crit_sect_->Leave();
221 crit_sect_->Enter();
224 crit_sect_->Leave();
236 crit_sect_->Leave();
241 crit_sect_->Enter();
244 crit_sect_->Leave();
H A Dfec_receiver_impl.h39 scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::FecReceiverImpl
H A Drtp_receiver_audio.cc54 CriticalSectionScoped lock(crit_sect_.get());
60 CriticalSectionScoped lock(crit_sect_.get());
66 CriticalSectionScoped lock(crit_sect_.get());
73 CriticalSectionScoped lock(crit_sect_.get());
160 CriticalSectionScoped lock(crit_sect_.get());
210 CriticalSectionScoped lock(crit_sect_.get());
257 CriticalSectionScoped cs(crit_sect_.get());
302 CriticalSectionScoped lock(crit_sect_.get());
347 CriticalSectionScoped lock(crit_sect_.get());
H A Drtp_payload_registry.cc19 : crit_sect_(CriticalSectionWrapper::CreateCriticalSection()),
70 CriticalSectionScoped cs(crit_sect_.get());
134 CriticalSectionScoped cs(crit_sect_.get());
188 CriticalSectionScoped cs(crit_sect_.get());
230 CriticalSectionScoped cs(crit_sect_.get());
235 CriticalSectionScoped cs(crit_sect_.get());
266 CriticalSectionScoped cs(crit_sect_.get());
284 CriticalSectionScoped cs(crit_sect_.get());
290 CriticalSectionScoped cs(crit_sect_.get());
297 CriticalSectionScoped cs(crit_sect_
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_receiver.h318 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
329 scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::acm2::AcmReceiver
331 int last_audio_decoder_ GUARDED_BY(crit_sect_);
332 AudioFrame::VADActivity previous_audio_activity_ GUARDED_BY(crit_sect_);
333 int current_sample_rate_hz_ GUARDED_BY(crit_sect_);
334 ACMResampler resampler_ GUARDED_BY(crit_sect_);
337 int16_t audio_buffer_[AudioFrame::kMaxDataSizeSamples] GUARDED_BY(crit_sect_);
338 scoped_ptr<Nack> nack_ GUARDED_BY(crit_sect_);
339 bool nack_enabled_ GUARDED_BY(crit_sect_);
340 CallStatistics call_stats_ GUARDED_BY(crit_sect_);
[all...]
H A Dacm_receiver.cc120 : crit_sect_(CriticalSectionWrapper::CreateCriticalSection()),
163 CriticalSectionScoped lock(crit_sect_.get());
207 CriticalSectionScoped lock(crit_sect_.get());
266 CriticalSectionScoped lock(crit_sect_.get());
325 } // |crit_sect_| is released.
352 CriticalSectionScoped lock(crit_sect_.get());
393 CriticalSectionScoped lock(crit_sect_.get());
488 CriticalSectionScoped lock(crit_sect_.get());
534 CriticalSectionScoped lock(crit_sect_.get());
540 CriticalSectionScoped lock(crit_sect_
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dcondition_variable_unittest.cc36 crit_sect_(CriticalSectionWrapper::CreateCriticalSection()),
44 delete crit_sect_;
53 CriticalSectionScoped cs(crit_sect_);
64 CriticalSectionScoped cs(crit_sect_);
80 // These functions must be called with crit_sect_ held.
83 if (!cond_var_->SleepCS(*crit_sect_, timeout_ms)) {
103 // |crit_sect_| held.
107 not_timeout = cond_var_->SleepCS(*crit_sect_, timeout_ms);
126 CriticalSectionWrapper* crit_sect_; member in class:webrtc::__anon16155::Baton
H A Dcritical_section_unittest.cc33 : crit_sect_(crit_sect),
38 CriticalSectionScoped cs(crit_sect_);
43 CriticalSectionScoped cs(crit_sect_);
48 CriticalSectionWrapper* crit_sect_; member in class:webrtc::__anon16156::ProtectedCount
H A Dtrace_posix.h36 CriticalSectionWrapper& crit_sect_; member in class:webrtc::TracePosix
H A Dtrace_posix.cc37 : crit_sect_(*CriticalSectionWrapper::CreateCriticalSection()) {
44 delete &crit_sect_;
60 CriticalSectionScoped lock(&crit_sect_);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_payload_registry.h104 CriticalSectionScoped cs(crit_sect_.get());
118 CriticalSectionScoped cs(crit_sect_.get());
122 CriticalSectionScoped cs(crit_sect_.get());
126 CriticalSectionScoped cs(crit_sect_.get());
130 CriticalSectionScoped cs(crit_sect_.get());
135 CriticalSectionScoped cs(crit_sect_.get());
150 scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::RTPPayloadRegistry
/external/webrtc/src/system_wrappers/source/
H A Dcondition_variable_unittest.cc40 crit_sect_(CriticalSectionWrapper::CreateCriticalSection()),
48 delete crit_sect_;
59 CriticalSectionScoped cs(crit_sect_);
71 CriticalSectionScoped cs(crit_sect_);
87 // These functions must be called with crit_sect_ held.
91 if (!cond_var_->SleepCS(*crit_sect_, timeout_ms)) {
113 // |crit_sect_| held.
118 not_timeout = cond_var_->SleepCS(*crit_sect_, timeout_ms);
138 CriticalSectionWrapper* crit_sect_; member in class:webrtc::__anon33521::Baton
H A Dcritical_section_unittest.cc46 : crit_sect_(crit_sect),
51 CriticalSectionScoped cs(crit_sect_);
57 CriticalSectionScoped cs(crit_sect_);
62 CriticalSectionWrapper* crit_sect_; member in class:webrtc::__anon33522::ProtectedCount
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel_group.cc41 crit_sect_(CriticalSectionWrapper::CreateCriticalSection()),
58 CriticalSectionScoped cs(crit_sect_.get());
64 CriticalSectionScoped cs(crit_sect_.get());
69 CriticalSectionScoped cs(crit_sect_.get());
74 CriticalSectionScoped cs(crit_sect_.get());
79 CriticalSectionScoped cs(crit_sect_.get());
85 CriticalSectionScoped cs(crit_sect_.get());
90 CriticalSectionScoped cs(crit_sect_.get());
95 CriticalSectionScoped cs(crit_sect_.get());
107 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_
144 scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::__anon16212::WrappingBitrateEstimator
[all...]
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.cc63 CriticalSectionScoped cs(crit_sect_.get());
68 CriticalSectionScoped cs(crit_sect_.get());
73 CriticalSectionScoped cs(crit_sect_.get());
78 CriticalSectionScoped cs(crit_sect_.get());
83 CriticalSectionScoped cs(crit_sect_.get());
98 CriticalSectionScoped cs(crit_sect_.get());
109 : crit_sect_(CriticalSectionWrapper::CreateCriticalSection()),
134 CriticalSectionScoped cs(crit_sect_.get());
147 CriticalSectionScoped cs(crit_sect_.get());
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_single_stream.cc91 scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::__anon15958::RemoteBitrateEstimatorSingleStream
103 crit_sect_(CriticalSectionWrapper::CreateCriticalSection()),
116 CriticalSectionScoped cs(crit_sect_.get());
165 CriticalSectionScoped cs(crit_sect_.get());
209 CriticalSectionScoped cs(crit_sect_.get());
214 CriticalSectionScoped cs(crit_sect_.get());
222 CriticalSectionScoped cs(crit_sect_.get());
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dvcm_payload_sink_factory.cc126 crit_sect_(CriticalSectionWrapper::CreateCriticalSection()),
129 assert(crit_sect_.get());
139 CriticalSectionScoped cs(crit_sect_.get());
182 CriticalSectionScoped cs(crit_sect_.get());
194 CriticalSectionScoped cs(crit_sect_.get());
204 CriticalSectionScoped cs(crit_sect_.get());
215 CriticalSectionScoped cs(crit_sect_.get());

Completed in 295 milliseconds

12