OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:metric_type
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_metrics_module.cc
102
DictionaryValue*
metric_type
;
local
103
EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &
metric_type
));
110
EXTENSION_FUNCTION_VALIDATE(
metric_type
->GetString("metricName", &name));
111
EXTENSION_FUNCTION_VALIDATE(
metric_type
->GetString("type", &type));
112
EXTENSION_FUNCTION_VALIDATE(
metric_type
->GetInteger("min", &min));
113
EXTENSION_FUNCTION_VALIDATE(
metric_type
->GetInteger("max", &max));
114
EXTENSION_FUNCTION_VALIDATE(
metric_type
->GetInteger("buckets", &buckets));
/external/webp/include/webp/
encode.h
375
int
metric_type
, // 0 = PSNR, 1 = SSIM, 2 = LSIM
Completed in 3299 milliseconds