Searched refs:exposure (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/camera/ARM9.TWL/src/ |
| D | camera_api.c | 91 int exposure; member 112 int exposure; member 472 …if (cameraWork.CAMERAiStateIn.exposure != CAMERA_GetExposureFromPhotoMode(cameraWork.CAMERAiStateI… in CAMERA_Reboot() 475 …(void)CAMERA_I2CExposureAsyncCore(CAMERA_SELECT_IN, cameraWork.CAMERAiStateIn.exposure, CAMERA_Reb… in CAMERA_Reboot() 479 …if (cameraWork.CAMERAiStateOut.exposure != CAMERA_GetExposureFromPhotoMode(cameraWork.CAMERAiState… in CAMERA_Reboot() 482 …MERA_I2CExposureAsyncCore(CAMERA_SELECT_OUT, cameraWork.CAMERAiStateOut.exposure, CAMERA_Reboot, (… in CAMERA_Reboot() 726 cameraWork.CAMERAiStateIn.exposure = 0; in CAMERA_InitCore() 742 cameraWork.CAMERAiStateOut.exposure = 0; in CAMERA_InitCore() 1811 CAMERAResult CAMERA_I2CExposureAsyncCore(CAMERASelect camera, int exposure, CAMERACallback callback… in CAMERA_I2CExposureAsyncCore() argument 1837 if (exposure < -5 || exposure > 5) in CAMERA_I2CExposureAsyncCore() [all …]
|
| /TwlSDK-5.1.0/include/twl/camera/ARM9/ |
| D | camera_api.h | 72 CAMERAResult CAMERA_I2CExposureAsyncCore(CAMERASelect camera, int exposure, CAMERACallback callback… 73 CAMERAResult CAMERA_I2CExposureCore(CAMERASelect camera, int exposure); 687 SDK_INLINE CAMERAResult CAMERA_I2CExposureAsync(CAMERASelect camera, int exposure, CAMERACallback c… in CAMERA_I2CExposureAsync() argument 691 return CAMERA_I2CExposureAsyncCore(camera, exposure, callback, arg); in CAMERA_I2CExposureAsync() 706 SDK_INLINE CAMERAResult CAMERA_I2CExposure(CAMERASelect camera, int exposure) in CAMERA_I2CExposure() argument 710 return CAMERA_I2CExposureCore(camera, exposure); in CAMERA_I2CExposure()
|