Searched refs:_sendCritSect (Results 1 – 2 of 2) sorted by relevance
66 _sendCritSect(CriticalSectionWrapper::CreateCriticalSection()), in VideoSender()79 delete _sendCritSect; in ~VideoSender()92 CriticalSectionScoped cs(_sendCritSect); in Process()105 CriticalSectionScoped cs(_sendCritSect); in InitializeSender()121 CriticalSectionScoped cs(_sendCritSect); in RegisterSendCodec()167 CriticalSectionScoped cs(_sendCritSect); in SendCodec()177 CriticalSectionScoped cs(_sendCritSect); in SendCodec()187 CriticalSectionScoped cs(_sendCritSect); in RegisterExternalEncoder()207 CriticalSectionScoped cs(_sendCritSect); in CodecConfigParameters()217 CriticalSectionScoped cs(_sendCritSect); in SentFrameCount()[all …]
117 CriticalSectionWrapper* _sendCritSect; variable