Home
last modified time | relevance | path

Searched refs:ov_config (Results 1 – 4 of 4) sorted by relevance

/device/soc/hpmicro/sdk/hpm_sdk/components/camera/ov5640/
Dhpm_ov5640.c549 hpm_stat_t ov5640_set_image_size(camera_context_t *context, camera_config_t *ov_config) in ov5640_set_image_size() argument
553 switch (HPM_CAMERA_RESOLUTION(ov_config->width, ov_config->height)) { in ov5640_set_image_size()
580 hpm_stat_t ov5640_set_clock_config(camera_context_t *context, camera_config_t *ov_config) in ov5640_set_clock_config() argument
583 const ov5640_clock_config_t *clock_config = ov5640_get_clock_config(ov_config); in ov5640_set_clock_config()
598 hpm_stat_t ov5640_set_interface(camera_context_t *context, camera_config_t *ov_config) in ov5640_set_interface() argument
602 if (camera_interface_dvp == ov_config->interface) { in ov5640_set_interface()
760 hpm_stat_t ov5640_init(camera_context_t *context, camera_config_t *ov_config) in ov5640_init() argument
771 HPM_CHECK_RET(ov5640_set_image_size(context, ov_config)); in ov5640_init()
776 HPM_CHECK_RET(ov5640_set_pixel_format(context, ov_config->pixel_format)); in ov5640_init()
779 HPM_CHECK_RET(ov5640_set_clock_config(context, ov_config)); in ov5640_init()
[all …]
Dhpm_ov5640.h74 hpm_stat_t ov5640_init(camera_context_t *context, camera_config_t *ov_config);
109 hpm_stat_t ov5640_set_image_size(camera_context_t *context, camera_config_t *ov_config);
114 hpm_stat_t ov5640_set_clock_config(camera_context_t *context, camera_config_t *ov_config);
119 hpm_stat_t ov5640_set_interface(camera_context_t *context, camera_config_t *ov_config);
/device/soc/hpmicro/sdk/hpm_sdk/components/camera/ov7725/
Dhpm_ov7725.c219 hpm_stat_t ov7725_init(camera_context_t *context, camera_config_t *ov_config) in ov7725_init() argument
236 stat |= ov7725_set_framesize(context, ov_config->width, ov_config->height); in ov7725_init()
237 stat |= ov7725_set_pixel_format(context, ov_config->pixel_format); in ov7725_init()
Dhpm_ov7725.h346 hpm_stat_t ov7725_init(camera_context_t *context, camera_config_t *ov_config);