Home
last modified time | relevance | path

Searched refs:CAMERA_I2CActivate (Results 1 – 8 of 8) sorted by relevance

/TwlSDK-5.1.0/build/demos.TWL/camera/camera-3/src/
Dmain.c269 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in TwlMain()
275 result = CAMERA_I2CActivate(current); in TwlMain()
308 result = CAMERA_I2CActivate(current); in CameraInit()
351 result = CAMERA_I2CActivate(current); in CameraIntrVsync()
/TwlSDK-5.1.0/build/demos.TWL/camera/simpleShoot-1/src/
Dmain.c110 result = CAMERA_I2CActivate(current_camera); in CameraInit()
153 result = CAMERA_I2CActivate(current_camera); in CameraIntrVsync()
379 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in TwlMain()
405 result = CAMERA_I2CActivate(current_camera); in TwlMain()
/TwlSDK-5.1.0/build/demos.TWL/camera/camera-4/src/
Dmain.c205 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in TwlMain()
211 result = CAMERA_I2CActivate(current); in TwlMain()
298 result = CAMERA_I2CActivate(current); in CameraInit()
342 result = CAMERA_I2CActivate(current); in CameraIntrVsync()
/TwlSDK-5.1.0/build/demos.TWL/camera/camera-1/src/
Dmain.c206 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in TwlMain()
217 result = CAMERA_I2CActivate(current); in TwlMain()
244 result = CAMERA_I2CActivate(current); in TwlMain()
359 result = CAMERA_I2CActivate(current); in CameraInit()
/TwlSDK-5.1.0/build/demos.TWL/camera/simpleShoot-2/src/
Dmain.c139 result = CAMERA_I2CActivate(current_camera); in CameraInit()
182 result = CAMERA_I2CActivate(current_camera); in CameraIntrVsync()
460 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in TwlMain()
486 result = CAMERA_I2CActivate(current_camera); in TwlMain()
/TwlSDK-5.1.0/build/demos.TWL/camera/camera-2/src/
Dmain.c237 result = CAMERA_I2CActivate(current); in CameraInit()
308 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in CameraDmaIntr()
/TwlSDK-5.1.0/build/demos.TWL/dsp/yuvToRgb/src/
Dmain.c267 result = CAMERA_I2CActivate(CAMERA_SELECT_IN); in InitializeCamera()
/TwlSDK-5.1.0/include/twl/camera/ARM9/
Dcamera_api.h244 SDK_INLINE CAMERAResult CAMERA_I2CActivate(CAMERASelect camera) in CAMERA_I2CActivate() function