/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
D | Rockchip_OSAL_RGA_Process.c | 422 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_NV1… 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(&src.rect, 0, 0, Width, Height, plane->stride, Height, HAL_PIXEL_FORMAT_RGBA_8888); in rga_rgb_copy() [all …]
|
/device/board/kaihong/khdvk_3566b/camera/pipeline_core/src/node/ |
D | rk_codec_node.cpp | 267 rga_set_rect(&src.rect, 0, 0, buffer->GetWidth(), buffer->GetHeight(), in Yuv420ToRGBA8888() 270 rga_set_rect(&dst.rect, 0, 0, buffer->GetWidth(), buffer->GetHeight(), in Yuv420ToRGBA8888() 312 rga_set_rect(&src.rect, 0, 0, previewWidth_, previewHeight_, in Yuv420ToJpeg() 314 rga_set_rect(&dst.rect, 0, 0, previewWidth_, previewHeight_, in Yuv420ToJpeg()
|
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
D | rk_codec_node.cpp | 329 rga_set_rect(&src.rect, 0, 0, buffer->GetWidth(), buffer->GetHeight(), in Yuv420ToRGBA8888() 331 rga_set_rect(&dst.rect, 0, 0, buffer->GetWidth(), buffer->GetHeight(), in Yuv420ToRGBA8888() 372 rga_set_rect(&src.rect, 0, 0, previewWidth_, previewHeight_, in Yuv420ToJpeg() 374 rga_set_rect(&dst.rect, 0, 0, previewWidth_, previewHeight_, in Yuv420ToJpeg()
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
D | drmrga.h | 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/common/hardware/rga/include/ |
D | drmrga.h | 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/ |
D | drmrga.h | 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/ |
D | drmrga.h | 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/ |
D | rk_codec_node.cpp | 348 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()
|