HomeSort by relevance Sort by last modified time
    Searched full:exposures (Results 1 - 25 of 26) sorted by null

1 2

  /pdk/apps/CameraITS/tests/
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,20)]
53 exposures = [e for e in exposures
64 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 339 const Vector<int64_t>& exposures,
350 ASSERT_EQ(OK, request.update(ANDROID_SENSOR_EXPOSURE_TIME, &exposures[i], 1));
354 *requestIdStart, exposures[i], sensitivities[i]);
374 if ((exposures[i] * EXP_WAIT_MULTIPLIER) > waitLimit) {
375 waitLimit = exposures[i] * EXP_WAIT_MULTIPLIER;
404 EXPECT_LE(exposures[i] * (1.0 - TOLERANCE_MARGIN), resultExposure);
405 EXPECT_GE(exposures[i] * (1.0 + TOLERANCE_MARGIN), resultExposure);
425 EXPECT_GE(timeDelta, exposures[i]);
620 Vector<int64_t> exposures; local
631 exposures.push_back(exp)
    [all...]
CameraBurstTests.cpp 173 int64_t exposures[CAMERA_FRAME_BURST_COUNT]; local
174 exposures[0] = CAMERA_EXPOSURE_STARTING;
176 exposures[i] = exposures[i-1] * CAMERA_EXPOSURE_DOUBLE;
179 EXPECT_LE(minExp, exposures[0])
181 << exposures[0] << "ns";
182 EXPECT_GE(maxExp, exposures[CAMERA_FRAME_BURST_COUNT-1])
184 << exposures[CAMERA_FRAME_BURST_COUNT-1] << "ns";
220 &exposures[i], 1));
222 exposures[i])
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
multibuf.h 268 Bool /* exposures */
multibufst.h 290 BOOL exposures; member in struct:__anon37132
533 Bool /* exposures */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibuf.h 268 Bool /* exposures */
multibufst.h 290 BOOL exposures; member in struct:__anon38722
533 Bool /* exposures */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibuf.h 268 Bool /* exposures */
multibufst.h 290 BOOL exposures; member in struct:__anon40237
533 Bool /* exposures */
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
  /device/lge/mako/camera/
QCameraHWI_Parm.cpp     [all...]
  /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...]
  /packages/apps/Camera2/res/values/
strings.xml 371 <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=16] -->
382 <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=50] -->
    [all...]
  /packages/apps/LegacyCamera/res/values/
strings.xml 197 <!-- Scene mode that takes long exposures to capture night scenes without flash. -->
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 233 Bool graphics_exposures;/* boolean, should exposures be generated */
    [all...]
Xproto.h 1633 BOOL exposures; member in struct:__anon36847
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 233 Bool graphics_exposures;/* boolean, should exposures be generated */
    [all...]
Xproto.h 1633 BOOL exposures; member in struct:__anon38437
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 233 Bool graphics_exposures;/* boolean, should exposures be generated */
    [all...]
Xproto.h 1633 BOOL exposures; member in struct:__anon39952
    [all...]
  /packages/apps/Camera/res/values/
strings.xml 195 <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=16] -->
  /packages/apps/Gallery2/res/values/
strings.xml     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp 93 const char QCameraParameters::KEY_QC_CAPTURE_BURST_EXPOSURE[] = "capture-burst-exposures";
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp 93 const char QCameraParameters::KEY_QC_CAPTURE_BURST_EXPOSURE[] = "capture-burst-exposures";
    [all...]

Completed in 718 milliseconds

1 2