Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/demos.TWL/camera/camera-3/src/
Dmain.c269 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in TwlMain()
275 result = CAMERA_I2CActivate(current); in TwlMain()
310 result = CAMERA_I2CActivate(current); in CameraInit()
354 result = CAMERA_I2CActivate(current); in CameraIntrVsync()
/TwlSDK-5.2.1/build/demos.TWL/camera/camera-4/src/
Dmain.c204 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in TwlMain()
210 result = CAMERA_I2CActivate(current); in TwlMain()
299 result = CAMERA_I2CActivate(current); in CameraInit()
344 result = CAMERA_I2CActivate(current); in CameraIntrVsync()
/TwlSDK-5.2.1/build/demos.TWL/camera/simpleShoot-1/src/
Dmain.c108 result = CAMERA_I2CActivate(current_camera); in CameraInit()
152 result = CAMERA_I2CActivate(current_camera); in CameraIntrVsync()
373 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in TwlMain()
401 result = CAMERA_I2CActivate(current_camera); in TwlMain()
/TwlSDK-5.2.1/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.2.1/build/demos.TWL/camera/simpleShoot-2/src/
Dmain.c137 result = CAMERA_I2CActivate(current_camera); in CameraInit()
181 result = CAMERA_I2CActivate(current_camera); in CameraIntrVsync()
454 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in TwlMain()
482 result = CAMERA_I2CActivate(current_camera); in TwlMain()
/TwlSDK-5.2.1/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.2.1/build/demos.TWL/dsp/yuvToRgb/src/
Dmain.c267 result = CAMERA_I2CActivate(CAMERA_SELECT_IN); in InitializeCamera()
/TwlSDK-5.2.1/include/twl/camera/ARM9/
Dcamera_api.h244 SDK_INLINE CAMERAResult CAMERA_I2CActivate(CAMERASelect camera) in CAMERA_I2CActivate() function