Lines Matching defs:flash
3839 //3 Flash3840 int flash = EXIF_DEF_FLASH;3842 || exynos_v4l2_g_ctrl(m_previewDev->fd, V4L2_CID_IS_CAMERA_EXIF_FLASH, &flash) < 03843 || flash < 0)3844 exifInfo->flash = EXIF_DEF_FLASH;3846 exifInfo->flash = flash;