| /OK3568_Linux_fs/external/linux-rga/include/ |
| H A D | RgaApi.h | 57 #define RgaBlit(...) c_RkRgaBlit(__VA_ARGS__) 64 int c_RkRgaBlit(rga_info_t *src, rga_info_t *dst, rga_info_t *src1);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | RgaApi.h | 57 #define RgaBlit(...) c_RkRgaBlit(__VA_ARGS__) 64 int c_RkRgaBlit(rga_info_t *src, rga_info_t *dst, rga_info_t *src1);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | RgaApi.h | 57 #define RgaBlit(...) c_RkRgaBlit(__VA_ARGS__) 64 int c_RkRgaBlit(rga_info_t *src, rga_info_t *dst, rga_info_t *src1);
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | RgaApi.h | 57 #define RgaBlit(...) c_RkRgaBlit(__VA_ARGS__) 64 int c_RkRgaBlit(rga_info_t *src, rga_info_t *dst, rga_info_t *src1);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | RgaApi.h | 57 #define RgaBlit(...) c_RkRgaBlit(__VA_ARGS__) 64 int c_RkRgaBlit(rga_info_t *src, rga_info_t *dst, rga_info_t *src1);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | display.c | 106 if (c_RkRgaBlit(&src, &dst, NULL)) in display_compose() 199 if (c_RkRgaBlit(&src, &dst, NULL)) { in drm_commit() 247 if (c_RkRgaBlit(&src, &dst, NULL)) in display_win()
|
| /OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/ |
| H A D | 0008-drm-use-ping-pong-buffer-for-vop-output.patch | 59 + ret = c_RkRgaBlit(&src, &dst, NULL); 61 + printf("c_RkRgaBlit error : %s\n", strerror(errno));
|
| H A D | 0007-Added-rga-Acceleration-rga-copy-instead-of-memcpy.patch | 96 + int ret = c_RkRgaBlit(&src, &dst, NULL);
|
| /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() function
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | exa.c | 413 if (c_RkRgaBlit(&src_info, &tmp_info, NULL) < 0) in ms_exa_copy() 419 if (c_RkRgaBlit(&src_info, &dst_info, NULL) < 0) in ms_exa_copy() 679 if (c_RkRgaBlit(&src_info, &tmp_info, NULL) < 0) in ms_exa_composite() 689 if (c_RkRgaBlit(&src_info, &dst_info, NULL) < 0) in ms_exa_composite() 1073 if (!c_RkRgaBlit(&src_info, &dst_info, NULL)) in ms_exa_copy_area()
|
| /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 | 201 + if (c_RkRgaBlit (&src_info, &dst_info, NULL) < 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 | 201 + if (c_RkRgaBlit (&src_info, &dst_info, NULL) < 0) {
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/ |
| H A D | 0008-video-converter-Support-rockchip-RGA-2D-accel.patch | 201 + if (c_RkRgaBlit (&src_info, &dst_info, NULL) < 0) {
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5base/ |
| H A D | 0018-HACK-qpaintengine_raster-Support-rga-in-fillRect-wit.patch | 218 + return c_RkRgaBlit(&src_info, &dst_info, NULL) >= 0;
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/ |
| H A D | gstmpp.c | 243 if (c_RkRgaBlit (src_info, dst_info, NULL) < 0) { in gst_mpp_rga_do_convert()
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/ |
| H A D | 0005-video-flip-Support-rockchip-RGA-2D-accel.patch | 230 + if (c_RkRgaBlit (&src_info, &dst_info, NULL) < 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 | 230 + if (c_RkRgaBlit (&src_info, &dst_info, NULL) < 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 | 230 + if (c_RkRgaBlit (&src_info, &dst_info, NULL) < 0) {
|
| /OK3568_Linux_fs/buildroot/package/pixman/ |
| H A D | 0005-pixman_image_composite32-Support-rockchip-RGA-2D-acc.patch | 315 + if (c_RkRgaBlit (&src_info, &dst_info, NULL) < 0)
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0015-backend-drm-Support-mirror-mode.patch | 249 + ret = c_RkRgaBlit(&src_info, &dst_info, NULL);
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 249 + ret = c_RkRgaBlit(&src_info, &dst_info, NULL);
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 251 + ret = c_RkRgaBlit(&src_info, &dst_info, NULL);
|