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

  /pdk/apps/CameraITS/tests/scene0/
test_param_sensitivity_burst.py 26 NUM_STEPS = 3
35 sens_step = (sens_range[1] - sens_range[0]) / NUM_STEPS
  /pdk/apps/CameraITS/tests/scene1/
test_param_sensitivity.py 30 NUM_STEPS = 5
45 sens_step = (sens_range[1] - sens_range[0]) / float(NUM_STEPS-1)
46 sensitivities = [sens_range[0] + i * sens_step for i in range(NUM_STEPS)]
test_raw_sensitivity.py 33 NUM_STEPS = 5
46 sens_step = (sens_max - sens_min) / NUM_STEPS
test_raw_burst_sensitivity.py 35 NUM_STEPS = 5
48 sens_step = (sens_max - sens_min) / NUM_STEPS
  /pdk/apps/CameraITS/tests/inprog/
test_param_black_level_lock.py 32 NUM_STEPS = 5
53 int((sens_range[1] - sens_range[0]) / NUM_STEPS))
test_black_level.py 38 NUM_STEPS = 3
52 sens_step = (sens_range[1] - sens_range[0]) / float(NUM_STEPS-1)
53 sensitivities = [sens_range[0] + i*sens_step for i in range(NUM_STEPS)]
  /cts/tests/tests/graphics/src/android/graphics/cts/
SweepGradientTest.java 40 private static final int NUM_STEPS = 100;
84 final double step = twoPi / NUM_STEPS;
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
AllocationTest.java 584 final int NUM_STEPS = 5;
609 // List each sensitivity from min-max in NUM_STEPS increments
610 int[] sensitivities = new int[NUM_STEPS];
611 for (int i = 0; i < NUM_STEPS; ++i) {
612 int delta = (sensitivityMax - sensitivityMin) / (NUM_STEPS - 1);
622 for (int i = 0; i < NUM_STEPS; ++i) {
647 float[] lastMeans = rgbMeans.get(NUM_STEPS - 1);
    [all...]

Completed in 3043 milliseconds