/device/soc/rockchip/common/hardware/rga/include/ |
H A D | drmrga.h | 89 int hstride; member 168 rect->hstride = sh; in rga_set_rect()
|
H A D | im2d.h | 246 int hstride; /* hstride */ member 324 IM_API rga_buffer_t wrapbuffer_virtualaddr_t(void *vir_addr, int width, int height, int wstride, int hstride, 326 IM_API rga_buffer_t wrapbuffer_physicaladdr_t(void *phy_addr, int width, int height, int wstride, int hstride, 328 IM_API rga_buffer_t wrapbuffer_fd_t(int fd, int width, int height, int wstride, int hstride, int format);
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
H A D | drmrga.h | 90 int hstride; member 170 rect->hstride = sh; in rga_set_rect()
|
H A D | im2d.h | 247 int hstride; /* hstride */ member 330 int hstride, 336 int hstride, 338 IM_API rga_buffer_t wrapbuffer_fd_t(int fd, int width, int height, int wstride, int hstride, int format);
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
H A D | drmrga.h | 90 int hstride; member 170 rect->hstride = sh; in rga_set_rect()
|
H A D | im2d.h | 247 int hstride; /* hstride */ member 330 int hstride, 336 int hstride, 338 IM_API rga_buffer_t wrapbuffer_fd_t(int fd, int width, int height, int wstride, int hstride, int format);
|
/device/soc/rockchip/rk3588/hardware/rga/include/ |
H A D | drmrga.h | 117 int hstride; member 224 rect->hstride = sh; in rga_set_rect()
|
H A D | im2d.h | 91 * @param hstride 92 * Height pixel stride, default (height = hstride). 112 IM_API rga_buffer_t wrapbuffer_handle_t(rga_buffer_handle_t handle, int width, int height, int wstride, int hstride, int format); 159 IM_API rga_buffer_t wrapbuffer_virtualaddr_t(void* vir_addr, int width, int height, int wstride, int hstride, int format); 160 IM_API rga_buffer_t wrapbuffer_physicaladdr_t(void* phy_addr, int width, int height, int wstride, int hstride, int format); 161 IM_API rga_buffer_t wrapbuffer_fd_t(int fd, int width, int height, int wstride, int hstride, int format);
|
H A D | im2d_type.h | 268 int hstride; /* hstride */ member
|
H A D | im2d.hpp | 67 int wstride, int hstride);
|
/device/soc/rockchip/common/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 185 dst.hstride = ALIGN_UP(iSurface->height, 16); in rkFillRect() 325 dstRgaBuffer.hstride = ALIGN_UP(dstSurface->height, 16); in doFlit() 339 srcRgaBuffer.hstride = ALIGN_UP(srcSurface->height, 16); in doFlit() 445 bRgbBuffer.hstride = dstRgaBuffer.hstride; in doFlit()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 185 dst.hstride = ALIGN_UP(iSurface->height, 16); in rkFillRect() 323 dstRgaBuffer.hstride = ALIGN_UP(dstSurface->height, 16); in doFlit() 337 srcRgaBuffer.hstride = ALIGN_UP(srcSurface->height, 16); in doFlit() 440 bRgbBuffer.hstride = dstRgaBuffer.hstride; in doFlit()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 183 dst.hstride = ALIGN_UP(iSurface->height, 2); in rkFillRect() 315 dstRgaBuffer.hstride = ALIGN_UP(dstSurface->height, 2); in doFlit() 329 srcRgaBuffer.hstride = ALIGN_UP(srcSurface->height, 2); in doFlit() 415 bRgbBuffer.hstride = dstRgaBuffer.hstride; in doFlit()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 183 dst.hstride = ALIGN_UP(iSurface->height, 2); in rkFillRect() 315 dstRgaBuffer.hstride = ALIGN_UP(dstSurface->height, 2); in doFlit() 329 srcRgaBuffer.hstride = ALIGN_UP(srcSurface->height, 2); in doFlit() 415 bRgbBuffer.hstride = dstRgaBuffer.hstride; in doFlit()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 183 dst.hstride = ALIGN_UP(iSurface->height, 2);
in rkFillRect() 315 dstRgaBuffer.hstride = ALIGN_UP(dstSurface->height, 2);
in doFlit() 329 srcRgaBuffer.hstride = ALIGN_UP(srcSurface->height, 2);
in doFlit() 415 bRgbBuffer.hstride = dstRgaBuffer.hstride;
in doFlit()
|
/device/soc/rockchip/rk3568/hardware/codec/src/ |
H A D | hdi_mpp.c | 679 src.hstride = mppApi->HdiMppFrameGetVerStride(frame); in PutDecodeFrameToOutput() 691 dst.hstride = component->setup.stride.verStride; in PutDecodeFrameToOutput() 878 dst.hstride = mppApi->HdiMppFrameGetVerStride(frame); in GetEncodeFrameFromInput() 892 src.hstride = component->setup.stride.verStride; in GetEncodeFrameFromInput()
|
/device/soc/rockchip/rk3588/hardware/codec/src/ |
H A D | hdi_mpp.c | 679 src.hstride = mppApi->HdiMppFrameGetVerStride(frame); in PutDecodeFrameToOutput() 691 dst.hstride = component->setup.stride.verStride; in PutDecodeFrameToOutput() 878 dst.hstride = mppApi->HdiMppFrameGetVerStride(frame); in GetEncodeFrameFromInput() 892 src.hstride = component->setup.stride.verStride; in GetEncodeFrameFromInput()
|
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/ |
H A D | Rkvpu_OMX_VdecControl.c | 823 src.hstride = pframe->FrameHeight; in Rkvpu_Frame2Outbuf() 829 dst.hstride = bufferHandle->height; in Rkvpu_Frame2Outbuf() 973 src.hstride = pframe->FrameHeight; in Rkvpu_Frame2Outbuf() 981 dst.hstride = dst.height; in Rkvpu_Frame2Outbuf()
|