| /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/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | dhd_dbg_ring.h | 119 #define TXACTIVESZ(r, w, d) (((r) <= (w)) ? ((w) - (r)) : ((d) - (r) + (w))) argument 120 #define DBG_RING_READ_AVAIL_SPACE(w, r, d) (((w) >= (r)) ? ((w) - (r)) : ((d) - (r))) argument 121 #define DBG_RING_WRITE_SPACE_AVAIL_CONT(r, w, d) (((w) >= (r)) ? ((d) - (w)) : ((r) - (w))) argument 122 #define DBG_RING_WRITE_SPACE_AVAIL(r, w, d) (d - (TXACTIVESZ(r, w, d))) argument 123 #define DBG_RING_CHECK_WRITE_SPACE(r, w, d) \ argument
|
| D | aiutils.c | 811 uint32 w = R_REG(sii->osh, addr); in ai_wrap_reg() local 874 uint w; in ai_corereg() local 968 uint w = 0; in ai_corereg_writeonly() local 1248 uint32 w; in ai_core_cflags_wo() local 1277 uint32 w; in ai_core_cflags() local 1308 uint32 w; in ai_core_sflags() local
|
| D | sbutils.c | 281 uint32 w; in sb_core_cflags_wo() local 300 uint32 w; in sb_core_cflags() local 326 uint32 w; in sb_core_sflags() local 373 uint w; in sb_corereg() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
| D | hi_gv_conf.h | 33 long long w; member 41 int w; 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/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| D | bcmpcie.h | 501 #define NTXPACTIVE(r, w, d) (((r) <= (w)) ? ((w)-(r)) : ((d)-(r)+(w))) argument 502 #define NTXPAVAIL(r, w, d) (((d) - NTXPACTIVE((r), (w), (d))) > 1) argument 505 #define READ_AVAIL_SPACE(w, r, d) ((w >= r) ? (uint32)(w - r) : (uint32)(d - r)) argument 506 #define WRITE_SPACE_AVAIL_CONTINUOUS(r, w, d) ((w >= r) ? (d - w) : (r - w)) argument 507 #define WRITE_SPACE_AVAIL(r, w, d) (d - (NTXPACTIVE(r, w, d)) - 1) argument 508 #define CHECK_WRITE_SPACE(r, w, d) ((r) > (w)) ? \ argument 512 #define CHECK_NOWRITE_SPACE(r, w, d) \ 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/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | inet_chksum.h | 47 #define SWAP_BYTES_IN_WORD(w) ((u16_t)(((w) & 0xff) << 8) | (u16_t)(((w) & 0xff00) >> 8)) argument
|
| /device/soc/rockchip/rk3588/hardware/mpp/include/ |
| D | mpp_enc_roi_utils.h | 27 RK_U16 w; /**< width of ROI rectangle */ member
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/ |
| D | hifb_proc.c | 31 hifb_proc_write w, hi_void *data) in hifb_proc_add_module()
|
| /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/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
| D | SHA1.h | 42 uint32_t w[16]; 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/drv/osal/linux/ |
| D | osal_workqueue.c | 79 struct work_struct *w = NULL; in osal_init_work() local
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
| D | osal_workqueue.c | 91 struct work_struct *w = NULL; in osal_workqueue_init() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/tennis_detect/ |
| D | tennis_detect.cpp | 126 HI_U32 w = srcFrame->stVFrame.u32Width; in frame2Mat() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
| D | bridge_v30.c | 172 u32 w = dev->crop.width; in config_mp() local
|
| /device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
| D | bridge_v30.c | 171 u32 w = dev->crop.width; in config_mp() local
|
| /device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
| D | rga2_mmu_info.c | 164 static int rga2_user_memory_check(struct page **pages, u32 w, u32 h, u32 format, int flag) in rga2_user_memory_check() 204 static int rga2_virtual_memory_check(void *vaddr, u32 w, u32 h, u32 format, int fd) in rga2_virtual_memory_check() 659 uint32_t w, uint32_t h, unsigned long *StartAddr) in rga2_buf_size_cal()
|
| /device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
| D | rga_hw_config.h | 14 int w; member
|
| /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
|