/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
ColorfulnessFilter.java | 17 // Extract histogram from image. 36 * ColorfulnessFilter takes in a particular Chroma histogram generated by NewChromaHistogramFilter 49 .addInputPort("histogram", Signature.PORT_REQUIRED, dataIn) 57 getConnectedInputPort("histogram").pullFrame().asFrameBuffer2D(); 63 // Create a hue histogram from hue-saturation histogram
|
NewChromaHistogramFilter.java | 17 // Extract histogram from image. 19 package androidx.media.filterpacks.histogram; 35 * ChromaHistogramFilter takes in an image in HSVA format and computes a 2-D histogram with a 36 * 2 dimensional chroma histogram based on hue (column) and saturation (row) at the top and 37 * a 1-D value histogram in the last row. The number of bin in the value histogram equals to 65 .addOutputPort("histogram", Signature.PORT_REQUIRED, dataOut) 89 OutputPort outPort = getConnectedOutputPort("histogram");
|
/art/runtime/base/ |
timing_logger.cc | 27 #include "base/histogram-inl.h" 95 Histogram<uint64_t>* histogram; local 96 Histogram<uint64_t> dummy(label.c_str()); 101 histogram = new Histogram<uint64_t>(label.c_str(), kInitialBucketSize, max_buckets); 102 histograms_.insert(histogram); 104 histogram = *it; 106 histogram->AddValue(delta_time); 111 bool operator()(const Histogram<uint64_t>* a, const Histogram<uint64_t>* b) const [all...] |
/external/chromium_org/chrome/renderer/pepper/ |
pepper_uma_host.cc | 7 #include "base/metrics/histogram.h" 40 std::string HashPrefix(const std::string& histogram) { 42 base::SHA1HashString(histogram.substr(0, histogram.find('.'))); 91 bool PepperUMAHost::IsHistogramAllowed(const std::string& histogram) { 92 if (is_plugin_in_process_ && histogram.find("NaCl.") == 0) { 97 allowed_histogram_prefixes_.find(HashPrefix(histogram)) != 107 LOG(ERROR) << "Host or histogram name is not allowed to use the UMA API."; 129 base::HistogramBase* counter = base::Histogram::FactoryTimeGet( 135 // The histogram can be NULL if it is constructed with bad arguments. Ignor [all...] |
/external/chromium_org/components/policy/core/common/ |
policy_load_status.cc | 7 #include "base/metrics/histogram.h" 23 base::Histogram::kUmaTargetedHistogramFlag)) {
|
policy_load_status.h | 19 // UMA histogram enum for policy load status. Don't change existing constants, 48 // histogram samples for a policy load operation and records histogram samples
|
/external/chromium_org/net/cert/ |
x509_util_android.cc | 9 #include "base/metrics/histogram.h" 22 // Only record the histogram for 4.2 and up. Before 4.2, the platform doesn't
|
/external/chromium_org/third_party/brotli/src/brotli/enc/ |
entropy_encode.h | 22 #include "./histogram.h" 45 // length contains the size of the histogram. 74 void BuildEntropyCode(const Histogram<kSize>& histogram, 82 if (histogram.total_count_ == 0) return; 84 if (histogram.data_[i] > 0) { 91 memcpy(counts, &histogram.data_[0], sizeof(counts[0]) * kSize); 95 CreateHuffmanTree(&histogram.data_[0], alphabet_size, tree_limit,
|
cluster.h | 32 #include "./histogram.h" 63 void CompareAndPushToHeap(const Histogram<kSize>* out, 93 Histogram<kSize> combo = out[idx1]; 109 void HistogramCombine(Histogram<kSize>* out, 125 // We maintain a heap of histogram pairs, ordered by the bit cost reduction. 170 // Push new pairs formed with the combined histogram to the heap. 178 // Histogram refinement 180 // What is the bit cost of moving histogram from cur_symbol to candidate. 182 double HistogramBitCostDistance(const Histogram<kSize>& histogram, [all...] |
literal_cost.cc | 68 int histogram[3][256] = { { 0 } }; local 78 ++histogram[utf8_pos][c]; 93 --histogram[utf8_pos2][data[(pos + i - window_half) & mask]]; 103 ++histogram[utf8_pos2][data[(pos + i + window_half) & mask]]; 110 int histo = histogram[utf8_pos][data[masked_pos]]; 135 int histogram[256] = { 0 }; 139 // Bootstrap histogram. 141 ++histogram[data[(pos + i) & mask]]; 148 --histogram[data[(pos + i - window_half) & mask]]; 153 ++histogram[data[(pos + i + window_half) & mask]] [all...] |
/external/fio/tools/plot/ |
math.gpm | 15 set style data histogram 16 set style histogram cluster gap 1
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_histograms.cc | 10 #include "base/metrics/histogram.h" 84 // Helper macros for experiment-based and origin-based histogram reporting. 85 // All HISTOGRAM arguments must be UMA_HISTOGRAM... macros that contain an 88 #define PREFIXED_HISTOGRAM(histogram_name, origin, HISTOGRAM) \ 90 IsOriginExperimentWash(), HISTOGRAM, \ 94 experiment, HISTOGRAM) \ 95 PREFIXED_HISTOGRAM_INTERNAL(origin, experiment, false, HISTOGRAM, \ 98 #define PREFIXED_HISTOGRAM_INTERNAL(origin, experiment, wash, HISTOGRAM, \ 101 /* Do not rename. HISTOGRAM expects a local variable "name". */ \ 103 HISTOGRAM; \ [all...] |
/external/chromium_org/chrome/browser/ui/passwords/ |
manage_passwords_bubble.cc | 7 #include "base/metrics/histogram.h"
|
/external/chromium_org/chrome/browser/ui/sync/ |
signin_histogram.h | 10 // Enum values used for use with the "Signin.Reauth" histogram.
|
/external/chromium_org/components/dom_distiller/core/ |
feedback_reporter.cc | 7 #include "base/metrics/histogram.h"
|
/external/chromium_org/content/browser/media/capture/ |
desktop_capture_device_uma_types.cc | 7 #include "base/metrics/histogram.h"
|
/external/chromium_org/base/test/ |
statistics_delta_reader.h | 18 // This class acts as a differential reader for histogram samples, enabling 29 // Returns the histogram data accumulated since this instance was created. 35 // Used to determine the histogram changes made during this instance's
|
/external/chromium_org/net/base/ |
connection_type_histograms.cc | 7 #include "base/metrics/histogram.h" 11 // We're using a histogram as a group of counters. We're only interested in 21 // Each histogram has an unused bucket at the end to allow seamless future
|
/external/chromium_org/sync/util/ |
data_type_histogram_unittest.cc | 16 // Create a histogram of type HISTOGRAM_COUNTS for each model type. Nothing 28 // Create a histogram of type SYNC_FREQ_HISTOGRAM for each model type. Nothing 41 // Create a histogram of type UMA_HISTOGRAM_ENUMERATION for each model type.
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/ |
delay_estimator.c | 79 // 2. the |histogram| of candidate delays over time. This histogram is 108 // The |histogram| is updated differently across the bins. 109 // 1. The |candidate_delay| histogram bin is increased with the 111 // |candidate_delay| is. The histogram is not increased above 113 self->histogram[candidate_delay] += valley_depth; 114 if (self->histogram[candidate_delay] > kHistogramMax) { 115 self->histogram[candidate_delay] = kHistogramMax; 117 // 2. The histogram bins in the neighborhood of |candidate_delay| are 119 // 3. The histogram bins in the neighborhood of |last_delay| are decrease [all...] |
/external/chromium_org/base/metrics/ |
statistics_recorder.cc | 12 #include "base/metrics/histogram.h" 21 // Initialize histogram statistics gathering system. 45 HistogramBase* histogram) { 52 ANNOTATE_LEAKING_OBJECT_PTR(histogram); // see crbug.com/79322 53 return histogram; 61 histogram_to_return = histogram; 63 const string& name = histogram->histogram_name(); 66 (*histograms_)[name] = histogram; 67 ANNOTATE_LEAKING_OBJECT_PTR(histogram); // see crbug.com/79322 68 histogram_to_return = histogram; [all...] |
histogram_samples.h | 19 // HistogramSamples is a container storing all samples of a histogram. 58 // the total number of samples accumulated in the histogram. We can compare 60 // problems. Note, depending on the implementation of different histogram 61 // types, there might be races during histogram accumulation and snapshotting 81 // Get the index of current histogram bucket.
|
/external/chromium_org/net/socket/ |
client_socket_pool_histograms.cc | 10 #include "base/metrics/histogram.h" 16 using base::Histogram; 30 request_time_ = Histogram::FactoryTimeGet( 36 unused_idle_time_ = Histogram::FactoryTimeGet( 42 reused_idle_time_ = Histogram::FactoryTimeGet(
|
/external/netperf/ |
hist.h | 62 HIST_new - return a new, cleared histogram data type 68 HIST_clear - reset a histogram by clearing all totals to zero 74 HIST_add - add a time difference to a histogram. Time should be in 81 HIST_report - create an ASCII report on the contents of a histogram. 88 HIST_timestamp - take a timestamp suitable for use in a histogram.
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
histogram.cc | 8 #include "util/histogram.h" 12 const double Histogram::kBucketLimit[kNumBuckets] = { 33 void Histogram::Clear() { 44 void Histogram::Add(double value) { 58 void Histogram::Merge(const Histogram& other) { 69 double Histogram::Median() const { 73 double Histogram::Percentile(double p) const { 94 double Histogram::Average() const { 99 double Histogram::StandardDeviation() const [all...] |