Home
last modified time | relevance | path

Searched refs:use_single_core (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/tools/
Dvideo_quality_measurement.cc57 DEFINE_bool(use_single_core,
205 config->use_single_core = FLAGS_use_single_core; in HandleCommandLineFlags()
414 config.frame_length_in_bytes, config.use_single_core ? "True " : "False", in PrintPythonOutput()
/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc34 use_single_core(false), in TestConfig()
112 if (!config_.use_single_core) { in Init()
Dvideoprocessor.h89 bool use_single_core; member
Dvideoprocessor_integrationtest.cc174 config_.use_single_core = true; in SetUpCodecConfig()