Home
last modified time | relevance | path

Searched defs:cs (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dvideo_sender.cc33 CriticalSectionScoped cs(cs_.get()); in Start() local
43 CriticalSectionScoped cs(cs_.get()); in Stop() local
51 CriticalSectionScoped cs(cs_.get()); in Add() local
87 CriticalSectionScoped cs(process_crit_sect_.get()); in Process() local
92 CriticalSectionScoped cs(_sendCritSect); in Process() local
105 CriticalSectionScoped cs(_sendCritSect); in InitializeSender() local
121 CriticalSectionScoped cs(_sendCritSect); in RegisterSendCodec() local
167 CriticalSectionScoped cs(_sendCritSect); in SendCodec() local
177 CriticalSectionScoped cs(_sendCritSect); in SendCodec() local
187 CriticalSectionScoped cs(_sendCritSect); in RegisterExternalEncoder() local
[all …]
Dvideo_receiver.cc79 CriticalSectionScoped cs(process_crit_sect_.get()); in Process() local
123 CriticalSectionScoped cs(process_crit_sect_.get()); in Process() local
142 CriticalSectionScoped cs(process_crit_sect_.get()); in Process() local
153 CriticalSectionScoped cs(process_crit_sect_.get()); in Process() local
198 CriticalSectionScoped cs(_receiveCritSect); in SetVideoProtection() local
209 CriticalSectionScoped cs(_receiveCritSect); in SetVideoProtection() local
225 CriticalSectionScoped cs(_receiveCritSect); in SetVideoProtection() local
238 CriticalSectionScoped cs(_receiveCritSect); in SetVideoProtection() local
250 CriticalSectionScoped cs(_receiveCritSect); in SetVideoProtection() local
310 CriticalSectionScoped cs(_receiveCritSect); in RegisterReceiveCallback() local
[all …]
Dtiming.cc50 CriticalSectionScoped cs(crit_sect_); in Reset() local
66 CriticalSectionScoped cs(crit_sect_); in set_render_delay() local
71 CriticalSectionScoped cs(crit_sect_); in set_min_playout_delay() local
76 CriticalSectionScoped cs(crit_sect_); in SetJitterDelay() local
87 CriticalSectionScoped cs(crit_sect_); in UpdateCurrentDelay() local
126 CriticalSectionScoped cs(crit_sect_); in UpdateCurrentDelay() local
143 CriticalSectionScoped cs(crit_sect_); in StopDecodeTimer() local
151 CriticalSectionScoped cs(crit_sect_); in IncomingTimestamp() local
157 CriticalSectionScoped cs(crit_sect_); in RenderTimeMs() local
185 CriticalSectionScoped cs(crit_sect_); in MaxWaitingTime() local
[all …]
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_rtp_rtcp_impl.cc115 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in SetLocalSSRC() local
135 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in SetRemoteSSRCType() local
150 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in GetLocalSSRC() local
166 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in GetRemoteSSRC() local
181 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in GetRemoteCSRCs() local
198 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in SetRtxSendPayloadType() local
215 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in SetPadWithRedundantPayloads() local
229 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in SetRtxReceivePayloadType() local
241 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in SetStartSequenceNumber() local
262 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in SetRtpStateForSsrc() local
[all …]
Dvie_codec_impl.cc158 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in SetSendCodec() local
267 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in GetSendCodec() local
287 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in SetReceiveCodec() local
303 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in GetReceiveCodec() local
323 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in GetCodecConfigParameters() local
343 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in SetImageScaleStatus() local
360 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in GetSendCodecStastistics() local
377 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in GetReceiveCodecStastistics() local
394 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in GetReceiveSideDelay() local
410 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in GetCodecTargetBitrate() local
[all …]
Dvie_sender.cc38 CriticalSectionScoped cs(critsect_.get()); in RegisterSendTransport() local
47 CriticalSectionScoped cs(critsect_.get()); in DeregisterSendTransport() local
56 CriticalSectionScoped cs(critsect_.get()); in StartRTPDump() local
75 CriticalSectionScoped cs(critsect_.get()); in StopRTPDump() local
89 CriticalSectionScoped cs(critsect_.get()); in SendPacket() local
105 CriticalSectionScoped cs(critsect_.get()); in SendRTCPPacket() local
Dvie_image_process_impl.cc97 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in RegisterSendEffectFilter() local
114 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in DeregisterSendEffectFilter() local
132 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in RegisterRenderEffectFilter() local
148 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in DeregisterRenderEffectFilter() local
190 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in EnableColorEnhancement() local
210 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in RegisterPreEncodeCallback() local
216 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in DeRegisterPreEncodeCallback() local
225 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in RegisterPostEncodeImageCallback() local
232 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in DeRegisterPostEncodeCallback() local
241 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); in RegisterPreDecodeImageCallback() local
[all …]
Dvie_input_manager.cc57 CriticalSectionScoped cs(device_info_cs_.get()); in NumberOfCaptureDevices() local
70 CriticalSectionScoped cs(device_info_cs_.get()); in GetDeviceName() local
83 CriticalSectionScoped cs(device_info_cs_.get()); in NumberOfCaptureCapabilities() local
95 CriticalSectionScoped cs(device_info_cs_.get()); in GetCaptureCapability() local
120 CriticalSectionScoped cs(device_info_cs_.get()); in GetOrientation() local
152 CriticalSectionScoped cs(device_info_cs_.get()); in DisplayCaptureSettingsDialogBox() local
166 CriticalSectionScoped cs(map_cs_.get()); in CreateCaptureDevice() local
240 CriticalSectionScoped cs(map_cs_.get()); in CreateCaptureDevice() local
265 CriticalSectionScoped cs(map_cs_.get()); in DestroyCaptureDevice() local
291 CriticalSectionScoped cs(map_cs_.get()); in CreateExternalCaptureDevice() local
[all …]
/external/chromium_org/third_party/webrtc/modules/video_render/
Dvideo_render_impl.cc120 CriticalSectionScoped cs(&_moduleCrit); in ChangeUniqueId() local
146 CriticalSectionScoped cs(&_moduleCrit); in Window() local
157 CriticalSectionScoped cs(&_moduleCrit); in Id() local
162 CriticalSectionScoped cs(&_moduleCrit); in GetIncomingFrameRate() local
187 CriticalSectionScoped cs(&_moduleCrit); in AddIncomingRenderStream() local
246 CriticalSectionScoped cs(&_moduleCrit); in DeleteIncomingRenderStream() local
275 CriticalSectionScoped cs(&_moduleCrit); in AddExternalRenderCallback() local
301 CriticalSectionScoped cs(&_moduleCrit); in GetIncomingRenderStreamProperties() local
317 CriticalSectionScoped cs(&_moduleCrit); in GetNumIncomingRenderStreams() local
324 CriticalSectionScoped cs(&_moduleCrit); in HasIncomingRenderStream() local
[all …]
Dvideo_render_internal_impl.cc300 CriticalSectionScoped cs(&_moduleCrit); in ChangeUniqueId() local
326 CriticalSectionScoped cs(&_moduleCrit); in Window() local
333 CriticalSectionScoped cs(&_moduleCrit); in ChangeWindow() local
380 CriticalSectionScoped cs(&_moduleCrit); in Id() local
385 CriticalSectionScoped cs(&_moduleCrit); in GetIncomingFrameRate() local
410 CriticalSectionScoped cs(&_moduleCrit); in AddIncomingRenderStream() local
469 CriticalSectionScoped cs(&_moduleCrit); in DeleteIncomingRenderStream() local
498 CriticalSectionScoped cs(&_moduleCrit); in AddExternalRenderCallback() local
524 CriticalSectionScoped cs(&_moduleCrit); in GetIncomingRenderStreamProperties() local
540 CriticalSectionScoped cs(&_moduleCrit); in GetNumIncomingRenderStreams() local
[all …]
Dincoming_video_stream.cc80 CriticalSectionScoped cs(&stream_critsect_); in ChangeModuleId() local
86 CriticalSectionScoped cs(&stream_critsect_); in ModuleCallback() local
156 CriticalSectionScoped cs(&stream_critsect_); in SetRenderCallback() local
168 CriticalSectionScoped cs(&stream_critsect_); in EnableMirroring() local
184 CriticalSectionScoped cs(&buffer_critsect_); in SetExpectedRenderDelay() local
190 CriticalSectionScoped cs(&stream_critsect_); in SetExternalCallback() local
285 CriticalSectionScoped cs(&stream_critsect_); in IncomingRate() local
357 CriticalSectionScoped cs(&buffer_critsect_); in IncomingVideoStreamProcess() local
367 CriticalSectionScoped cs(&buffer_critsect_); in GetLastRenderedFrame() local
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Dreceive_statistics_impl.cc55 CriticalSectionScoped cs(stream_lock_.get()); in ResetStatistics() local
79 CriticalSectionScoped cs(stream_lock_.get()); in UpdateCounters() local
179 CriticalSectionScoped cs(stream_lock_.get()); in NotifyRtpCallback() local
190 CriticalSectionScoped cs(stream_lock_.get()); in NotifyRtcpCallback() local
199 CriticalSectionScoped cs(stream_lock_.get()); in FecPacketReceived() local
207 CriticalSectionScoped cs(stream_lock_.get()); in SetMaxReorderingThreshold() local
214 CriticalSectionScoped cs(stream_lock_.get()); in GetStatistics() local
307 CriticalSectionScoped cs(stream_lock_.get()); in GetDataCounters() local
318 CriticalSectionScoped cs(stream_lock_.get()); in BitrateReceived() local
323 CriticalSectionScoped cs(stream_lock_.get()); in ProcessBitrate() local
[all …]
Dbitrate.cc36 CriticalSectionScoped cs(crit_.get()); in Update() local
42 CriticalSectionScoped cs(crit_.get()); in PacketRate() local
47 CriticalSectionScoped cs(crit_.get()); in BitrateLast() local
52 CriticalSectionScoped cs(crit_.get()); in BitrateNow() local
70 CriticalSectionScoped cs(crit_.get()); in time_last_rate_update() local
78 CriticalSectionScoped cs(crit_.get()); in Process() local
/external/chromium_org/third_party/webrtc/modules/video_render/external/
Dvideo_render_external_impl.cc37 CriticalSectionScoped cs(&_critSect); in ChangeUniqueId() local
44 CriticalSectionScoped cs(&_critSect); in ChangeWindow() local
56 CriticalSectionScoped cs(&_critSect); in AddIncomingRenderStream() local
63 CriticalSectionScoped cs(&_critSect); in DeleteIncomingRenderStream() local
75 CriticalSectionScoped cs(&_critSect); in GetIncomingRenderStreamProperties() local
88 CriticalSectionScoped cs(&_critSect); in StartRender() local
94 CriticalSectionScoped cs(&_critSect); in StopRender() local
110 CriticalSectionScoped cs(&_critSect); in FullScreen() local
127 CriticalSectionScoped cs(&_critSect); in GetScreenResolution() local
136 CriticalSectionScoped cs(&_critSect); in RenderFrameRate() local
[all …]
/external/icu/icu4c/source/common/unicode/
Dustring.h942 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) argument
944 # define U_STRING_INIT(var, cs, length) argument
946 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs argument
948 # define U_STRING_INIT(var, cs, length) argument
950 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=cs argument
952 # define U_STRING_INIT(var, cs, length) argument
954 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] argument
956 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) argument
/external/chromium_org/third_party/icu/source/common/unicode/
Dustring.h942 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) argument
944 # define U_STRING_INIT(var, cs, length) argument
946 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs argument
948 # define U_STRING_INIT(var, cs, length) argument
950 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=cs argument
952 # define U_STRING_INIT(var, cs, length) argument
954 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] argument
956 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) argument
/external/tcpdump/
Dcpack.c57 cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize) in cpack_align_and_reserve()
73 cpack_advance(struct cpack_state *cs, const size_t toskip) in cpack_advance()
83 cpack_init(struct cpack_state *cs, u_int8_t *buf, size_t buflen) in cpack_init()
96 cpack_uint64(struct cpack_state *cs, u_int64_t *u) in cpack_uint64()
112 cpack_uint32(struct cpack_state *cs, u_int32_t *u) in cpack_uint32()
128 cpack_uint16(struct cpack_state *cs, u_int16_t *u) in cpack_uint16()
144 cpack_uint8(struct cpack_state *cs, u_int8_t *u) in cpack_uint8()
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
Dvideo_render_windows_impl.cc77 CriticalSectionScoped cs(&_renderWindowsCritsect); in ChangeUniqueId() local
84 CriticalSectionScoped cs(&_renderWindowsCritsect); in ChangeWindow() local
103 CriticalSectionScoped cs(&_renderWindowsCritsect); in AddIncomingRenderStream() local
121 CriticalSectionScoped cs(&_renderWindowsCritsect); in DeleteIncomingRenderStream() local
141 CriticalSectionScoped cs(&_renderWindowsCritsect); in GetIncomingRenderStreamProperties() local
162 CriticalSectionScoped cs(&_renderWindowsCritsect); in StartRender() local
176 CriticalSectionScoped cs(&_renderWindowsCritsect); in StopRender() local
200 CriticalSectionScoped cs(&_renderWindowsCritsect); in FullScreen() local
231 CriticalSectionScoped cs(&_renderWindowsCritsect); in GetScreenResolution() local
240 CriticalSectionScoped cs(&_renderWindowsCritsect); in RenderFrameRate() local
[all …]
/external/chromium_org/third_party/webrtc/voice_engine/
Dtransmit_mixer.cc40 CriticalSectionScoped cs(&_callbackCritSect); in OnPeriodicProcess() local
68 CriticalSectionScoped cs(&_critSect); in OnPeriodicProcess() local
76 CriticalSectionScoped cs(&_callbackCritSect); in OnPeriodicProcess() local
115 CriticalSectionScoped cs(&_critSect); in PlayFileEnded() local
131 CriticalSectionScoped cs(&_critSect); in RecordFileEnded() local
138 CriticalSectionScoped cs(&_critSect); in RecordFileEnded() local
223 CriticalSectionScoped cs(&_critSect); in ~TransmitMixer() local
280 CriticalSectionScoped cs(&_callbackCritSect); in RegisterVoiceEngineObserver() local
342 CriticalSectionScoped cs(&_callbackCritSect); in PrepareDemux() local
390 CriticalSectionScoped cs(&_critSect); in PrepareDemux() local
[all …]
/external/chromium_org/third_party/webrtc/test/
Dfake_audio_device.cc52 CriticalSectionScoped cs(lock_.get()); in Init() local
71 CriticalSectionScoped cs(lock_.get()); in RegisterAudioCallback() local
77 CriticalSectionScoped cs(lock_.get()); in Playing() local
87 CriticalSectionScoped cs(lock_.get()); in Recording() local
98 CriticalSectionScoped cs(lock_.get()); in CaptureAudio() local
141 CriticalSectionScoped cs(lock_.get()); in Start() local
146 CriticalSectionScoped cs(lock_.get()); in Stop() local
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediarecorder.cc55 rtc::CritScope cs(&critical_section_); in SetMaxSize() local
60 rtc::CritScope cs(&critical_section_); in Enable() local
78 rtc::CritScope cs(&critical_section_); in OnPacket() local
94 rtc::CritScope cs(&critical_section_); in set_packet_filter() local
102 rtc::CritScope cs(&critical_section_); in Flush() local
114 rtc::CritScope cs(&critical_section_); in ~MediaRecorder() local
145 rtc::CritScope cs(&critical_section_); in InternalAddChannel() local
164 rtc::CritScope cs(&critical_section_); in RemoveChannel() local
177 rtc::CritScope cs(&critical_section_); in EnableChannel() local
216 rtc::CritScope cs(&critical_section_); in FlushSinks() local
/external/chromium_org/third_party/webrtc/system_wrappers/source/
Drw_lock_generic.cc35 CriticalSectionScoped cs(critical_section_); in AcquireLockExclusive() local
47 CriticalSectionScoped cs(critical_section_); in ReleaseLockExclusive() local
57 CriticalSectionScoped cs(critical_section_); in AcquireLockShared() local
70 CriticalSectionScoped cs(critical_section_); in ReleaseLockShared() local
/external/chromium_org/third_party/webrtc/modules/video_capture/
Dvideo_capture_impl.cc94 CriticalSectionScoped cs(&_callBackCs); in TimeUntilNextProcess() local
105 CriticalSectionScoped cs(&_callBackCs); in Process() local
192 CriticalSectionScoped cs(&_apiCs); in RegisterCaptureDataCallback() local
198 CriticalSectionScoped cs(&_apiCs); in DeRegisterCaptureDataCallback() local
204 CriticalSectionScoped cs(&_apiCs); in RegisterCaptureCallback() local
210 CriticalSectionScoped cs(&_apiCs); in DeRegisterCaptureCallback() local
215 CriticalSectionScoped cs(&_apiCs); in SetCaptureDelay() local
220 CriticalSectionScoped cs(&_apiCs); in CaptureDelay() local
263 CriticalSectionScoped cs(&_apiCs); in IncomingFrame() local
336 CriticalSectionScoped cs(&_apiCs); in IncomingI420VideoFrame() local
[all …]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcpassthroughrender.cc48 rtc::CritScope cs(&stream_critical_); in RenderFrame() local
56 rtc::CritScope cs(&stream_critical_); in SetRenderer() local
62 rtc::CritScope cs(&stream_critical_); in StartRender() local
68 rtc::CritScope cs(&stream_critical_); in StopRender() local
97 rtc::CritScope cs(&render_critical_); in AddIncomingRenderStream() local
113 rtc::CritScope cs(&render_critical_); in DeleteIncomingRenderStream() local
127 rtc::CritScope cs(&render_critical_); in AddExternalRenderCallback() local
146 rtc::CritScope cs(&render_critical_); in StartRender() local
156 rtc::CritScope cs(&render_critical_); in StopRender() local
/external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
Daudio_conference_mixer_impl.cc202 CriticalSectionScoped cs(_crit.get()); in TimeUntilNextProcess() local
217 CriticalSectionScoped cs(_crit.get()); in Process() local
230 CriticalSectionScoped cs(_cbCrit.get()); in Process() local
244 CriticalSectionScoped cs(_crit.get()); in Process() local
272 CriticalSectionScoped cs(_crit.get()); in Process() local
299 CriticalSectionScoped cs(_crit.get()); in Process() local
348 CriticalSectionScoped cs(_cbCrit.get()); in Process() local
379 CriticalSectionScoped cs(_crit.get()); in Process() local
387 CriticalSectionScoped cs(_cbCrit.get()); in RegisterMixedStreamCallback() local
396 CriticalSectionScoped cs(_cbCrit.get()); in UnRegisterMixedStreamCallback() local
[all …]

12345678910>>...18