Home
last modified time | relevance | path

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

123

/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/soc/rockchip/rk3399/hardware/mpp/include/
Dmpp_hash.h62 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/
Dmpp_hash.h62 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/
Dive_img.c221 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/
Dhi_gv_conf.h34 long long h; member
42 int h; member
Dhi_go_comm.h55 HI_S32 w, h; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
Dloadbmp.c97 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/
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/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
DSHA1.h40 uint32_t h[5]; member
/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/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/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/hi3516dv300/sdk_linux/include/
Dosal_list.h604 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/
Dtimeouts.h98 sys_timeout_handler h; member
/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/hi3516dv300/sdk_linux/sample/taurus/resize_crop/smp/
Dsmp_resize_crop.c267 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/
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/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/tennis_detect/
Dtennis_detect.cpp114 HI_U32 h = srcFrame->stVFrame.u32Height; in frame2Mat() local
/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/rockchip/rk3568/hardware/omx_il/osal/
DRockchip_OSAL_RGA_Process.c291 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/
Ddrm_hal_common.h101 int h; member

123