Home
last modified time | relevance | path

Searched refs:dst_height (Results 1 - 6 of 6) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H A Dfec-config.h18 u32 dst_height; member
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H A Dfec-config.h18 u32 dst_height; member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dparams_v20.c89 val = arg->dst_width << 0x10 | arg->dst_height; in fec_config()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Dparams_v20.c90 val = arg->dst_width << 16 | arg->dst_height; in fec_config()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c4936 int dst_height = drm_rect_height(dst); in vop2_plane_line_bandwidth() local
4937 int vskiplines = scl_get_vskiplines(src_height, dst_height); in vop2_plane_line_bandwidth()
4940 if (src_width <= 0 || src_height <= 0 || dst_width <= 0 || dst_height <= 0) { in vop2_plane_line_bandwidth()
4946 if (dst_width == 0 || dst_height == 0) { in vop2_plane_line_bandwidth()
4950 bandwidth = bandwidth * src_height / dst_height; in vop2_plane_line_bandwidth()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c4947 int dst_height = drm_rect_height(dst); in vop2_plane_line_bandwidth() local
4948 int vskiplines = scl_get_vskiplines(src_height, dst_height); in vop2_plane_line_bandwidth()
4952 dst_height <= 0) in vop2_plane_line_bandwidth()
4958 bandwidth = bandwidth * src_height / dst_height; in vop2_plane_line_bandwidth()

Completed in 27 milliseconds