OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stream_critsect_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_video/include/
incoming_video_stream.h
80
const rtc::scoped_ptr<CriticalSectionWrapper>
stream_critsect_
;
member in class:webrtc::IncomingVideoStream
89
bool running_ GUARDED_BY(
stream_critsect_
);
95
uint32_t incoming_rate_ GUARDED_BY(
stream_critsect_
);
96
int64_t last_rate_calculation_time_ms_ GUARDED_BY(
stream_critsect_
);
97
uint16_t num_frames_since_last_calculation_ GUARDED_BY(
stream_critsect_
);
/external/webrtc/webrtc/common_video/
incoming_video_stream.cc
39
stream_critsect_
(CriticalSectionWrapper::CreateCriticalSection()),
62
CriticalSectionScoped cs(
stream_critsect_
.get());
68
CriticalSectionScoped csS(
stream_critsect_
.get());
117
CriticalSectionScoped csS(
stream_critsect_
.get());
132
CriticalSectionScoped csS(
stream_critsect_
.get());
157
CriticalSectionScoped cs_stream(
stream_critsect_
.get());
195
CriticalSectionScoped cs(
stream_critsect_
.get());
Completed in 461 milliseconds