Home
last modified time | relevance | path

Searched refs:crit_ (Results 1 – 25 of 732) sorted by relevance

12345678910>>...30

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/video/
H A Dreceive_statistics_proxy.h131 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
136 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
153 rtc::CriticalSection crit_; variable
159 int num_bad_states_ RTC_GUARDED_BY(crit_);
174 RTC_GUARDED_BY(crit_);
176 RTC_GUARDED_BY(crit_);
178 RTC_GUARDED_BY(crit_);
181 int64_t avg_rtt_ms_ RTC_GUARDED_BY(crit_);
193 RTC_GUARDED_BY(&crit_);
196 RTC_GUARDED_BY(&crit_);
[all …]
H A Dsend_statistics_proxy.h224 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
227 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
231 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
236 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
240 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
247 rtc::CriticalSection crit_; variable
253 int quality_downscales_ RTC_GUARDED_BY(crit_);
254 int cpu_downscales_ RTC_GUARDED_BY(crit_);
256 RTC_GUARDED_BY(crit_);
265 RTC_GUARDED_BY(crit_);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/video/
H A Dreceive_statistics_proxy.h140 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
153 rtc::CriticalSection crit_; variable
154 int64_t last_sample_time_ RTC_GUARDED_BY(crit_);
158 SampleCounter qp_sample_ RTC_GUARDED_BY(crit_);
159 int num_bad_states_ RTC_GUARDED_BY(crit_);
160 int num_certain_states_ RTC_GUARDED_BY(crit_);
172 SampleCounter delay_counter_ RTC_GUARDED_BY(crit_);
174 RTC_GUARDED_BY(crit_);
176 RTC_GUARDED_BY(crit_);
182 int64_t avg_rtt_ms_ RTC_GUARDED_BY(crit_);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/video/
H A Dreceive_statistics_proxy.h140 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
153 rtc::CriticalSection crit_; variable
154 int64_t last_sample_time_ RTC_GUARDED_BY(crit_);
158 SampleCounter qp_sample_ RTC_GUARDED_BY(crit_);
159 int num_bad_states_ RTC_GUARDED_BY(crit_);
160 int num_certain_states_ RTC_GUARDED_BY(crit_);
172 SampleCounter delay_counter_ RTC_GUARDED_BY(crit_);
174 RTC_GUARDED_BY(crit_);
176 RTC_GUARDED_BY(crit_);
182 int64_t avg_rtt_ms_ RTC_GUARDED_BY(crit_);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/video/
H A Dreceive_statistics_proxy.h140 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
153 rtc::CriticalSection crit_; variable
154 int64_t last_sample_time_ RTC_GUARDED_BY(crit_);
158 SampleCounter qp_sample_ RTC_GUARDED_BY(crit_);
159 int num_bad_states_ RTC_GUARDED_BY(crit_);
160 int num_certain_states_ RTC_GUARDED_BY(crit_);
172 SampleCounter delay_counter_ RTC_GUARDED_BY(crit_);
174 RTC_GUARDED_BY(crit_);
176 RTC_GUARDED_BY(crit_);
182 int64_t avg_rtt_ms_ RTC_GUARDED_BY(crit_);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/video/
H A Dreceive_statistics_proxy.h115 rtc::CriticalSection crit_; variable
116 int64_t last_sample_time_ GUARDED_BY(crit_);
117 QualityThreshold fps_threshold_ GUARDED_BY(crit_);
118 QualityThreshold qp_threshold_ GUARDED_BY(crit_);
120 SampleCounter qp_sample_ GUARDED_BY(crit_);
121 int num_bad_states_ GUARDED_BY(crit_);
122 int num_certain_states_ GUARDED_BY(crit_);
123 VideoReceiveStream::Stats stats_ GUARDED_BY(crit_);
135 SampleCounter delay_counter_ GUARDED_BY(crit_);
136 SampleCounter e2e_delay_counter_ GUARDED_BY(crit_);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/
H A Dframe_buffer2.h129 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
133 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
140 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
150 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
153 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
163 FrameMap frames_ RTC_GUARDED_BY(crit_);
166 rtc::CriticalSection crit_; variable
172 frame_handler_ RTC_GUARDED_BY(crit_);
174 bool keyframe_required_ RTC_GUARDED_BY(crit_);
180 RTC_GUARDED_BY(crit_);
[all …]
H A Dnack_module.h82 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
88 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
92 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
97 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
99 rtc::CriticalSection crit_; variable
108 RTC_GUARDED_BY(crit_);
110 RTC_GUARDED_BY(crit_);
112 RTC_GUARDED_BY(crit_);
114 bool initialized_ RTC_GUARDED_BY(crit_);
115 int64_t rtt_ms_ RTC_GUARDED_BY(crit_);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/
H A Drtp_frame_reference_finder.h77 rtc::CriticalSection crit_; variable
82 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
88 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
94 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
98 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
166 RTC_GUARDED_BY(crit_);
180 RTC_GUARDED_BY(crit_);
187 layer_info_ RTC_GUARDED_BY(crit_);
195 RTC_GUARDED_BY(crit_);
199 RTC_GUARDED_BY(crit_);
[all …]
H A Dframe_buffer2.h135 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
140 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
144 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
149 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
156 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
165 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
167 FrameMap frames_ RTC_GUARDED_BY(crit_);
169 rtc::CriticalSection crit_; variable
173 VCMTiming* const timing_ RTC_GUARDED_BY(crit_);
179 int num_frames_history_ RTC_GUARDED_BY(crit_);
[all …]
H A Dpacket_buffer.h106 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
111 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
120 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
127 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
129 rtc::CriticalSection crit_; variable
132 size_t size_ RTC_GUARDED_BY(crit_);
136 uint16_t first_seq_num_ RTC_GUARDED_BY(crit_);
139 bool first_packet_received_ RTC_GUARDED_BY(crit_);
142 bool is_cleared_to_first_seq_num_ RTC_GUARDED_BY(crit_);
157 RTC_GUARDED_BY(crit_);
[all …]
H A Dnack_module.h62 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
68 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
72 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
77 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
79 rtc::CriticalSection crit_; variable
88 RTC_GUARDED_BY(crit_);
90 RTC_GUARDED_BY(crit_);
91 video_coding::Histogram reordering_histogram_ RTC_GUARDED_BY(crit_);
92 bool initialized_ RTC_GUARDED_BY(crit_);
93 int64_t rtt_ms_ RTC_GUARDED_BY(crit_);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/
H A Drtp_frame_reference_finder.h77 rtc::CriticalSection crit_; variable
82 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
88 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
94 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
98 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
166 RTC_GUARDED_BY(crit_);
180 RTC_GUARDED_BY(crit_);
187 layer_info_ RTC_GUARDED_BY(crit_);
195 RTC_GUARDED_BY(crit_);
199 RTC_GUARDED_BY(crit_);
[all …]
H A Dframe_buffer2.h135 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
140 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
144 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
149 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
156 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
165 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
167 FrameMap frames_ RTC_GUARDED_BY(crit_);
169 rtc::CriticalSection crit_; variable
173 VCMTiming* const timing_ RTC_GUARDED_BY(crit_);
179 int num_frames_history_ RTC_GUARDED_BY(crit_);
[all …]
H A Dpacket_buffer.h106 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
111 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
120 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
127 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
129 rtc::CriticalSection crit_; variable
132 size_t size_ RTC_GUARDED_BY(crit_);
136 uint16_t first_seq_num_ RTC_GUARDED_BY(crit_);
139 bool first_packet_received_ RTC_GUARDED_BY(crit_);
142 bool is_cleared_to_first_seq_num_ RTC_GUARDED_BY(crit_);
157 RTC_GUARDED_BY(crit_);
[all …]
H A Dnack_module.h62 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
68 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
72 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
77 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
79 rtc::CriticalSection crit_; variable
88 RTC_GUARDED_BY(crit_);
90 RTC_GUARDED_BY(crit_);
91 video_coding::Histogram reordering_histogram_ RTC_GUARDED_BY(crit_);
92 bool initialized_ RTC_GUARDED_BY(crit_);
93 int64_t rtt_ms_ RTC_GUARDED_BY(crit_);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_coding/
H A Drtp_frame_reference_finder.h77 rtc::CriticalSection crit_; variable
82 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
88 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
94 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
98 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
166 RTC_GUARDED_BY(crit_);
180 RTC_GUARDED_BY(crit_);
187 layer_info_ RTC_GUARDED_BY(crit_);
195 RTC_GUARDED_BY(crit_);
199 RTC_GUARDED_BY(crit_);
[all …]
H A Dframe_buffer2.h135 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
140 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
144 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
149 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
156 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
165 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
167 FrameMap frames_ RTC_GUARDED_BY(crit_);
169 rtc::CriticalSection crit_; variable
173 VCMTiming* const timing_ RTC_GUARDED_BY(crit_);
179 int num_frames_history_ RTC_GUARDED_BY(crit_);
[all …]
H A Dpacket_buffer.h106 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
111 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
120 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
127 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
129 rtc::CriticalSection crit_; variable
132 size_t size_ RTC_GUARDED_BY(crit_);
136 uint16_t first_seq_num_ RTC_GUARDED_BY(crit_);
139 bool first_packet_received_ RTC_GUARDED_BY(crit_);
142 bool is_cleared_to_first_seq_num_ RTC_GUARDED_BY(crit_);
157 RTC_GUARDED_BY(crit_);
[all …]
H A Dnack_module.h62 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
68 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
72 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
77 RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
79 rtc::CriticalSection crit_; variable
88 RTC_GUARDED_BY(crit_);
90 RTC_GUARDED_BY(crit_);
91 video_coding::Histogram reordering_histogram_ RTC_GUARDED_BY(crit_);
92 bool initialized_ RTC_GUARDED_BY(crit_);
93 int64_t rtt_ms_ RTC_GUARDED_BY(crit_);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_coding/
H A Drtp_frame_reference_finder.h76 rtc::CriticalSection crit_; variable
81 EXCLUSIVE_LOCKS_REQUIRED(crit_);
95 EXCLUSIVE_LOCKS_REQUIRED(crit_);
101 EXCLUSIVE_LOCKS_REQUIRED(crit_);
105 EXCLUSIVE_LOCKS_REQUIRED(crit_);
110 EXCLUSIVE_LOCKS_REQUIRED(crit_);
167 GUARDED_BY(crit_);
187 layer_info_ GUARDED_BY(crit_);
195 GUARDED_BY(crit_);
199 GUARDED_BY(crit_);
[all …]
H A Dframe_buffer2.h124 EXCLUSIVE_LOCKS_REQUIRED(crit_);
128 EXCLUSIVE_LOCKS_REQUIRED(crit_);
133 EXCLUSIVE_LOCKS_REQUIRED(crit_);
140 EXCLUSIVE_LOCKS_REQUIRED(crit_);
148 FrameMap frames_ GUARDED_BY(crit_);
150 rtc::CriticalSection crit_; variable
154 VCMTiming* const timing_ GUARDED_BY(crit_);
158 int num_frames_history_ GUARDED_BY(crit_);
159 int num_frames_buffered_ GUARDED_BY(crit_);
160 bool stopped_ GUARDED_BY(crit_);
[all …]
H A Dnack_module.h63 EXCLUSIVE_LOCKS_REQUIRED(crit_);
69 EXCLUSIVE_LOCKS_REQUIRED(crit_);
73 EXCLUSIVE_LOCKS_REQUIRED(crit_);
78 EXCLUSIVE_LOCKS_REQUIRED(crit_);
80 rtc::CriticalSection crit_; variable
86 GUARDED_BY(crit_);
88 GUARDED_BY(crit_);
90 bool running_ GUARDED_BY(crit_);
91 bool initialized_ GUARDED_BY(crit_);
92 int64_t rtt_ms_ GUARDED_BY(crit_);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/video_engine/
H A Doveruse_frame_detector.h103 bool IsOverusing() EXCLUSIVE_LOCKS_REQUIRED(crit_);
109 void ResetAll(int num_pixels) EXCLUSIVE_LOCKS_REQUIRED(crit_);
115 mutable rtc::CriticalSection crit_; variable
118 CpuOveruseObserver* observer_ GUARDED_BY(crit_);
120 CpuOveruseOptions options_ GUARDED_BY(crit_);
124 CpuOveruseMetrics metrics_ GUARDED_BY(crit_);
128 int64_t num_process_times_ GUARDED_BY(crit_);
130 Statistics capture_deltas_ GUARDED_BY(crit_);
131 int64_t last_capture_time_ GUARDED_BY(crit_);
143 int num_pixels_ GUARDED_BY(crit_);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/video/
H A Drampup_tests.h79 SsrcMap rtx_media_ssrcs_ GUARDED_BY(crit_);
80 size_t total_sent_ GUARDED_BY(crit_);
81 size_t padding_sent_ GUARDED_BY(crit_);
82 size_t rtx_media_sent_ GUARDED_BY(crit_);
83 int total_packets_sent_ GUARDED_BY(crit_);
84 int padding_packets_sent_ GUARDED_BY(crit_);
86 int64_t test_start_ms_ GUARDED_BY(crit_);
139 TestStates test_state_ GUARDED_BY(crit_);
140 int64_t state_start_ms_ GUARDED_BY(crit_);
143 size_t sent_bytes_ GUARDED_BY(crit_);
[all …]

12345678910>>...30