OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_critsect_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_video/include/
incoming_video_stream.h
81
const rtc::scoped_ptr<CriticalSectionWrapper>
thread_critsect_
;
member in class:webrtc::IncomingVideoStream
86
GUARDED_BY(
thread_critsect_
);
90
VideoRenderCallback* external_callback_ GUARDED_BY(
thread_critsect_
);
91
VideoRenderCallback* render_callback_ GUARDED_BY(
thread_critsect_
);
98
int64_t last_render_time_ms_ GUARDED_BY(
thread_critsect_
);
99
VideoFrame temp_frame_ GUARDED_BY(
thread_critsect_
);
100
VideoFrame start_image_ GUARDED_BY(
thread_critsect_
);
101
VideoFrame timeout_image_ GUARDED_BY(
thread_critsect_
);
102
uint32_t timeout_time_ GUARDED_BY(
thread_critsect_
);
/external/webrtc/webrtc/common_video/
incoming_video_stream.cc
40
thread_critsect_
(CriticalSectionWrapper::CreateCriticalSection()),
98
CriticalSectionScoped csS(
thread_critsect_
.get());
104
CriticalSectionScoped csS(
thread_critsect_
.get());
111
CriticalSectionScoped cs(
thread_critsect_
.get());
127
CriticalSectionScoped cs(
thread_critsect_
.get());
138
CriticalSectionScoped csT(
thread_critsect_
.get());
165
CriticalSectionScoped cs_thread(
thread_critsect_
.get());
205
CriticalSectionScoped cs(
thread_critsect_
.get());
232
CriticalSectionScoped cs(
thread_critsect_
.get());
Completed in 58 milliseconds