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

  /external/webrtc/webrtc/modules/video_coding/
timing.h 98 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
100 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
101 uint32_t TargetDelayInternal() const EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
106 CriticalSectionWrapper* crit_sect_; member in class:webrtc::VCMTiming
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_);
    [all...]
media_optimization.h 95 void UpdateIncomingFrameRate() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
97 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
98 void UpdateSentBitrate(int64_t now_ms) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
99 void UpdateSentFramerate() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
103 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
109 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
112 bool CheckStatusForQMchange() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
115 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
120 void CheckSuspendConditions() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
130 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
137 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::media_optimization::MediaOptimization
    [all...]
receiver.h 82 CriticalSectionWrapper* crit_sect_; member in class:webrtc::VCMReceiver
jitter_buffer.h 232 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
238 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
242 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
248 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
253 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
254 VCMFrameBuffer* NextFrame() const EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
259 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
263 bool HandleTooLargeNackList() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
265 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
270 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
326 CriticalSectionWrapper* crit_sect_; member in class:webrtc::VCMJitterBuffer
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
trace_posix.h 34 CriticalSectionWrapper& crit_sect_; member in class:webrtc::TracePosix
critical_section_unittest.cc 33 : crit_sect_(crit_sect),
38 CriticalSectionScoped cs(crit_sect_);
43 CriticalSectionScoped cs(crit_sect_);
48 CriticalSectionWrapper* crit_sect_; member in class:webrtc::__anon44452::ProtectedCount
condition_variable_unittest.cc 39 crit_sect_(CriticalSectionWrapper::CreateCriticalSection()),
47 delete crit_sect_;
56 CriticalSectionScoped cs(crit_sect_);
67 CriticalSectionScoped cs(crit_sect_);
83 // These functions must be called with crit_sect_ held.
86 if (!cond_var_->SleepCS(*crit_sect_, timeout_ms)) {
106 // |crit_sect_| held.
110 not_timeout = cond_var_->SleepCS(*crit_sect_, timeout_ms);
129 CriticalSectionWrapper* crit_sect_; member in class:webrtc::__anon44451::Baton
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.h 212 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
224 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
234 bool* play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
246 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
251 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
259 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
265 bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
271 bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
274 int DoExpand(bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
282 bool fast_accelerate) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
341 const rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::NetEqImpl
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_single_stream.h 50 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_.get());
53 SHARED_LOCKS_REQUIRED(crit_sect_.get());
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());
60 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::RemoteBitrateEstimatorSingleStream
62 int64_t process_interval_ms_ GUARDED_BY(crit_sect_.get());
remote_bitrate_estimator_abs_send_time.h 109 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_.get());
113 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_.get());
116 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_.get());
122 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_.get());
125 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_.get());
128 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_.get());
130 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::RemoteBitrateEstimatorAbsSendTime
131 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())
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
fec_receiver_impl.h 41 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::FecReceiverImpl
rtp_receiver_strategy.h 100 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::RTPReceiverStrategy
  /external/webrtc/webrtc/audio/
audio_state.h 50 mutable rtc::CriticalSection crit_sect_; member in class:webrtc::internal::final
51 bool typing_noise_detected_ GUARDED_BY(crit_sect_) = false; member in class:webrtc::internal::final
  /external/webrtc/webrtc/call/
bitrate_allocator.h 83 const BitrateObserver* observer) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
84 ObserverBitrateMap AllocateBitrates() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
87 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
90 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
92 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::BitrateAllocator
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_);
    [all...]
congestion_controller.cc 44 crit_sect_(CriticalSectionWrapper::CreateCriticalSection()),
56 CriticalSectionScoped cs(crit_sect_.get());
62 CriticalSectionScoped cs(crit_sect_.get());
67 CriticalSectionScoped cs(crit_sect_.get());
72 CriticalSectionScoped cs(crit_sect_.get());
77 CriticalSectionScoped cs(crit_sect_.get());
83 CriticalSectionScoped cs(crit_sect_.get());
88 CriticalSectionScoped cs(crit_sect_.get());
93 CriticalSectionScoped cs(crit_sect_.get());
100 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_.get())
136 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::__anon43942::WrappingBitrateEstimator
    [all...]
bitrate_estimator_tests.cc 55 rtc::CritScope lock(&crit_sect_); variable
84 rtc::CritScope lock(&crit_sect_);
90 rtc::CriticalSection crit_sect_; member in class:webrtc::__anon43940::LogObserver::Callback
91 Strings received_log_lines_ GUARDED_BY(crit_sect_);
92 Strings expected_log_lines_ GUARDED_BY(crit_sect_);
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receiver.h 280 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
284 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::acm2::AcmReceiver
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_);
    [all...]
audio_coding_module_unittest_oldapi.cc 98 crit_sect_(CriticalSectionWrapper::CreateCriticalSection()) {}
106 CriticalSectionScoped lock(crit_sect_.get());
116 CriticalSectionScoped lock(crit_sect_.get());
121 CriticalSectionScoped lock(crit_sect_.get());
126 CriticalSectionScoped lock(crit_sect_.get());
131 CriticalSectionScoped lock(crit_sect_.get());
136 CriticalSectionScoped lock(crit_sect_.get());
141 CriticalSectionScoped lock(crit_sect_.get());
146 int num_calls_ GUARDED_BY(crit_sect_);
147 FrameType last_frame_type_ GUARDED_BY(crit_sect_);
151 const rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::PacketizationCallbackStubOldApi
584 const rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::AudioCodingModuleMtTestOldApi
848 const rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::AcmReRegisterIsacMtTestOldApi
    [all...]
  /external/webrtc/webrtc/modules/video_coding/test/
vcm_payload_sink_factory.h 62 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::rtpplayer::VcmPayloadSinkFactory
rtp_player.cc 77 : crit_sect_(CriticalSectionWrapper::CreateCriticalSection()),
100 CriticalSectionScoped cs(crit_sect_.get());
112 CriticalSectionScoped cs(crit_sect_.get());
129 CriticalSectionScoped cs(crit_sect_.get());
142 CriticalSectionScoped cs(crit_sect_.get());
155 CriticalSectionScoped cs(crit_sect_.get());
163 CriticalSectionScoped cs(crit_sect_.get());
180 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::rtpplayer::LostPackets
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_payload_registry.h 125 CriticalSectionScoped cs(crit_sect_.get());
139 CriticalSectionScoped cs(crit_sect_.get());
143 CriticalSectionScoped cs(crit_sect_.get());
147 CriticalSectionScoped cs(crit_sect_.get());
151 CriticalSectionScoped cs(crit_sect_.get());
156 CriticalSectionScoped cs(crit_sect_.get());
161 CriticalSectionScoped cs(crit_sect_.get());
166 CriticalSectionScoped cs(crit_sect_.get());
181 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::RTPPayloadRegistry
  /external/webrtc/webrtc/system_wrappers/include/
data_log_impl.h 144 static CritSectScopedPtr crit_sect_; member in class:webrtc::DataLogImpl
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.h 313 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_; member in class:webrtc::testing::bwe::Logging

Completed in 255 milliseconds