| /OK3568_Linux_fs/external/linux-rga/include/ |
| H A D | RgaApi.h | 64 int c_RkRgaBlit(rga_info_t *src, rga_info_t *dst, rga_info_t *src1); 65 int c_RkRgaColorFill(rga_info_t *dst);
|
| H A D | drmrga.h | 314 } rga_info_t; typedef 347 static inline void rga_set_rotation(rga_info_t *info, int angle) { in rga_set_rotation()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | RgaApi.h | 64 int c_RkRgaBlit(rga_info_t *src, rga_info_t *dst, rga_info_t *src1); 65 int c_RkRgaColorFill(rga_info_t *dst);
|
| H A D | drmrga.h | 198 } rga_info_t; typedef 231 static inline void rga_set_rotation(rga_info_t *info, int angle) { in rga_set_rotation()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | RgaApi.h | 64 int c_RkRgaBlit(rga_info_t *src, rga_info_t *dst, rga_info_t *src1); 65 int c_RkRgaColorFill(rga_info_t *dst);
|
| H A D | drmrga.h | 314 } rga_info_t; typedef 347 static inline void rga_set_rotation(rga_info_t *info, int angle) { in rga_set_rotation()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | RgaApi.h | 64 int c_RkRgaBlit(rga_info_t *src, rga_info_t *dst, rga_info_t *src1); 65 int c_RkRgaColorFill(rga_info_t *dst);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | RgaApi.h | 64 int c_RkRgaBlit(rga_info_t *src, rga_info_t *dst, rga_info_t *src1); 65 int c_RkRgaColorFill(rga_info_t *dst);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | display.c | 95 rga_info_t src, dst; in display_compose() 96 memset(&src, 0, sizeof(rga_info_t)); in display_compose() 101 memset(&dst, 0, sizeof(rga_info_t)); in display_compose() 182 rga_info_t src, dst; in drm_commit() 188 memset(&src, 0, sizeof(rga_info_t)); in drm_commit() 194 memset(&dst, 0, sizeof(rga_info_t)); in drm_commit() 235 rga_info_t src, dst; in display_win() 236 memset(&src, 0, sizeof(rga_info_t)); in display_win() 242 memset(&dst, 0, sizeof(rga_info_t)); in display_win()
|
| H A D | rkRgaApi.cpp | 33 rga_info_t src; in rkRgaBlit() 34 rga_info_t dst; in rkRgaBlit() 36 memset(&src, 0, sizeof(rga_info_t)); in rkRgaBlit() 41 memset(&dst, 0, sizeof(rga_info_t)); in rkRgaBlit()
|
| /OK3568_Linux_fs/external/linux-rga/core/ |
| H A D | RgaApi.cpp | 39 int c_RkRgaBlit(rga_info_t *src, rga_info_t *dst, rga_info_t *src1) { in c_RkRgaBlit() 45 int c_RkRgaColorFill(rga_info_t *dst) { in c_RkRgaColorFill()
|
| H A D | NormalRga.h | 52 int RgaBlit(rga_info_t *src, rga_info_t *dst, rga_info_t *src1); 54 int RgaCollorFill(rga_info_t *dst);
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/ |
| H A D | gstmpp.c | 169 gst_mpp_set_rga_info (rga_info_t * info, RgaSURF_FORMAT rga_format, in gst_mpp_set_rga_info() 193 gst_mpp_rga_info_from_mpp_frame (rga_info_t * info, MppFrame mframe) in gst_mpp_rga_info_from_mpp_frame() 212 gst_mpp_rga_info_from_video_info (rga_info_t * info, GstVideoInfo * vinfo) in gst_mpp_rga_info_from_video_info() 226 gst_mpp_rga_do_convert (rga_info_t * src_info, rga_info_t * dst_info) in gst_mpp_rga_do_convert() 276 rga_info_t src_info = { 0, }; in gst_mpp_rga_convert() 277 rga_info_t dst_info = { 0, }; in gst_mpp_rga_convert() 318 rga_info_t src_info = { 0, }; in gst_mpp_rga_convert_from_mpp_frame() 319 rga_info_t dst_info = { 0, }; in gst_mpp_rga_convert_from_mpp_frame()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/include/ |
| H A D | rga_func.h | 13 typedef int(* FUNC_RGA_BLIT)(rga_info_t *, rga_info_t *, rga_info_t *);
|
| /OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/ |
| H A D | 0008-drm-use-ping-pong-buffer-for-vop-output.patch | 31 + rga_info_t src; 32 + rga_info_t dst; 49 + memset(&src, 0, sizeof(rga_info_t)); 50 + memset(&dst, 0, sizeof(rga_info_t));
|
| H A D | 0007-Added-rga-Acceleration-rga-copy-instead-of-memcpy.patch | 84 + rga_info_t src; 85 + rga_info_t dst; 88 + memset(&src, 0, sizeof(rga_info_t)); 89 + memset(&dst, 0, sizeof(rga_info_t));
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/src/ |
| H A D | im2d_impl.h | 93 IM_STATUS rga_set_buffer_info(rga_buffer_t dst, rga_info_t* dstinfo); 94 …ga_set_buffer_info(const rga_buffer_t src, rga_buffer_t dst, rga_info_t* srcinfo, rga_info_t* dsti…
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/ |
| H A D | drmrga.h | 93 } rga_info_t; typedef 126 static inline void rga_set_rotation(rga_info_t *info, int angle) in rga_set_rotation()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | exa.c | 104 rga_prepare_info(PixmapPtr pPixmap, rga_info_t *info, in rga_prepare_info() 111 memset(info, 0, sizeof(rga_info_t)); in rga_prepare_info() 275 rga_info_t dst_info = {0}; in ms_exa_solid() 390 rga_info_t src_info = {0}; in ms_exa_copy() 391 rga_info_t dst_info = {0}; in ms_exa_copy() 392 rga_info_t tmp_info = {0}; in ms_exa_copy() 630 rga_info_t src_info = {0}; in ms_exa_composite() 631 rga_info_t dst_info = {0}; in ms_exa_composite() 632 rga_info_t tmp_info = {0}; in ms_exa_composite() 1008 rga_info_t src_info = {0}; in ms_exa_copy_area() [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/ |
| H A D | 0008-video-converter-Support-rockchip-RGA-2D-accel.patch | 88 +get_rga_info (const GstVideoFrame * frame, rga_info_t * info, 97 + memset (info, 0, sizeof (rga_info_t)); 168 + rga_info_t src_info = { 0 }; 169 + rga_info_t dst_info = { 0 };
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/ |
| H A D | 0008-video-converter-Support-rockchip-RGA-2D-accel.patch | 88 +get_rga_info (const GstVideoFrame * frame, rga_info_t * info, 97 + memset (info, 0, sizeof (rga_info_t)); 168 + rga_info_t src_info = { 0 }; 169 + rga_info_t dst_info = { 0 };
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/ |
| H A D | 0008-video-converter-Support-rockchip-RGA-2D-accel.patch | 88 +get_rga_info (const GstVideoFrame * frame, rga_info_t * info, 97 + memset (info, 0, sizeof (rga_info_t)); 168 + rga_info_t src_info = { 0 }; 169 + rga_info_t dst_info = { 0 };
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/ |
| H A D | 0005-video-flip-Support-rockchip-RGA-2D-accel.patch | 93 +get_rga_info (const GstVideoFrame * frame, rga_info_t * info, 102 + memset (info, 0, sizeof (rga_info_t)); 178 + rga_info_t src_info = { 0 }; 179 + rga_info_t dst_info = { 0 };
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22/ |
| H A D | 0005-video-flip-Support-rockchip-RGA-2D-accel.patch | 93 +get_rga_info (const GstVideoFrame * frame, rga_info_t * info, 102 + memset (info, 0, sizeof (rga_info_t)); 178 + rga_info_t src_info = { 0 }; 179 + rga_info_t dst_info = { 0 };
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/ |
| H A D | 0005-video-flip-Support-rockchip-RGA-2D-accel.patch | 93 +get_rga_info (const GstVideoFrame * frame, rga_info_t * info, 102 + memset (info, 0, sizeof (rga_info_t)); 178 + rga_info_t src_info = { 0 }; 179 + rga_info_t dst_info = { 0 };
|