| /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/hihope/hardware/mpp/include/ |
| D | mpp_hash.h | 60 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE() 66 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed() 71 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty() 102 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 137 static inline int hlist_fake(struct hlist_node *h) in hlist_fake() 142 static inline int hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node()
|
| D | mpp_common.h | 35 #define MPP_CLIP3(l, h, v) ((v) < (l) ? (l) : ((v) > (h) ? (h) : (v))) argument
|
| /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/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/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/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/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | timeouts.h | 98 sys_timeout_handler h; member
|
| D | ip6_addr.h | 402 #define ip6_addr_debug_print_parts(debug, a, b, c, d, e, f, g, h) \ argument
|
| /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/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/common/hal/display/source/linux_standard/src/display_device/fbdev/ |
| D | fb_display.cpp | 53 std::unique_ptr<HdiComposition> FbDisplay::GetPreComposition(uint32_t w, uint32_t h) in GetPreComposition()
|
| /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/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/ |
| D | hi_cipher.h | 114 …hi_u32 h; /* Cofactor, which is the order of the elliptic curve divided by the order of th… member
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/drm_hal/ |
| D | drm_hal_common.h | 101 int h; member
|
| /device/qemu/riscv32_virt/liteos_m/board/driver/video/ |
| D | fb.h | 344 fb_coord_t h; /* Height of the area */ member 437 fb_coord_t h; /* Height in rows */ member
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
| D | tcpip_priv.h | 174 sys_timeout_handler h; member
|
| /device/hihope/hardware/rga/include/ |
| D | drmrga.h | 160 static inline int rga_set_rect(rga_rect_t *rect, int x, int y, int w, int h, int sw, int sh, int f) in rga_set_rect()
|
| /device/qemu/hardware/display/ |
| D | display_gralloc.c | 109 int32_t h = ALIGN_UP(info->height, HEIGHT_ALIGN); in InitBufferHandle() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
| D | hi_cipher.h | 147 …hi_u32 h; /**< Cofactor, which is the order of the elliptic curve divided by the order of … member
|
| /device/qemu/drivers/virtio/ |
| D | virtnet.c | 452 uint32_t h, l; in VirtNetDeviceInitDone() local
|