HomeSort by relevance Sort by last modified time
    Searched refs:sampler_ (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/content/browser/media/capture/
video_capture_oracle.cc 31 sampler_(capture_period_,
44 should_sample = sampler_.AddEventAndConsiderSampling(event_time);
46 should_sample = sampler_.IsOverdueForSamplingAt(event_time);
52 sampler_.RecordSample();
video_capture_oracle.h 100 SmoothEventSampler sampler_; member in class:content::VideoCaptureOracle
  /external/chromium_org/third_party/libjingle/source/talk/base/
cpumonitor.h 132 CpuSampler sampler_; member in class:talk_base::CpuMonitor
cpumonitor.cc 411 if (!monitor_thread_ || !sampler_.Init()) return false;
429 int max_cpus = sampler_.GetMaxCpus();
430 int current_cpus = sampler_.GetCurrentCpus();
431 float process_load = sampler_.GetProcessLoad();
432 float system_load = sampler_.GetSystemLoad();
  /external/chromium_org/third_party/webrtc/base/
cpumonitor.h 115 CpuSampler sampler_; member in class:rtc::CpuMonitor
cpumonitor.cc 394 if (!monitor_thread_ || !sampler_.Init()) return false;
412 int max_cpus = sampler_.GetMaxCpus();
413 int current_cpus = sampler_.GetCurrentCpus();
414 float process_load = sampler_.GetProcessLoad();
415 float system_load = sampler_.GetSystemLoad();
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.h 323 Sampler sampler_; // A sampler member in class:tcmalloc::ThreadCache
355 return sampler_.SampleAllocation(k);
thread_cache.cc 143 sampler_.Init(sampler_seed);
313 return sampler_.GetSamplePeriod();
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.h 300 Sampler sampler_; // A sampler member in class:tcmalloc::ThreadCache
332 return sampler_.SampleAllocation(k);
thread_cache.cc 140 sampler_.Init(sampler_seed);
307 return sampler_.GetSamplePeriod();
  /external/chromium_org/v8/src/
cpu-profiler.cc 29 sampler_(sampler),
122 // Schedule next sample. sampler_ is NULL in tests.
123 if (sampler_) sampler_->DoSample();
cpu-profiler.h 165 Sampler* sampler_; member in class:v8::internal::ProfilerEventsProcessor
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 337 ReferenceParams (TextureType texType_, const tcu::Sampler& sampler_, LodMode lodMode_ = LODMODE_EXACT)
339 , sampler (sampler_)
  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 149 const tcu::Sampler& sampler_)
156 , sampler (sampler_)
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp 203 const tcu::Sampler& sampler_)
210 , sampler (sampler_)
    [all...]

Completed in 5263 milliseconds