Home
last modified time | relevance | path

Searched refs:c_RkRgaBlit (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/include/
H A DRgaApi.h57 #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 DRgaApi.h57 #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 DRgaApi.h57 #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 DRgaApi.h57 #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 DRgaApi.h57 #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 Ddisplay.c106 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 D0008-drm-use-ping-pong-buffer-for-vop-output.patch59 + ret = c_RkRgaBlit(&src, &dst, NULL);
61 + printf("c_RkRgaBlit error : %s\n", strerror(errno));
H A D0007-Added-rga-Acceleration-rga-copy-instead-of-memcpy.patch96 + int ret = c_RkRgaBlit(&src, &dst, NULL);
/OK3568_Linux_fs/external/linux-rga/core/
H A DRgaApi.cpp39 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 Dexa.c413 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 D0008-video-converter-Support-rockchip-RGA-2D-accel.patch201 + 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 D0008-video-converter-Support-rockchip-RGA-2D-accel.patch201 + if (c_RkRgaBlit (&src_info, &dst_info, NULL) < 0) {
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0008-video-converter-Support-rockchip-RGA-2D-accel.patch201 + if (c_RkRgaBlit (&src_info, &dst_info, NULL) < 0) {
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0018-HACK-qpaintengine_raster-Support-rga-in-fillRect-wit.patch218 + return c_RkRgaBlit(&src_info, &dst_info, NULL) >= 0;
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmpp.c243 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 D0005-video-flip-Support-rockchip-RGA-2D-accel.patch230 + 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 D0005-video-flip-Support-rockchip-RGA-2D-accel.patch230 + 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 D0005-video-flip-Support-rockchip-RGA-2D-accel.patch230 + if (c_RkRgaBlit (&src_info, &dst_info, NULL) < 0) {
/OK3568_Linux_fs/buildroot/package/pixman/
H A D0005-pixman_image_composite32-Support-rockchip-RGA-2D-acc.patch315 + if (c_RkRgaBlit (&src_info, &dst_info, NULL) < 0)
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0015-backend-drm-Support-mirror-mode.patch249 + ret = c_RkRgaBlit(&src_info, &dst_info, NULL);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0017-backend-drm-Support-mirror-mode.patch249 + ret = c_RkRgaBlit(&src_info, &dst_info, NULL);
/OK3568_Linux_fs/buildroot/package/weston/
H A D0017-backend-drm-Support-mirror-mode.patch251 + ret = c_RkRgaBlit(&src_info, &dst_info, NULL);