Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos.TWL/camera/camera-3/src/
Dmain.c271 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in TwlMain()
277 result = CAMERA_I2CActivate(current); in TwlMain()
312 result = CAMERA_I2CActivate(current); in CameraInit()
356 result = CAMERA_I2CActivate(current); in CameraIntrVsync()
/TwlSDK-5.4/build/demos.TWL/camera/simpleShoot-1/src/
Dmain.c108 result = CAMERA_I2CActivate(current_camera); in CameraInit()
152 result = CAMERA_I2CActivate(current_camera); in CameraIntrVsync()
375 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in TwlMain()
403 result = CAMERA_I2CActivate(current_camera); in TwlMain()
/TwlSDK-5.4/build/demos.TWL/camera/camera-4/src/
Dmain.c206 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in TwlMain()
212 result = CAMERA_I2CActivate(current); in TwlMain()
301 result = CAMERA_I2CActivate(current); in CameraInit()
346 result = CAMERA_I2CActivate(current); in CameraIntrVsync()
/TwlSDK-5.4/build/demos.TWL/camera/camera-1/src/
Dmain.c208 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in TwlMain()
219 result = CAMERA_I2CActivate(current); in TwlMain()
246 result = CAMERA_I2CActivate(current); in TwlMain()
361 result = CAMERA_I2CActivate(current); in CameraInit()
/TwlSDK-5.4/build/demos.TWL/camera/simpleShoot-2/src/
Dmain.c137 result = CAMERA_I2CActivate(current_camera); in CameraInit()
181 result = CAMERA_I2CActivate(current_camera); in CameraIntrVsync()
456 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in TwlMain()
484 result = CAMERA_I2CActivate(current_camera); in TwlMain()
/TwlSDK-5.4/build/demos.TWL/camera/camera-2/src/
Dmain.c239 result = CAMERA_I2CActivate(current); in CameraInit()
310 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in CameraDmaIntr()
/TwlSDK-5.4/build/demos.TWL/dsp/yuvToRgb/src/
Dmain.c270 result = CAMERA_I2CActivate(CAMERA_SELECT_IN); in InitializeCamera()
/TwlSDK-5.4/include/twl/camera/ARM9/
Dcamera_api.h244 SDK_INLINE CAMERAResult CAMERA_I2CActivate(CAMERASelect camera) in CAMERA_I2CActivate() function