Home
last modified time | relevance | path

Searched refs:camera_device_handle_t (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/camera/device/
Dfsl_camera_device.h18 typedef struct _camera_device_handle camera_device_handle_t; typedef
60 status_t (*init)(camera_device_handle_t *handle, const camera_config_t *config);
61 status_t (*deinit)(camera_device_handle_t *handle);
62 status_t (*start)(camera_device_handle_t *handle);
63 status_t (*stop)(camera_device_handle_t *handle);
64 status_t (*control)(camera_device_handle_t *handle, camera_device_cmd_t cmd, int32_t arg);
65 …status_t (*init_ext)(camera_device_handle_t *handle, const camera_config_t *config, const void *sp…
93 static inline status_t CAMERA_DEVICE_Init(camera_device_handle_t *handle, const camera_config_t *co… in CAMERA_DEVICE_Init()
111 static inline status_t CAMERA_DEVICE_InitExt(camera_device_handle_t *handle, in CAMERA_DEVICE_InitExt()
124 static inline status_t CAMERA_DEVICE_Deinit(camera_device_handle_t *handle) in CAMERA_DEVICE_Deinit()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/camera/device/ov7725/
Dfsl_ov7725.c81 typedef status_t (*ov7725_cmd_func_t)(camera_device_handle_t *handle, int32_t arg);
98 status_t OV7725_Init(camera_device_handle_t *handle, const camera_config_t *config);
100 status_t OV7725_InitExt(camera_device_handle_t *handle, const camera_config_t *config, const void *…
102 status_t OV7725_Deinit(camera_device_handle_t *handle);
104 status_t OV7725_Control(camera_device_handle_t *handle, camera_device_cmd_t cmd, int32_t arg);
106 status_t OV7725_Start(camera_device_handle_t *handle);
108 status_t OV7725_Stop(camera_device_handle_t *handle);
110 status_t OV7725_SetSpecialEffect(camera_device_handle_t *handle, int32_t effect);
112 status_t OV7725_SetLightMode(camera_device_handle_t *handle, int32_t lightMode);
114 status_t OV7725_SetNightMode(camera_device_handle_t *handle, int32_t nightMode);
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/camera/device/max9286/
Dfsl_max9286.c73 status_t MAX9286_Init(camera_device_handle_t *handle, const camera_config_t *config);
74 status_t MAX9286_Deinit(camera_device_handle_t *handle);
75 status_t MAX9286_Start(camera_device_handle_t *handle);
76 status_t MAX9286_Stop(camera_device_handle_t *handle);
77 status_t MAX9286_Control(camera_device_handle_t *handle, camera_device_cmd_t cmd, int32_t arg);
78 status_t MAX9286_InitExt(camera_device_handle_t *handle, const camera_config_t *config, const void …
402 static status_t MAX9271_Write(camera_device_handle_t *handle, uint8_t i2cAddr, uint32_t reg, uint8_… in MAX9271_Write()
421 static status_t OV10635_Write(camera_device_handle_t *handle, uint8_t i2cAddr, uint32_t reg, uint8_… in OV10635_Write()
440 static status_t OV10635_Read(camera_device_handle_t *handle, uint8_t i2cAddr, uint32_t reg, uint8_t… in OV10635_Read()
477 static status_t OV10635_SetResolutionConfig(camera_device_handle_t *handle, in OV10635_SetResolutionConfig()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/camera/device/mt9m114/
Dfsl_mt9m114.c40 status_t MT9M114_Init(camera_device_handle_t *handle, const camera_config_t *config);
41 status_t MT9M114_Deinit(camera_device_handle_t *handle);
42 status_t MT9M114_Start(camera_device_handle_t *handle);
43 status_t MT9M114_Stop(camera_device_handle_t *handle);
44 status_t MT9M114_Control(camera_device_handle_t *handle, camera_device_cmd_t cmd, int32_t arg);
45 status_t MT9M114_InitExt(camera_device_handle_t *handle, const camera_config_t *config, const void …
133 static status_t MT9M114_MultiWrite(camera_device_handle_t *handle, const mt9m114_reg_t regs[], uint… in MT9M114_MultiWrite()
150 static status_t MT9M114_SoftwareReset(camera_device_handle_t *handle) in MT9M114_SoftwareReset()
182 static status_t MT9M114_SetState(camera_device_handle_t *handle, uint16_t nextState) in MT9M114_SetState()
247 status_t MT9M114_Init(camera_device_handle_t *handle, const camera_config_t *config) in MT9M114_Init()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/camera/device/ov5640/
Dfsl_ov5640.c120 typedef status_t (*ov5640_cmd_func_t)(camera_device_handle_t *handle, int32_t arg);
131 status_t OV5640_Init(camera_device_handle_t *handle, const camera_config_t *config);
133 status_t OV5640_Deinit(camera_device_handle_t *handle);
135 status_t OV5640_Control(camera_device_handle_t *handle, camera_device_cmd_t cmd, int32_t arg);
137 status_t OV5640_Start(camera_device_handle_t *handle);
139 status_t OV5640_Stop(camera_device_handle_t *handle);
141 status_t OV5640_InitExt(camera_device_handle_t *handle, const camera_config_t *config, const void *…
143 status_t OV5640_SetSpecialEffect(camera_device_handle_t *handle, int32_t effect);
145 status_t OV5640_SetLightMode(camera_device_handle_t *handle, int32_t lightMode);
147 status_t OV5640_SetSaturation(camera_device_handle_t *handle, int32_t saturation);
[all …]