HomeSort by relevance Sort by last modified time
    Searched defs:HISTOGRAM (Results 1 - 8 of 8) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/util/
perf_result_data_type.py 7 HISTOGRAM = 'histogram'
8 UNIMPORTANT_HISTOGRAM = 'unimportant-histogram'
11 ALL_TYPES = [DEFAULT, UNIMPORTANT, HISTOGRAM, UNIMPORTANT_HISTOGRAM,
20 return datatype == HISTOGRAM or datatype == UNIMPORTANT_HISTOGRAM
  /external/v8/build/util/lib/common/
perf_result_data_type.py 7 HISTOGRAM = 'histogram'
8 UNIMPORTANT_HISTOGRAM = 'unimportant-histogram'
11 ALL_TYPES = [DEFAULT, UNIMPORTANT, HISTOGRAM, UNIMPORTANT_HISTOGRAM,
20 return (datatype == HISTOGRAM or datatype == UNIMPORTANT_HISTOGRAM)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
_bitmap.py 7 tools: crop, find bounding box of a color and compute histogram of color values.
27 HISTOGRAM = 1
65 def Histogram(self, ignore_color, tolerance):
67 response = self._RunCommand(_BitmapTools.HISTOGRAM,
240 return self._PrepareTools().Histogram(ignore_color, tolerance)
bitmaptools.cc 16 HISTOGRAM = 1,
169 bool Histogram(const Bitmap& bmp) {
173 fprintf(stderr, "Could not parse HISTOGRAM command.\n");
256 case HISTOGRAM:
257 if (!Histogram(bmp)) return -1;
  /external/libchrome/base/metrics/
histogram_base.h 34 // HistogramBase, add new histogram types and names below.
37 HISTOGRAM,
46 // Create or find existing histogram that matches the pickled info.
63 // Histogram should be UMA uploaded.
66 // Indicates that this is a stability histogram. This flag exists to specify
71 // Indicates that the histogram was pickled to be sent across an IPC
72 // Channel. If we observe this flag on a histogram being aggregated into
75 // the source histogram!).
79 // this histogram. We store this as a flag with the histogram sinc
    [all...]
  /external/opencv/cvaux/src/
cvbgfg_acmmm2003.cpp 248 // Create histogram:
250 long HISTOGRAM[PIXELRANGE];
251 for (i=0 ; i<PIXELRANGE; i++) HISTOGRAM[i]=0;
259 HISTOGRAM[diff]++;
274 sum += double(j)*double(HISTOGRAM[j]);
275 sqsum += double(j*j)*double(HISTOGRAM[j]);
276 count += HISTOGRAM[j];
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 103 HISTOGRAM ("Histogram"),
365 case HISTOGRAM:
366 mTest = new Histogram();
  /external/opencv3/modules/core/src/
gl_core_3_1.hpp 456 HISTOGRAM = 0x8024,
    [all...]

Completed in 229 milliseconds