Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/twl/camera/ARM9/
Dcamera_api.h64 CAMERAResult CAMERA_I2CEffectExAsyncCore(CAMERASelect camera, CAMERAContext context, CAMERAEffect e…
439 return CAMERA_I2CEffectExAsyncCore(camera, context, effect, callback, arg); in CAMERA_I2CEffectExAsync()
461 return CAMERA_I2CEffectExAsyncCore(camera, CAMERA_CONTEXT_BOTH, effect, callback, arg); in CAMERA_I2CEffectAsync()
/TwlSDK-5.1.0/build/libraries/camera/ARM9.TWL/src/
Dcamera_api.c405 …(void)CAMERA_I2CEffectExAsyncCore(CAMERA_SELECT_IN, CAMERA_CONTEXT_A, cameraWork.CAMERAiStateIn.ef… in CAMERA_Reboot()
412 …(void)CAMERA_I2CEffectExAsyncCore(CAMERA_SELECT_IN, CAMERA_CONTEXT_B, cameraWork.CAMERAiStateIn.ef… in CAMERA_Reboot()
419 …(void)CAMERA_I2CEffectExAsyncCore(CAMERA_SELECT_OUT, CAMERA_CONTEXT_A, cameraWork.CAMERAiStateOut.… in CAMERA_Reboot()
426 …(void)CAMERA_I2CEffectExAsyncCore(CAMERA_SELECT_OUT, CAMERA_CONTEXT_B, cameraWork.CAMERAiStateOut.… in CAMERA_Reboot()
1368 CAMERAResult CAMERA_I2CEffectExAsyncCore(CAMERASelect camera, CAMERAContext context, CAMERAEffect e… in CAMERA_I2CEffectExAsyncCore() function
1464 cameraWork.result = CAMERA_I2CEffectExAsyncCore(camera, context, effect, CameraSyncCallback, 0); in CAMERA_I2CEffectExCore()