/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
H A D | rga2_mmu_info.h | 8 #ifndef MIN 9 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y)) macro
|
H A D | rga2_drv.c | 1154 req->src.act_w = MIN(0x140, MIN(req->src.act_w, req->dst.act_w));
in rga2_blit_sync() 1155 req->src.act_h = MIN(0xf0, MIN(req->src.act_h, req->dst.act_h));
in rga2_blit_sync() 1221 req_first.src.act_w = MIN(0x140, MIN(req_first.src.act_w, req_first.dst.act_w));
in rga_ioctl() 1222 req_first.src.act_h = MIN(0xf0, MIN(req_first.src.act_h, req_first.dst.act_h));
in rga_ioctl() 1245 req_first.src.act_w = MIN(0x140, MIN(req_firs in rga_ioctl() [all...] |
H A D | rga2_mmu_info.c | 717 start = MIN(yrgb_addr, uv_addr);
in rga2_buf_size_cal() 729 start = MIN(MIN(yrgb_addr, uv_addr), v_addr);
in rga2_buf_size_cal() 740 start = MIN(yrgb_addr, uv_addr);
in rga2_buf_size_cal() 752 start = MIN(MIN(yrgb_addr, uv_addr), v_addr);
in rga2_buf_size_cal() 785 start = MIN(yrgb_addr, uv_addr);
in rga2_buf_size_cal() 798 start = MIN(yrgb_addr, uv_addr);
in rga2_buf_size_cal() 809 start = MIN(yrgb_addr, uv_addr);
in rga2_buf_size_cal()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx327_2L/ |
H A D | imx327_2l_cmos.h | 40 #ifndef MIN 41 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx335/ |
H A D | imx335_cmos.h | 40 #ifndef MIN 41 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx327/ |
H A D | imx327_cmos.h | 40 #ifndef MIN 41 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx390/ |
H A D | imx390_cmos.h | 38 #ifndef MIN 39 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx335_ForCar/ |
H A D | imx335_forcar_cmos.h | 40 #ifndef MIN 41 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov9284/ |
H A D | ov9284_cmos_priv.h | 32 #ifndef MIN 33 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
H A D | param.h | 16 #undef MIN macro 18 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov12870/ |
H A D | ov12870_cmos_priv.h | 32 #ifndef MIN 33 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx415/ |
H A D | imx415_cmos_priv.h | 33 #ifndef MIN 34 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx458/ |
H A D | imx458_cmos_priv.h | 32 #ifndef MIN 33 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/device/soc/rockchip/rk3568/hardware/omx_il/include/librkvpu/ |
H A D | vpu_macro.h | 131 #ifndef MIN 132 #define MIN(X, Y) ((X)<(Y)?(X):(Y)) macro
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_malisw.h | 32 * MIN - Return the lesser of two values. 39 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro 47 * If called on the same two arguments as MIN it is guaranteed to return 48 * the one that MIN didn't return. This is significant for types where not
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_malisw.h | 43 * MIN - Return the lesser of two values. 48 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro 54 * If called on the same two arguments as MIN it is guaranteed to return 55 * the one that MIN didn't return. This is significant for types where not
|
H A D | mali_kbase_10969_workaround.c | 86 copy_size = MIN(PAGE_SIZE - offset, JOB_HEADER_SIZE);
in kbasep_10969_workaround_clamp_coordinates()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_malisw.h | 50 * MIN - Return the lesser of two values. 55 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro 61 * If called on the same two arguments as MIN it is guaranteed to return 62 * the one that MIN didn't return. This is significant for types where not
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_malisw.h | 45 * MIN - Return the lesser of two values. 50 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro 56 * If called on the same two arguments as MIN it is guaranteed to return 57 * the one that MIN didn't return. This is significant for types where not
|
H A D | mali_kbase_10969_workaround.c | 85 copy_size = MIN(PAGE_SIZE - offset, JOB_HEADER_SIZE); in kbasep_10969_workaround_clamp_coordinates()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/ |
H A D | mali_kbase_timeline_io.c | 125 const size_t copy_size = MIN(size - *copy_len, *hdr_btc); in copy_stream_header() 346 time_to_sleep = MIN(TIMELINE_HYSTERESIS_TIMEOUT_MS, in kbasep_timeline_io_release()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/debug/backend/ |
H A D | mali_kbase_debug_ktrace_jm.c | 110 trace_msg->backend.gpu.refcount = MIN((unsigned int)refcount, 0xFF); in kbasep_ktrace_add_jm()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_dbg_ring.h | 124 MIN(DBG_RING_WRITE_SPACE_AVAIL(r, w, d), DBG_RING_WRITE_SPACE_AVAIL_CONT(r, w, d))
|
H A D | bcmstdlib_s.c | 303 bytes_to_copy = MIN(slen - (size_t)(s - src), n - 1); in strlcat_s()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/debug/backend/ |
H A D | mali_kbase_debug_ktrace_jm.c | 95 trace_msg->backend.refcount = MIN((unsigned int)refcount, 0xFF); in kbasep_ktrace_add_jm()
|