Home
last modified time | relevance | path

Searched refs:RgaBlit (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/include/
H A DRgaApi.h57 #define RgaBlit(...) c_RkRgaBlit(__VA_ARGS__) macro
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A DRgaApi.h57 #define RgaBlit(...) c_RkRgaBlit(__VA_ARGS__) macro
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A DRgaApi.h57 #define RgaBlit(...) c_RkRgaBlit(__VA_ARGS__) macro
/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__) macro
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A DRgaApi.h57 #define RgaBlit(...) c_RkRgaBlit(__VA_ARGS__) macro
/OK3568_Linux_fs/external/linux-rga/docs/
H A DRockchip_FAQ_RGA_CN.md880 RgaBlit(1483) RGA_BLIT fail: Invalid argument
1237 **Q3.2.2**:“RgaBlit(1027) RGA_BLIT fail: ”、“RGA_COLORFILL(1027) RGA_BLIT fail: ”标头的报错是什么原因?
1241 ​ **Q3.2.2.1**:“RgaBlit(1027) RGA_BLIT fail: Not a typewriter”
1245 ​ **Q3.2.2.2**:“RgaBlit(1349) RGA_BLIT fail: Bad file descriptor”
1249 ​ **Q3.2.2.3**:“RgaBlit(1360) RGA_BLIT fail: Bad address”
1253 ​ **Q3.2.2.4**:“RgaBlit(1466) RGA BIIT fail: Invalid argument”
1267 E librga : [RgaBlit,731]Error srcRect //标识是src通道报错
1342 RgaBlit(1483) RGA_BLIT fail: Invalid argument
H A DRockchip_FAQ_RGA_EN.md874 RgaBlit(1483) RGA_BLIT fail: Invalid argument
1227 **Q3.2.2**:What causes the error“RgaBlit(1027) RGA_BLIT fail: ”、“RGA_COLORFILL(1027) RGA_BLIT fail:…
1231 ​ **Q3.2.2.1**:“RgaBlit(1027) RGA_BLIT fail: Not a typewriter”?
1236 ​ **Q3.2.2.2**:“RgaBlit(1349) RGA_BLIT fail: Bad file descriptor”?
1241 ​ **Q3.2.2.3**:“RgaBlit(1360) RGA_BLIT fail: Bad address”?
1245 ​ **Q3.2.2.4**:“RgaBlit(1466) RGA BIIT fail: Invalid argument”
1259 E librga : [RgaBlit,731]Error srcRect //Represent the src channel error.
1334 RgaBlit(1483) RGA_BLIT fail: Invalid argument
/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRga.h52 int RgaBlit(rga_info_t *src, rga_info_t *dst, rga_info_t *src1);
H A DRockchipRga.cpp275 ret = RgaBlit(src, dst, src1); in RkRgaBlit()
H A DNormalRga.cpp368 int RgaBlit(rga_info *src, rga_info *dst, rga_info *src1) { in RgaBlit() function