Home
last modified time | relevance | path

Searched refs:hstride (Results 1 - 18 of 18) sorted by relevance

/device/soc/rockchip/common/hardware/rga/include/
H A Ddrmrga.h89 int hstride; member
168 rect->hstride = sh; in rga_set_rect()
H A Dim2d.h246 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 Ddrmrga.h90 int hstride; member
170 rect->hstride = sh; in rga_set_rect()
H A Dim2d.h247 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 Ddrmrga.h90 int hstride; member
170 rect->hstride = sh; in rga_set_rect()
H A Dim2d.h247 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 Ddrmrga.h117 int hstride; member
224 rect->hstride = sh; in rga_set_rect()
H A Dim2d.h91 * @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 Dim2d_type.h268 int hstride; /* hstride */ member
H A Dim2d.hpp67 int wstride, int hstride);
/device/soc/rockchip/common/hardware/display/src/display_gfx/
H A Ddisplay_gfx.c185 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 Ddisplay_gfx.c185 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 Ddisplay_gfx.c183 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 Ddisplay_gfx.c183 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 Ddisplay_gfx.c183 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 Dhdi_mpp.c679 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 Dhdi_mpp.c679 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 DRkvpu_OMX_VdecControl.c823 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()

Completed in 20 milliseconds