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

  /development/ndk/sources/android/ndk_helper/
perfMonitor.h 28 const int32_t NUM_SAMPLES = 100;
42 double ticklist_[NUM_SAMPLES];
perfMonitor.cpp 28 for( int32_t i = 0; i < NUM_SAMPLES; ++i )
41 tickindex_ = (tickindex_ + 1) % NUM_SAMPLES;
43 return ((double) ticksum_ / NUM_SAMPLES);
  /cts/apps/CameraITS/tests/scene3/
test_edge_enhancement.py 52 NUM_SAMPLES = 4
60 for n in range(NUM_SAMPLES):
test_reprocess_edge_enhancement.py 56 NUM_SAMPLES = 4
65 for n in range(NUM_SAMPLES):
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/cache/
SampleCache.java 71 private static final int NUM_SAMPLES = 3;
94 return mSamples.size() > NUM_SAMPLES;
  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 70 NUM_SAMPLES = 25,
422 vector<Sample> samples (NUM_SAMPLES);
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 73 NUM_SAMPLES = 50,
531 vector<Sample> samples (NUM_SAMPLES);
  /external/webrtc/webrtc/base/
virtualsocketserver.cc 52 const int NUM_SAMPLES = 1000;
510 delay_mean_(0), delay_stddev_(0), delay_samples_(NUM_SAMPLES),
    [all...]
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 365 milliseconds