OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendProcessingUsage
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/video/
overuse_frame_detector.h
100
class
SendProcessingUsage
;
154
const rtc::scoped_ptr<
SendProcessingUsage
> usage_ GUARDED_BY(crit_);
overuse_frame_detector.cc
50
class OveruseFrameDetector::
SendProcessingUsage
{
52
explicit
SendProcessingUsage
(const CpuOveruseOptions& options)
63
~
SendProcessingUsage
() {}
186
usage_(new
SendProcessingUsage
(options)),
Completed in 39 milliseconds