OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enable_encode_usage_method
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/
overuse_frame_detector_unittest.cc
197
options_.
enable_encode_usage_method
= false;
380
//
enable_encode_usage_method
= true;
385
options_.
enable_encode_usage_method
= true;
394
options_.
enable_encode_usage_method
= true;
407
options_.
enable_encode_usage_method
= false;
427
//
enable_encode_usage_method
= true;
435
options_.
enable_encode_usage_method
= true;
446
options_.
enable_encode_usage_method
= true;
461
options_.
enable_encode_usage_method
= true;
475
options_.
enable_encode_usage_method
= true
[
all
...]
overuse_frame_detector.cc
563
} else if (options_.
enable_encode_usage_method
) {
591
} else if (options_.
enable_encode_usage_method
) {
/external/chromium_org/third_party/webrtc/video_engine/include/
vie_base.h
69
enable_encode_usage_method
(false),
84
bool
enable_encode_usage_method
;
member in struct:webrtc::CpuOveruseOptions
108
enable_encode_usage_method
== o.
enable_encode_usage_method
&&
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine_unittest.cc
[
all
...]
webrtcvideoengine.cc
890
overuse_options->
enable_encode_usage_method
= encode_usage;
[
all
...]
Completed in 1190 milliseconds