Home
last modified time | relevance | path

Searched refs:CAMERASelect (Results 1 – 9 of 9) sorted by relevance

/TwlSDK-5.4/include/twl/camera/ARM9/
Dcamera_api.h52 CAMERAResult CAMERA_StartCore(CAMERASelect camera);
54 CAMERAResult CAMERA_I2CInitAsyncCore(CAMERASelect camera, CAMERACallback callback, void *arg);
55 CAMERAResult CAMERA_I2CInitCore(CAMERASelect camera);
56 CAMERAResult CAMERA_I2CActivateAsyncCore(CAMERASelect camera, CAMERACallback callback, void *arg);
57 CAMERAResult CAMERA_I2CActivateCore(CAMERASelect camera);
58 CAMERAResult CAMERA_I2CContextSwitchAsyncCore(CAMERASelect camera, CAMERAContext context, CAMERACal…
59 CAMERAResult CAMERA_I2CContextSwitchCore(CAMERASelect camera, CAMERAContext context);
60 CAMERAResult CAMERA_I2CSizeExAsyncCore(CAMERASelect camera, CAMERAContext context, CAMERASize size,…
61 CAMERAResult CAMERA_I2CSizeExCore(CAMERASelect camera, CAMERAContext context, CAMERASize size);
62 CAMERAResult CAMERA_I2CFrameRateAsyncCore(CAMERASelect camera, CAMERAFrameRate rate, CAMERACallback…
[all …]
/TwlSDK-5.4/build/libraries/camera/ARM9.TWL/src/
Dcamera_api.c102 CAMERASelect set_camera; // For which camera is this temporary setting information?
150 CAMERASelect CAMERAiCurrentCamera; // Current camera set just before by user
814 CAMERAResult CAMERA_StartCore(CAMERASelect camera) in CAMERA_StartCore()
876 CAMERAResult CAMERA_I2CInitAsyncCore(CAMERASelect camera, CAMERACallback callback, void *arg) in CAMERA_I2CInitAsyncCore()
927 CAMERAResult CAMERA_I2CInitCore(CAMERASelect camera) in CAMERA_I2CInitCore()
949 CAMERAResult CAMERA_I2CActivateAsyncCore(CAMERASelect camera, CAMERACallback callback, void *arg) in CAMERA_I2CActivateAsyncCore()
1016 CAMERAResult CAMERA_I2CActivateCore(CAMERASelect camera) in CAMERA_I2CActivateCore()
1039 CAMERAResult CAMERA_I2CContextSwitchAsyncCore(CAMERASelect camera, CAMERAContext context, CAMERACal… in CAMERA_I2CContextSwitchAsyncCore()
1118 CAMERAResult CAMERA_I2CContextSwitchCore(CAMERASelect camera, CAMERAContext context) in CAMERA_I2CContextSwitchCore()
1141 CAMERAResult CAMERA_I2CSizeExAsyncCore(CAMERASelect camera, CAMERAContext context, CAMERASize size,… in CAMERA_I2CSizeExAsyncCore()
[all …]
/TwlSDK-5.4/include/twl/camera/common/
Dtypes.h41 CAMERASelect; typedef
/TwlSDK-5.4/build/demos.TWL/camera/camera-2/src/
Dmain.c42 static CAMERASelect current;
/TwlSDK-5.4/build/demos.TWL/camera/camera-3/src/
Dmain.c59 static CAMERASelect current;
/TwlSDK-5.4/build/demos.TWL/camera/simpleShoot-1/src/
Dmain.c69 static CAMERASelect current_camera = CAMERA_SELECT_IN;
/TwlSDK-5.4/build/demos.TWL/camera/camera-4/src/
Dmain.c46 static CAMERASelect current;
/TwlSDK-5.4/build/demos.TWL/camera/camera-1/src/
Dmain.c36 static CAMERASelect current;
/TwlSDK-5.4/build/demos.TWL/camera/simpleShoot-2/src/
Dmain.c83 static CAMERASelect current_camera = CAMERA_SELECT_IN;