Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/demos.TWL/camera/camera-3/src/
Dmain.c268 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in TwlMain()
274 result = CAMERA_I2CActivate(current); in TwlMain()
309 result = CAMERA_I2CActivate(current); in CameraInit()
353 result = CAMERA_I2CActivate(current); in CameraIntrVsync()
/TwlSDK-5.3.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()
372 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in TwlMain()
400 result = CAMERA_I2CActivate(current_camera); in TwlMain()
/TwlSDK-5.3.1/build/demos.TWL/camera/camera-4/src/
Dmain.c203 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in TwlMain()
209 result = CAMERA_I2CActivate(current); in TwlMain()
298 result = CAMERA_I2CActivate(current); in CameraInit()
343 result = CAMERA_I2CActivate(current); in CameraIntrVsync()
/TwlSDK-5.3.1/build/demos.TWL/camera/camera-1/src/
Dmain.c205 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in TwlMain()
216 result = CAMERA_I2CActivate(current); in TwlMain()
243 result = CAMERA_I2CActivate(current); in TwlMain()
358 result = CAMERA_I2CActivate(current); in CameraInit()
/TwlSDK-5.3.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()
453 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in TwlMain()
481 result = CAMERA_I2CActivate(current_camera); in TwlMain()
/TwlSDK-5.3.1/build/demos.TWL/camera/camera-2/src/
Dmain.c236 result = CAMERA_I2CActivate(current); in CameraInit()
307 result = CAMERA_I2CActivate(CAMERA_SELECT_NONE); in CameraDmaIntr()
/TwlSDK-5.3.1/build/demos.TWL/dsp/yuvToRgb/src/
Dmain.c267 result = CAMERA_I2CActivate(CAMERA_SELECT_IN); in InitializeCamera()
/TwlSDK-5.3.1/include/twl/camera/ARM9/
Dcamera_api.h244 SDK_INLINE CAMERAResult CAMERA_I2CActivate(CAMERASelect camera) in CAMERA_I2CActivate() function