Home
last modified time | relevance | path

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

/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/
H A Drk_node_utils.cpp99 rga_set_rect(&src.rect, 0, 0, buffer->GetCurWidth(), buffer->GetCurHeight(), in TransformToVirAddress()
101 rga_set_rect(&dst.rect, 0, 0, buffer->GetWidth(), buffer->GetHeight(), in TransformToVirAddress()
124 rga_set_rect(&src.rect, 0, 0, buffer->GetCurWidth(), buffer->GetCurHeight(), in TransformToFd()
126 rga_set_rect(&dst.rect, 0, 0, buffer->GetWidth(), buffer->GetHeight(), in TransformToFd()
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_RGA_Process.c422 rga_set_rect(&src.rect, x, y, w, h, plane->stride, h, HAL_PIXEL_FORMAT_YCrCb_NV12); in rga_nv12_crop_scale()
424 rga_set_rect(&src.rect, 0, 0, orgin_w, orgin_h, plane->stride, orgin_h, HAL_PIXEL_FORMAT_YCrCb_NV12); in rga_nv12_crop_scale()
426 rga_set_rect(&dst.rect, 0, 0, orgin_w, orgin_h, orgin_w, orgin_h, HAL_PIXEL_FORMAT_YCrCb_NV12); in rga_nv12_crop_scale()
464 rga_set_rect(&src.rect, 0, 0, Width, Height, plane->stride, Height, HAL_PIXEL_FORMAT_RGBA_8888); in rga_rgb2nv12()
465 rga_set_rect(&dst.rect, 0, 0, Width, Height, dstWidth, dstHeight, HAL_PIXEL_FORMAT_YCrCb_NV12); in rga_rgb2nv12()
503 rga_set_rect(&src.rect, 0, 0, Width, Height, in rga_nv122rgb()
510 rga_set_rect(&dst.rect, 0, 0, Width, Height, planes->stride, Height, dst_format); in rga_nv122rgb()
537 rga_set_rect(&src.rect, 0, 0, Width, Height, plane->stride, Height, HAL_PIXEL_FORMAT_YCrCb_NV12); in rga_nv12_copy()
538 rga_set_rect(&dst.rect, 0, 0, Width, Height, Width, Height, HAL_PIXEL_FORMAT_YCrCb_NV12); in rga_nv12_copy()
565 rga_set_rect( in rga_rgb_copy()
[all...]
/device/soc/rockchip/common/hardware/rga/include/
H A Ddrmrga.h151 @fun rga_set_rect:For use to set the rects esayly
155 rga_set_rect(rects.src,0,0,1920,1080,1920,NV12);
158 static inline int rga_set_rect(rga_rect_t *rect, int x, int y, int w, int h, int sw, int sh, int f) in rga_set_rect() function
/device/soc/rockchip/rk3399/hardware/rga/include/
H A Ddrmrga.h153 @fun rga_set_rect:For use to set the rects esayly
157 rga_set_rect(rects.src,0,0,1920,1080,1920,NV12);
160 static inline int rga_set_rect(rga_rect_t *rect, int x, int y, int w, int h, int sw, int sh, int f) in rga_set_rect() function
/device/soc/rockchip/rk3568/hardware/rga/include/
H A Ddrmrga.h153 @fun rga_set_rect:For use to set the rects esayly
157 rga_set_rect(rects.src,0,0,1920,1080,1920,NV12);
160 static inline int rga_set_rect(rga_rect_t *rect, int x, int y, int w, int h, int sw, int sh, int f) in rga_set_rect() function
/device/soc/rockchip/rk3588/hardware/rga/include/
H A Ddrmrga.h207 @fun rga_set_rect:For use to set the rects esayly
211 rga_set_rect(rects.src,0,0,1920,1080,1920,NV12);
214 static inline int rga_set_rect(rga_rect_t *rect, in rga_set_rect() function
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/
H A Drk_codec_node.cpp348 rga_set_rect(&src.rect, 0, 0, buffer->GetWidth(), buffer->GetHeight(), in Yuv420ToRGBA8888()
350 rga_set_rect(&dst.rect, 0, 0, buffer->GetWidth(), buffer->GetHeight(), in Yuv420ToRGBA8888()

Completed in 5 milliseconds