Home
last modified time | relevance | path

Searched refs:CAMERA_I2CExposureAsyncCore (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.5/include/twl/camera/ARM9/
Dcamera_api.h72 CAMERAResult CAMERA_I2CExposureAsyncCore(CAMERASelect camera, int exposure, CAMERACallback callback…
691 return CAMERA_I2CExposureAsyncCore(camera, exposure, callback, arg); in CAMERA_I2CExposureAsync()
/TwlSDK-5.5/build/libraries/camera/ARM9.TWL/src/
Dcamera_api.c475 …(void)CAMERA_I2CExposureAsyncCore(CAMERA_SELECT_IN, cameraWork.CAMERAiStateIn.exposure, CAMERA_Reb… in CAMERA_Reboot()
482 …(void)CAMERA_I2CExposureAsyncCore(CAMERA_SELECT_OUT, cameraWork.CAMERAiStateOut.exposure, CAMERA_R… in CAMERA_Reboot()
1814 CAMERAResult CAMERA_I2CExposureAsyncCore(CAMERASelect camera, int exposure, CAMERACallback callback… in CAMERA_I2CExposureAsyncCore() function
1889 cameraWork.result = CAMERA_I2CExposureAsyncCore(camera, exposure, CameraSyncCallback, 0); in CAMERA_I2CExposureCore()