Home
last modified time | relevance | path

Searched refs:src_width (Results 1 - 10 of 10) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H A Dfec-config.h15 u32 src_width; member
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H A Dfec-config.h15 u32 src_width; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/dma/
H A Ddma.h219 hi_u32 src_width : 3; member
273 hi_u32 src_width; 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/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H A Duart_drv.c371 dma_para->src_width = WIDTH_BIT8; in uart_dma_para_cfg()
630 dma_para.src_width = WIDTH_BIT8; in uart_drv_dma_start_tx_cfg()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
H A Dspi.c312 dma_para.src_width = data_width; in spi_dma_transer()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c2595 int src_width = drm_rect_width(src) >> 0x10; in vop_plane_line_bandwidth() local
2602 if (src_width <= 0 || src_height <= 0 || dest_width <= 0 || dest_height <= 0) { in vop_plane_line_bandwidth()
2605 bandwidth = src_width * bpp / 0x8; in vop_plane_line_bandwidth()
2610 bandwidth = bandwidth * src_width / dest_width; in vop_plane_line_bandwidth()
H A Drockchip_drm_vop2.c4933 int src_width = drm_rect_width(src) >> 0x10; in vop2_plane_line_bandwidth() local
4940 if (src_width <= 0 || src_height <= 0 || dst_width <= 0 || dst_height <= 0) { in vop2_plane_line_bandwidth()
4944 bandwidth = src_width * bpp / 0x8; in vop2_plane_line_bandwidth()
4949 bandwidth = bandwidth * src_width / dst_width; in vop2_plane_line_bandwidth()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c4944 int src_width = drm_rect_width(src) >> 16; in vop2_plane_line_bandwidth() local
4951 if (src_width <= 0 || src_height <= 0 || dst_width <= 0 || in vop2_plane_line_bandwidth()
4955 bandwidth = src_width * bpp / 8; in vop2_plane_line_bandwidth()
4957 bandwidth = bandwidth * src_width / dst_width; in vop2_plane_line_bandwidth()

Completed in 44 milliseconds