Searched refs:flash (Results 1 - 18 of 18) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp684 // mapping flash UI mode from aeMode
687 ctl_info->flash.i_flashMode = request_shot->shot.ctl.aa.aeMode;
689 ctl_info->flash.i_flashMode = request_shot->shot.ctl.aa.aeMode;
1059 // flash
1060 m_ctlInfo.flash.i_flashMode = AA_AEMODE_ON;
1061 m_ctlInfo.flash.m_afFlashDoneFlg= false;
1062 m_ctlInfo.flash.m_flashEnableFlg = false;
1063 m_ctlInfo.flash.m_flashFrameCount = 0;
1064 m_ctlInfo.flash.m_flashCnt = IS_FLASH_STATE_NONE;
1065 m_ctlInfo.flash
[all...]
H A Dfimc-is-metadata.h664 struct camera2_flash_ctl flash; member in struct:camera2_ctl
686 struct camera2_flash_dm flash; member in struct:camera2_dm
707 struct camera2_flash_sm flash; member in struct:camera2_sm
H A DExynosExif.h201 uint16_t flash; member in struct:__anon2755
H A DMetadataConverter.cpp157 dst->ctl.flash.flashMode = (enum flash_mode)(curr_entry.data.u8[0] + 1);
163 dst->ctl.flash.firingPower = curr_entry.data.u8[0];
169 dst->ctl.flash.firingTime = curr_entry.data.i64[0];
H A DExynosCameraHWInterface2.h226 // UI flash mode indicator
228 // AF flash
230 // Capture flash
236 // At flash auto mode only : 1 -> flash is needed, 0 -> normal case
256 ctl_flash_info_t flash; member in struct:android::request_control_info
H A DExynosJpegEncoderForCamera.cpp436 1, exifInfo->flash);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMX3A.cpp474 ALOGW("flash is disabled for testing purpose");
485 OMX_IMAGE_PARAM_FLASHCONTROLTYPE flash; local
496 OMX_INIT_STRUCT_PTR (&flash, OMX_IMAGE_PARAM_FLASHCONTROLTYPE);
497 flash.nPortIndex = OMX_ALL;
500 flash.eFlashControl = ( OMX_IMAGE_FLASHCONTROLTYPE ) OMX_IMAGE_FlashControlOff;
502 flash.eFlashControl = ( OMX_IMAGE_FLASHCONTROLTYPE ) Gen3A.FlashMode;
505 CAMHAL_LOGDB("Configuring flash mode 0x%x", flash.eFlashControl);
508 &flash);
511 CAMHAL_LOGEB("Error while configuring flash mod
554 OMX_IMAGE_PARAM_FLASHCONTROLTYPE flash; local
[all...]
H A DOMXCameraAdapter.cpp654 mParameters3A.FlashMode = entry->flash;
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXSceneModeTables.h37 OMX_IMAGE_FLASHCONTROLTYPE flash; member in struct:SceneModesEntry
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMX3A.cpp602 CAMHAL_LOGW("flash is disabled for testing purpose");
679 OMX_IMAGE_PARAM_FLASHCONTROLTYPE flash; local
690 OMX_INIT_STRUCT_PTR (&flash, OMX_IMAGE_PARAM_FLASHCONTROLTYPE);
691 flash.nPortIndex = OMX_ALL;
694 flash.eFlashControl = ( OMX_IMAGE_FLASHCONTROLTYPE ) OMX_IMAGE_FlashControlOff;
696 flash.eFlashControl = ( OMX_IMAGE_FLASHCONTROLTYPE ) Gen3A.FlashMode;
699 CAMHAL_LOGDB("Configuring flash mode 0x%x", flash.eFlashControl);
702 &flash);
705 CAMHAL_LOGEB("Error while configuring flash mod
748 OMX_IMAGE_PARAM_FLASHCONTROLTYPE flash; local
[all...]
H A DOMXCameraAdapter.cpp813 mParameters3A.FlashMode = entry->flash;
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimc-is-metadata.h183 /* android.flash */
207 /*1 : flash required, 2 : flash not required */
539 /*all flash control stop*/
541 /*internal 3A can control flash*/
543 /*internal 3A can do auto flash algorithm*/
545 /*internal 3A can fire flash by auto result*/
547 /*internal 3A can control flash*/
716 struct camera2_flash_ctl flash; member in struct:camera2_ctl
735 struct camera2_flash_dm flash; member in struct:camera2_dm
753 struct camera2_flash_sm flash; member in struct:camera2_sm
[all...]
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosExif.h196 uint16_t flash; member in struct:__anon2747
H A DExynosCamera.cpp3840 int flash = EXIF_DEF_FLASH; local
3842 || exynos_v4l2_g_ctrl(m_previewDev->fd, V4L2_CID_IS_CAMERA_EXIF_FLASH, &flash) < 0
3843 || flash < 0)
3844 exifInfo->flash = EXIF_DEF_FLASH;
3846 exifInfo->flash = flash;
H A DExynosJpegEncoderForCamera.cpp453 1, exifInfo->flash);
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
H A DOMXSceneModeTables.h40 OMX_IMAGE_FLASHCONTROLTYPE flash; member in struct:Ti::Camera::SceneModesEntry
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_script.cpp119 extern char **flash;
898 a = checkSupportedParamScript(flash, numflash, cmd);
H A Dcamera_test_menu.cpp179 char **flash = 0; variable
1453 getSupportedParameters(flashStr, &numflash, (char***)&flash);
1963 delete [] flash[i];
2150 flashIdx = getDefaultParameter("off", numflash, flash);
2632 snprintf(area2[k++], MAX_SYMBOLS, "J.Flash: %s", flash[flashIdx]);
3128 params.set(CameraParameters::KEY_FLASH_MODE, (flash[flashIdx]));

Completed in 639 milliseconds