Searched defs:iso (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_exif.c484 int32_t *iso = local
491 if (NULL != iso) {
492 p_ae_params.iso_value= *iso;
/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h157 int iso; member in struct:android::ExynosCameraInfo
851 bool setISO(int iso);
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp111 const char *iso [] = { "auto", "100", "200", "400", "800", "1200", "1600"}; variable
1326 printf(" i. ISO mode: %s\n", iso[iso_mode]);
1853 iso_mode %= ARRAY_SIZE(iso);
1854 params.set(KEY_ISO, iso[iso_mode]);
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp190 iso = 0;
3763 int iso = m_curCameraInfo->iso; local
3768 if ( exynos_v4l2_g_ctrl(m_previewDev->fd, V4L2_CID_IS_CAMERA_EXIF_ISO, &iso) < 0
3769 || iso < 0) {
3771 iso = ISO_100;
3774 switch (iso) {
3804 ALOGD("Shutter speed=%d us, iso=%d", shutterSpeed, exifInfo->iso_speed_rating);
4039 bool ExynosCamera::setISO(int iso) argument
4043 switch (iso) {
[all...]

Completed in 112 milliseconds