Searched refs:exposure (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp392 const char *exposure[] = {"auto", "macro", "portrait", "landscape", "sports", "night", "night-portrait", "backlighting", "manual"}; variable
1174 params.set(KEY_EXPOSURE, exposure[exposure_mode]);
1363 printf(" j. Exposure %s\n", exposure[exposure_mode]);
1887 exposure_mode %= ARRAY_SIZE(exposure);
1888 params.set(KEY_EXPOSURE, exposure[exposure_mode]);
/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h125 int exposure; member in struct:android::ExynosCameraInfo
413 //! Gets the state of the auto-exposure lock.
428 //! Gets the current exposure compensation index.
431 //! Gets the exposure compensation step.
463 //! Gets the maximum exposure compensation index.
481 //! Gets the minimum exposure compensation index.
561 //! Returns true if auto-exposure locking is supported.
590 //! Sets the auto-exposure lock state.
599 //! Sets the exposure compensation index.
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp160 exposure = 0;
292 exposure = 0;
409 exposure = 0;
524 exposure = 0;
2336 return m_curCameraInfo->exposure;
2342 // The exposure compensation step. Exposure compensation index multiply by
2343 // step eqals to EV. Ex: if exposure compensation index is 6 and step is
2792 if (m_curCameraInfo->exposure != value) {
2793 m_curCameraInfo->exposure = value;

Completed in 227 milliseconds