Searched refs:img_rect (Results 1 – 5 of 5) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_rx/ |
D | mipi_rx.c | 217 if (p_attr->img_rect.x < 0 || p_attr->img_rect.y < 0) { in mipi_check_comb_dev_attr() 218 … HI_ERR("crop x and y (%d, %d) must be great than 0\n", p_attr->img_rect.x, p_attr->img_rect.y); in mipi_check_comb_dev_attr() 222 if (p_attr->img_rect.width < COMBO_MIN_WIDTH || p_attr->img_rect.height < COMBO_MIN_HEIGHT) { in mipi_check_comb_dev_attr() 224 p_attr->img_rect.width, p_attr->img_rect.height, COMBO_MIN_WIDTH, COMBO_MIN_HEIGHT); in mipi_check_comb_dev_attr() 229 if ((p_attr->img_rect.width & (MIPI_WIDTH_ALIGN - 1)) != 0) { in mipi_check_comb_dev_attr() 231 MIPI_WIDTH_ALIGN, p_attr->img_rect.width); in mipi_check_comb_dev_attr() 235 if ((p_attr->img_rect.height & (MIPI_HEIGHT_ALIGN - 1)) != 0) { in mipi_check_comb_dev_attr() 237 MIPI_WIDTH_ALIGN, p_attr->img_rect.height); in mipi_check_comb_dev_attr() 470 mipi_rx_drv_set_lvds_image_rect(devno, &p_combo_dev_attr->img_rect, lane_num); in mipi_set_lvds_dev_attr() 633 mipi_rx_drv_set_mipi_image_rect(devno, &p_combo_dev_attr->img_rect); in mipi_set_mipi_dev_attr() [all …]
|
D | hi_mipi.h | 213 …img_rect_t img_rect; /* MIPI Rx device crop area (corresponding to the oringnal sensor input image… member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
D | hi_mipi.h | 210 …img_rect_t img_rect; /* MIPI Rx device crop area (corresponding to the oringnal sensor input image… member
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
D | hi_mipi.h | 208 …img_rect_t img_rect; /* MIPI Rx device crop area (corresponding to the oringnal sensor input image… member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
D | sample_comm_vi.c | 48 .img_rect = { 0, 0, IMG_5M_WIDTH, IMG_5M_HEIGHT }, 56 .img_rect = { 0, 0, IMG_5M_WIDTH, IMG_5M_HEIGHT }, 64 .img_rect = { 0, 204, IMG_4M_WIDTH, IMG_4M_HEIGHT }, 72 .img_rect = { 0, 204, IMG_4M_WIDTH, IMG_4M_HEIGHT },
|