Home
last modified time | relevance | path

Searched refs:c_RkRgaInit (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/include/
H A DRgaApi.h49 ret = c_RkRgaInit(); \
61 int c_RkRgaInit();
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A DRgaApi.h49 ret = c_RkRgaInit(); \
61 int c_RkRgaInit();
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A DRgaApi.h49 ret = c_RkRgaInit(); \
61 int c_RkRgaInit();
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A DRgaApi.h49 ret = c_RkRgaInit(); \
61 int c_RkRgaInit();
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A DRgaApi.h49 ret = c_RkRgaInit(); \
61 int c_RkRgaInit();
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drga_control.c42 ret = c_RkRgaInit(); in rga_control_buffer_init()
/OK3568_Linux_fs/external/linux-rga/core/
H A DRgaApi.cpp27 int c_RkRgaInit() { in c_RkRgaInit() function
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0018-HACK-qpaintengine_raster-Support-rga-in-fillRect-wit.patch137 + if (c_RkRgaInit() < 0)
170 + if (c_RkRgaInit() < 0)
/OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/
H A D0009-display-drm-support-LV_COLOR_DEPTH-16.patch60 c_RkRgaInit();
H A D0008-drm-use-ping-pong-buffer-for-vop-output.patch92 + c_RkRgaInit();
/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.patch182 + if (c_RkRgaInit () < 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.patch182 + if (c_RkRgaInit () < 0) {
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0008-video-converter-Support-rockchip-RGA-2D-accel.patch182 + if (c_RkRgaInit () < 0) {
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmpp.c235 if (c_RkRgaInit () < 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.patch192 + if (c_RkRgaInit () < 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.patch192 + if (c_RkRgaInit () < 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.patch192 + if (c_RkRgaInit () < 0) {
/OK3568_Linux_fs/buildroot/package/pixman/
H A D0005-pixman_image_composite32-Support-rockchip-RGA-2D-acc.patch211 + if (c_RkRgaInit () < 0) {
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0015-backend-drm-Support-mirror-mode.patch200 + ret = c_RkRgaInit();
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0017-backend-drm-Support-mirror-mode.patch200 + ret = c_RkRgaInit();
/OK3568_Linux_fs/buildroot/package/weston/
H A D0017-backend-drm-Support-mirror-mode.patch202 + ret = c_RkRgaInit();
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dexa.c1145 if (c_RkRgaInit() < 0) in ms_init_exa()
/OK3568_Linux_fs/external/linux-rga/docs/
H A DRockchip_FAQ_RGA_CN.md1231 …ibrga模块并没有得到初始化,所返回报错。目前版本中该报错通常是由于一些较旧的调用RGA的代码中依旧使用RgaInit/RgaDeInit/c_RkRgaInit/c_RkRgaDeInit接口…
H A DRockchip_FAQ_RGA_EN.md1221 …ror is usually caused by some older code still uses RgaInit/RgaDeInit/c_RkRgaInit/c_RkRgaDeInit i…
/OK3568_Linux_fs/external/xserver/
H A Dconfigure.ac2050 AC_CHECK_LIB([rga], [c_RkRgaInit], RGA_LIBS="-lrga")