Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_rx/
Dmipi_rx.c217 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 …]
Dhi_mipi.h213 …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/
Dhi_mipi.h210 …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/
Dhi_mipi.h208 …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/
Dsample_comm_vi.c48 .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 },