Searched refs:resolution_x (Results 1 – 12 of 12) sorted by relevance
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/ |
| A D | bflb_cam.c | 20 uint16_t resolution_x, resolution_y; in bflb_cam_init() local 52 if ((regval & 0xffff) > 2 * config->resolution_x) { in bflb_cam_init() 53 resolution_x = config->resolution_x; in bflb_cam_init() 58 if ((regval & 0xffff) > config->resolution_x) { in bflb_cam_init() 59 resolution_x = config->resolution_x; in bflb_cam_init() 83 …threshold = (config->h_blank + 4 * config->resolution_x - 2 * config->resolution_x * (config->pixe… in bflb_cam_init() 95 frame_size = resolution_x * resolution_y * 2; in bflb_cam_init() 156 frame_size = resolution_x * resolution_y; in bflb_cam_init() 164 frame_size = resolution_x * resolution_y; in bflb_cam_init() 229 frame_size = resolution_x * resolution_y; in bflb_cam_init() [all …]
|
| A D | bflb_mjpeg.c | 59 … bflb_mjpeg_set_framesize(dev, (config->resolution_x + 15) >> 4, (config->resolution_y + 7) >> 3); in bflb_mjpeg_init() 64 … bflb_mjpeg_set_framesize(dev, (config->resolution_x + 15) >> 4, (config->resolution_y + 7) >> 3); in bflb_mjpeg_init() 69 … bflb_mjpeg_set_framesize(dev, (config->resolution_x + 15) >> 4, (config->resolution_y + 7) >> 3); in bflb_mjpeg_init() 74 … bflb_mjpeg_set_framesize(dev, (config->resolution_x + 15) >> 4, (config->resolution_y + 7) >> 3); in bflb_mjpeg_init() 79 … bflb_mjpeg_set_framesize(dev, (config->resolution_x + 15) >> 4, (config->resolution_y + 7) >> 3); in bflb_mjpeg_init() 83 … bflb_mjpeg_set_framesize(dev, (config->resolution_x + 15) >> 4, (config->resolution_y + 7) >> 3); in bflb_mjpeg_init() 89 if (config->resolution_x % 16) { in bflb_mjpeg_init() 93 … bflb_mjpeg_set_framesize(dev, (config->resolution_x + 15) >> 4, (config->resolution_y + 15) >> 4); in bflb_mjpeg_init() 98 if (config->resolution_x % 16) { in bflb_mjpeg_init() 107 if (config->resolution_x % 16) { in bflb_mjpeg_init() [all …]
|
| A D | bflb_csi.c | 100 void bflb_csi_set_line_threshold(struct bflb_device_s *dev, uint16_t resolution_x, uint32_t pixel_c… in bflb_csi_set_line_threshold() argument 104 threshold = (dsp_clock - pixel_clock) / 1000 * resolution_x / (dsp_clock / 1000) + 10; in bflb_csi_set_line_threshold()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/ |
| A D | bflb_csi.h | 109 void bflb_csi_set_line_threshold(struct bflb_device_s *dev, uint16_t resolution_x, uint32_t pixel_c…
|
| A D | bflb_mjpeg.h | 72 uint16_t resolution_x; member
|
| A D | bflb_cam.h | 180 uint16_t resolution_x; member
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_lcdc_drv.c | 116 config->resolution_x = 480; in lcdc_get_default_config() 169 ptr->DISP_WN_SIZE = LCDC_DISP_WN_SIZE_X_SET(config->resolution_x) | in lcdc_init()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_lcdc_drv.h | 81 uint16_t resolution_x; /**< Horizontal resolution in pixel */ member
|
| /bsp/hpmicro/hpm6750evkmini/board/ |
| A D | board.c | 338 config->resolution_x = timing->hactive; in board_panel_para_to_lcdc()
|
| /bsp/hpmicro/hpm6750evk2/board/ |
| A D | board.c | 305 config->resolution_x = timing->hactive; in board_panel_para_to_lcdc()
|
| /bsp/hpmicro/hpm6800evk/board/ |
| A D | board.c | 822 config->resolution_x = timing->hactive; in board_panel_para_to_lcdc()
|
| /bsp/hpmicro/hpm6750evk/board/ |
| A D | board.c | 322 config->resolution_x = timing->hactive; in board_panel_para_to_lcdc()
|
Completed in 31 milliseconds