Searched refs:camera (Results 1 – 9 of 9) sorted by relevance
| /TwlSDK-5.1.0/include/twl/camera/ARM9/ |
| D | camera_api.h | 52 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.1.0/build/demos.TWL/camera/ |
| D | Makefile | 26 camera-1 \ 27 camera-2 \ 28 camera-3 \ 29 camera-4 \
|
| /TwlSDK-5.1.0/build/libraries/camera/ARM9.TWL/src/ |
| D | camera_api.c | 814 CAMERAResult CAMERA_StartCore(CAMERASelect camera) in CAMERA_StartCore() argument 818 switch (camera) in CAMERA_StartCore() 828 result = CAMERA_I2CActivateCore(camera); in CAMERA_StartCore() 876 CAMERAResult CAMERA_I2CInitAsyncCore(CAMERASelect camera, CAMERACallback callback, void *arg) in CAMERA_I2CInitAsyncCore() argument 890 switch (camera) in CAMERA_I2CInitAsyncCore() 914 …return CameraSendPxiCommand(command, _size, (u8)camera) ? CAMERA_RESULT_SUCCESS : CAMERA_RESULT_SE… in CAMERA_I2CInitAsyncCore() 927 CAMERAResult CAMERA_I2CInitCore(CAMERASelect camera) in CAMERA_I2CInitCore() argument 929 cameraWork.result = CAMERA_I2CInitAsyncCore(camera, CameraSyncCallback, 0); in CAMERA_I2CInitCore() 949 CAMERAResult CAMERA_I2CActivateAsyncCore(CAMERASelect camera, CAMERACallback callback, void *arg) in CAMERA_I2CActivateAsyncCore() argument 963 switch (camera) in CAMERA_I2CActivateAsyncCore() [all …]
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Env_Mapping/src/ |
| D | main.c | 139 MtxFx43 camera; in TwlMain() local 151 G3_LookAt(&Eye, &vUp, &at, &camera); in TwlMain() 194 G3_MultMtx33((MtxFx33 *)&camera); // a 3x3 matrix is enough in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Vertex_Source/src/ |
| D | main.c | 204 MtxFx43 camera; in TwlMain() local 214 G3_LookAt(&Eye, &vUp, &at, &camera); in TwlMain() 255 G3_MultMtx33((MtxFx33 *)&camera); // Multiply the current matrix by the camera matrix in TwlMain()
|
| /TwlSDK-5.1.0/build/libraries/camera/ARM9.TWL/ |
| D | Makefile | 34 camera.c \
|
| /TwlSDK-5.1.0/build/demos.TWL/ |
| D | Makefile | 28 camera \
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_TexSRT/src/ |
| D | main.c | 96 MtxFx43 camera; in TwlMain() local 127 G3_LookAt(&Eye, &vUp, &at, &camera); in TwlMain()
|
| /TwlSDK-5.1.0/build/libraries/ |
| D | Makefile | 67 SUBDIRS_P += cdc camera i2c scfg mcu dsp el
|