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

  /test/vti/dashboard/src/main/java/com/android/vts/util/
Graph.java 32 public static enum GraphType { LINE_GRAPH, HISTOGRAM, BOX_PLOT }
  /external/libchrome/base/metrics/
histogram_base.h 34 // HistogramBase, add new histogram types and names below.
37 HISTOGRAM,
48 // visible to files that define the various histogram types.
62 // These count the individual histogram types. This must follow the order
79 // Create or find existing histogram that matches the pickled info.
96 // Histogram should be UMA uploaded.
99 // Indicates that this is a stability histogram. This flag exists to specify
104 // Indicates that the histogram was pickled to be sent across an IPC
105 // Channel. If we observe this flag on a histogram being aggregated into
108 // the source histogram!)
    [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/tests/java_api/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 103 HISTOGRAM ("Histogram"),
365 case HISTOGRAM:
366 mTest = new Histogram();

Completed in 129 milliseconds