Searched refs:img_rect (Results 1 - 5 of 5) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_rx/ |
H A 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 in mipi_check_comb_dev_attr() [all...] |
H A D | hi_mipi.h | 213 img_rect_t img_rect; /* MIPI Rx device crop area (corresponding to the oringnal sensor input image size) */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_mipi.h | 210 img_rect_t img_rect; /* MIPI Rx device crop area (corresponding to the oringnal sensor input image size) */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | hi_mipi.h | 208 img_rect_t img_rect; /* MIPI Rx device crop area (corresponding to the oringnal sensor input image size) */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
H A 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 },
|
Completed in 7 milliseconds