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 182 histogram_(NULL),
204 histogram_ = CreateHistogram();
206 return histogram_;
219 void* histogram_; member in class:v8::internal::Histogram
336 : histogram_(histogram) {
337 histogram_->Start();
339 ~AggregatingHistogramTimerScope() { histogram_->Stop(); }
342 AggregatableHistogramTimer* histogram_; member in class:v8::internal::AggregatingHistogramTimerScope
350 : histogram_(histogram) {
353 ~AggregatedHistogramTimerScope() { histogram_->Add(timer_.Elapsed());
357 AggregatableHistogramTimer* histogram_; member in class:v8::internal::AggregatedHistogramTimerScope
    [all...]

Completed in 214 milliseconds