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

  /external/webrtc/webrtc/modules/audio_processing/agc/
agc.h 51 rtc::scoped_ptr<Histogram> histogram_; member in class:webrtc::Agc
  /external/opencv3/modules/cudev/include/opencv2/cudev/expr/
reduction.hpp 231 histogram_(const SrcPtr& src) function in namespace:cv::cudev
  /external/v8/src/
counters.h 184 histogram_(NULL),
208 histogram_ = CreateHistogram();
210 return histogram_;
222 void* histogram_; member in class:v8::internal::Histogram
340 : histogram_(histogram) {
341 histogram_->Start();
343 ~AggregatingHistogramTimerScope() { histogram_->Stop(); }
346 AggregatableHistogramTimer* histogram_; member in class:v8::internal::AggregatingHistogramTimerScope
354 : histogram_(histogram) {
357 ~AggregatedHistogramTimerScope() { histogram_->Add(timer_.Elapsed());
361 AggregatableHistogramTimer* histogram_; member in class:v8::internal::AggregatedHistogramTimerScope
    [all...]

Completed in 532 milliseconds