| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov12870/ |
| D | ov12870_cmos_priv.h | 36 #define OV12870_RES_IS_8M(w, h) (((w) <= 3840) && ((h) <= 2160)) argument 37 #define OV12870_RES_IS_2M(w, h) (((w) <= 1920) && ((h) <= 1080)) argument 38 #define OV12870_RES_IS_1M(w, h) (((w) <= 1280) && ((h) <= 720)) argument 39 #define OV12870_RES_IS_12M(w, h) (((w) <= 4000) && ((h) <= 3000)) argument 40 #define OV12870_RES_IS_4M(w, h) (((w) <= 2716) && ((h) <= 1524)) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx458/ |
| D | imx458_cmos_priv.h | 36 #define IMX458_RES_IS_8M(w, h) (((w) <= 3840) && ((h) <= 2160)) argument 37 #define IMX458_RES_IS_2M(w, h) (((w) <= 1920) && ((h) <= 1080)) argument 38 #define IMX458_RES_IS_1M(w, h) (((w) <= 1280) && ((h) <= 720)) argument 39 #define IMX458_RES_IS_12M(w, h) (((w) <= 4000) && ((h) <= 3000)) argument 40 #define IMX458_RES_IS_4M(w, h) (((w) <= 2716) && ((h) <= 1524)) argument
|
| /device/soc/rockchip/rk3399/hardware/mpp/include/ |
| D | mpp_hash.h | 62 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE() 68 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed() 73 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty() 104 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 139 static inline int hlist_fake(struct hlist_node *h) in hlist_fake() 144 static inline int hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node()
|
| /device/soc/rockchip/rk3568/hardware/mpp/include/ |
| D | mpp_hash.h | 62 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE() 68 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed() 73 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty() 104 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 138 static inline int hlist_fake(struct hlist_node *h) in hlist_fake() 144 hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/ |
| D | ive_img.c | 221 for (int h = 0; h < boxHeight; h++, srcPtrY += srcStrideY, dstPtrY += dstStrideY) { in ImgYuvCrop() local 235 for (int h = 0; h < (boxHeight / HALF_THE_HEIGHT); in ImgYuvCrop() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
| D | hi_gv_conf.h | 34 long long h; member 42 int h; member
|
| D | hi_go_comm.h | 55 HI_S32 w, h; member
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
| D | loadbmp.c | 97 HI_U32 w, h; in LoadBMP() local 221 HI_U32 w, h; in LoadBMPEx() local 377 HI_U32 w, h; in LoadBMPCanvas() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx415/ |
| D | imx415_cmos_priv.h | 37 #define IMX415_RES_IS_8M(w, h) ((3840 >= (w)) && (2160 >= (h))) argument 38 #define imx415_res_is_2m(w, h) ((1920 >= (w)) && (1080 >= (h))) argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
| D | SHA1.h | 40 uint32_t h[5]; member
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_os08a10/ |
| D | os08a10_cmos.c | 122 #define OS08A10_RES_IS_8M_10BIT_LINEAR(w, h) (((w) == 3840) && ((h) == 2160)) argument 124 #define OS08A10_RES_IS_5M_12BIT_LINEAR(w, h) (((w) == 2592) && ((h) == 1944)) argument 125 #define OS08A10_RES_IS_4M_12BIT_LINEAR(w, h) (((w) == 2592) && ((h) == 1520)) argument 126 #define OS08A10_RES_IS_2M_12BIT_LINEAR(w, h) (((w) == 1920) && ((h) == 1080)) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
| D | osal_list.h | 607 static inline void INIT_OSAL_HLIST_NODE(struct osal_hlist_node *h) in INIT_OSAL_HLIST_NODE() 613 static inline int osal_hlist_unhashed(const struct osal_hlist_node *h) in osal_hlist_unhashed() 618 static inline int osal_hlist_empty(const struct osal_hlist_head *h) in osal_hlist_empty() 648 static inline void osal_hlist_add_head(struct osal_hlist_node *n, struct osal_hlist_head *h) in osal_hlist_add_head()
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
| D | osal_list.h | 602 static inline void INIT_OSAL_HLIST_NODE(struct osal_hlist_node *h) in INIT_OSAL_HLIST_NODE() 608 static inline int osal_hlist_unhashed(const struct osal_hlist_node *h) in osal_hlist_unhashed() 613 static inline int osal_hlist_empty(const struct osal_hlist_head *h) in osal_hlist_empty() 643 static inline void osal_hlist_add_head(struct osal_hlist_node *n, struct osal_hlist_head *h) in osal_hlist_add_head()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
| D | osal_list.h | 604 static inline void INIT_OSAL_HLIST_NODE(struct osal_hlist_node *h) in INIT_OSAL_HLIST_NODE() 610 static inline int osal_hlist_unhashed(const struct osal_hlist_node *h) in osal_hlist_unhashed() 615 static inline int osal_hlist_empty(const struct osal_hlist_head *h) in osal_hlist_empty() 645 static inline void osal_hlist_add_head(struct osal_hlist_node *n, struct osal_hlist_head *h) in osal_hlist_add_head()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | timeouts.h | 98 sys_timeout_handler h; member
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx335_ForCar/ |
| D | imx335_forcar_cmos.c | 117 #define IMX335_RES_IS_5M_12BIT_LINEAR(w, h) (((w) == 2592) && ((h) == 1944)) argument 118 #define IMX335_RES_IS_5M_10BIT_WDR(w, h) (((w) == 2592) && ((h) == 1944)) argument 119 #define IMX335_RES_IS_4M_12BIT_LINEAR(w, h) (((w) == 2592) && ((h) == 1520)) argument 120 #define IMX335_RES_IS_4M_10BIT_WDR(w, h) (((w)== 2592) && ((h)== 1520)) argument 121 #define IMX335_RES_IS_4M_10BIT_WDR_EX(w, h) (((w) == 2560) && ((h) == 1440)) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx335/ |
| D | imx335_cmos.c | 117 #define IMX335_RES_IS_5M_12BIT_LINEAR(w, h) (((w) == 2592) && ((h) == 1944)) argument 118 #define IMX335_RES_IS_5M_10BIT_WDR(w, h) (((w) == 2592) && ((h) == 1944)) argument 119 #define IMX335_RES_IS_4M_12BIT_LINEAR(w, h) (((w) == 2592) && ((h) == 1520)) argument 120 #define IMX335_RES_IS_4M_10BIT_WDR(w, h) (((w)== 2592) && ((h)== 1520)) argument 121 #define IMX335_RES_IS_4M_10BIT_WDR_EX(w, h) (((w) == 2560) && ((h) == 1440)) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/resize_crop/smp/ |
| D | smp_resize_crop.c | 267 for (int h = 0; h < boxHeight; h++, srcPtrY += srcStrideY, dstPtrY += dstStrideY) { in ImgYuvCrop() local 281 …for (int h = 0; h < (boxHeight / BOX_NUM_DEVIDE_2); h++, srcPtrUV += srcStrideUV, dstPtrUV += dstS… in ImgYuvCrop() local 588 for (int h = 0; h < boxHeight; h++, srcPtr += srcStride, dstPtr += dstStride) { in ImgYuvCropU8c1() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
| D | ecp_alt.h | 94 unsigned int h; /*!< \internal 1 if the constants are static. */ member
|
| D | ecp.h | 187 unsigned int h; /*!< \internal 1 if the constants are static. */ member
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/tennis_detect/ |
| D | tennis_detect.cpp | 114 HI_U32 h = srcFrame->stVFrame.u32Height; in frame2Mat() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov9284/ |
| D | ov9284_cmos_priv.h | 36 #define OV9284_RES_IS_1M(w, h) (((w) <= 1280) && ((h) <= 800)) argument
|
| /device/qemu/riscv32_virt/liteos_m/board/hardware/display/ |
| D | display_gralloc.c | 106 int32_t h = ALIGN_UP(info->height, HEIGHT_ALIGN); in InitBufferHandle() local
|
| /device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
| D | Rockchip_OSAL_RGA_Process.c | 291 void rga_set_info(rga_info_t *info, int w, int h, int v_w, int v_h, int fd, int format, void *vir_a… in rga_set_info()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/drm_hal/ |
| D | drm_hal_common.h | 101 int h; member
|