Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 37) sorted by relevance

12

/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov12870/
Dov12870_cmos_priv.h36 #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/
Dimx458_cmos_priv.h36 #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/
Dmpp_hash.h60 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()
Dmpp_common.h35 #define MPP_CLIP3(l, h, v) ((v) < (l) ? (l) : ((v) > (h) ? (h) : (v))) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx415/
Dimx415_cmos_priv.h37 #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/
Dosal_list.h607 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/
Dos08a10_cmos.c122 #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/
Dosal_list.h602 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/
Dtimeouts.h98 sys_timeout_handler h; member
Dip6_addr.h402 #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/
Dimx335_forcar_cmos.c117 #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/
Dimx335_cmos.c117 #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/
Decp_alt.h94 unsigned int h; /*!< \internal 1 if the constants are static. */ member
Decp.h187 unsigned int h; /*!< \internal 1 if the constants are static. */ member
/device/soc/hisilicon/common/hal/display/source/linux_standard/src/display_device/fbdev/
Dfb_display.cpp53 std::unique_ptr<HdiComposition> FbDisplay::GetPreComposition(uint32_t w, uint32_t h) in GetPreComposition()
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov9284/
Dov9284_cmos_priv.h36 #define OV9284_RES_IS_1M(w, h) (((w) <= 1280) && ((h) <= 800)) argument
/device/qemu/riscv32_virt/liteos_m/board/hardware/display/
Ddisplay_gralloc.c106 int32_t h = ALIGN_UP(info->height, HEIGHT_ALIGN); in InitBufferHandle() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
Dhi_cipher.h114 …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/
Ddrm_hal_common.h101 int h; member
/device/qemu/riscv32_virt/liteos_m/board/driver/video/
Dfb.h344 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/
Dtcpip_priv.h174 sys_timeout_handler h; member
/device/hihope/hardware/rga/include/
Ddrmrga.h160 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/
Ddisplay_gralloc.c109 int32_t h = ALIGN_UP(info->height, HEIGHT_ALIGN); in InitBufferHandle() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_cipher.h147 …hi_u32 h; /**< Cofactor, which is the order of the elliptic curve divided by the order of … member
/device/qemu/drivers/virtio/
Dvirtnet.c452 uint32_t h, l; in VirtNetDeviceInitDone() local

12