Home
last modified time | relevance | path

Searched refs:src_height (Results 1 - 7 of 7) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H A Dfec-config.h16 u32 src_height; member
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H A Dfec-config.h16 u32 src_height; member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dparams_v20.c92 val = arg->src_width << 0x10 | arg->src_height; in fec_config()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Dparams_v20.c93 val = arg->src_width << 16 | arg->src_height; in fec_config()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c2596 int src_height = drm_rect_height(src) >> 0x10; in vop_plane_line_bandwidth() local
2599 int vskiplines = scl_get_vskiplines(src_height, dest_height); in vop_plane_line_bandwidth()
2602 if (src_width <= 0 || src_height <= 0 || dest_width <= 0 || dest_height <= 0) { in vop_plane_line_bandwidth()
2611 bandwidth = bandwidth * src_height / dest_height; in vop_plane_line_bandwidth()
H A Drockchip_drm_vop2.c4934 int src_height = drm_rect_height(src) >> 0x10; 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()
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.c4945 int src_height = drm_rect_height(src) >> 16; in vop2_plane_line_bandwidth() local
4948 int vskiplines = scl_get_vskiplines(src_height, dst_height); in vop2_plane_line_bandwidth()
4951 if (src_width <= 0 || src_height <= 0 || dst_width <= 0 || in vop2_plane_line_bandwidth()
4958 bandwidth = bandwidth * src_height / dst_height; in vop2_plane_line_bandwidth()

Completed in 36 milliseconds