Home
last modified time | relevance | path

Searched refs:camera_config (Results 1 – 6 of 6) sorted by relevance

/bsp/hpmicro/libraries/hpm_sdk/components/camera/ov5640/
A Dhpm_camera_ov5640.c21 hpm_stat_t camera_device_init(camera_context_t *camera_context, camera_config_t *camera_config) in camera_device_init() argument
37 stat = ov5640_init(camera_context, camera_config); in camera_device_init()
42 …tat_t camera_device_get_dvp_param(camera_context_t *camera_context, camera_config_t *camera_config) in camera_device_get_dvp_param() argument
45 camera_config->interface_param = (void *)&camera_dvp_param; in camera_device_get_dvp_param()
49 …at_t camera_device_get_mipi_param(camera_context_t *camera_context, camera_config_t *camera_config) in camera_device_get_mipi_param() argument
52 camera_config->interface_param = (void *)&camera_mipi_param; in camera_device_get_mipi_param()
/bsp/hpmicro/libraries/hpm_sdk/components/camera/ov7725/
A Dhpm_camera_ov7725.c15 hpm_stat_t camera_device_init(camera_context_t *camera_context, camera_config_t *camera_config) in camera_device_init() argument
31 stat = ov7725_init(camera_context, camera_config); in camera_device_init()
36 …tat_t camera_device_get_dvp_param(camera_context_t *camera_context, camera_config_t *camera_config) in camera_device_get_dvp_param() argument
39 camera_config->interface_param = (void *)&camera_dvp_param; in camera_device_get_dvp_param()
/bsp/hpmicro/libraries/hpm_sdk/components/camera/mt9m114/
A Dhpm_camera_mt9m114.c15 hpm_stat_t camera_device_init(camera_context_t *camera_context, camera_config_t *camera_config) in camera_device_init() argument
34 stat = mt9m114_init(camera_context, camera_config); in camera_device_init()
39 …tat_t camera_device_get_dvp_param(camera_context_t *camera_context, camera_config_t *camera_config) in camera_device_get_dvp_param() argument
41 camera_config->interface_param = (void *)&camera_dvp_param; in camera_device_get_dvp_param()
A Dhpm_mt9m114.c443 hpm_stat_t mt9m114_init(camera_context_t *context, camera_config_t *camera_config) in mt9m114_init() argument
453 status = mt9m114_set_pixformat(context, camera_config->pixel_format); in mt9m114_init()
A Dhpm_mt9m114.h857 hpm_stat_t mt9m114_init(camera_context_t *context, camera_config_t *camera_config);
/bsp/hpmicro/libraries/hpm_sdk/components/camera/
A Dhpm_camera_config.h92 hpm_stat_t camera_device_init(camera_context_t *camera_context, camera_config_t *camera_config);
93 …at_t camera_device_get_dvp_param(camera_context_t *camera_context, camera_config_t *camera_config);
94 …t_t camera_device_get_mipi_param(camera_context_t *camera_context, camera_config_t *camera_config);

Completed in 18 milliseconds