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

  /cts/apps/CameraITS/tests/inprog/
test_blc_lsc.py 51 # Capture range of exposures from 1/100x to 4x of AE estimate.
52 exposures = [ae_exp*x/100.0 for x in [1]+range(10,401,40)]
53 exposures = [e for e in exposures
63 for e in exposures:
91 pylab.plot(exposures, r_means_center, 'r')
92 pylab.plot(exposures, g_means_center, 'g')
93 pylab.plot(exposures, b_means_center, 'b')
98 pylab.plot(exposures, r_means_corner, 'r')
99 pylab.plot(exposures, g_means_corner, 'g'
    [all...]
  /hardware/libhardware/tests/camera2/
CameraMultiStreamTests.cpp 345 const Vector<int64_t>& exposures,
356 ASSERT_EQ(OK, request.update(ANDROID_SENSOR_EXPOSURE_TIME, &exposures[i], 1));
360 *requestIdStart, exposures[i], sensitivities[i]);
380 if ((exposures[i] * EXP_WAIT_MULTIPLIER) > waitLimit) {
381 waitLimit = exposures[i] * EXP_WAIT_MULTIPLIER;
412 EXPECT_LE(exposures[i] * (1.0 - TOLERANCE_MARGIN_METADATA), resultExposure);
413 EXPECT_GE(exposures[i] * (1.0 + TOLERANCE_MARGIN_METADATA), resultExposure);
433 EXPECT_GE(timeDelta * ( 1 + TOLERANCE_MARGIN_CAPTURE), exposures[i]);
652 Vector<int64_t> exposures; local
663 exposures.push_back(exp)
    [all...]
CameraBurstTests.cpp 174 int64_t exposures[CAMERA_FRAME_BURST_COUNT]; local
175 exposures[0] = CAMERA_EXPOSURE_STARTING;
177 exposures[i] = exposures[i-1] * CAMERA_EXPOSURE_DOUBLE;
180 EXPECT_LE(minExp, exposures[0])
182 << exposures[0] << "ns";
183 EXPECT_GE(maxExp, exposures[CAMERA_FRAME_BURST_COUNT-1])
185 << exposures[CAMERA_FRAME_BURST_COUNT-1] << "ns";
221 &exposures[i], 1));
223 exposures[i])
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
multibufproto.h 286 BOOL exposures; member in struct:__anon25326
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
multibufproto.h 286 BOOL exposures; member in struct:__anon27062
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 49 different "exposures" of an image as different textures. On a
50 per-fragment basis, the application selects which exposures are
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 49 different "exposures" of an image as different textures. On a
50 per-fragment basis, the application selects which exposures are
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/xcb/
xproto.h 2921 uint8_t exposures; \/**< *\/ member in struct:xcb_clear_area_request_t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xproto.h 2921 uint8_t exposures; \/**< *\/ member in struct:xcb_clear_area_request_t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xproto.h 1661 BOOL exposures; member in struct:__anon25022
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h 1661 BOOL exposures; member in struct:__anon26758
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 366 milliseconds