| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | im2d.hpp | 221 #undef imblend 222 IM_API IM_STATUS imblend(const rga_buffer_t src, rga_buffer_t dst, int mode = IM_ALPHA_BLEND_SRC_OV…
|
| H A D | im2d.h | 531 #define imblend(srcA, dst, ...) \ macro
|
| /OK3568_Linux_fs/external/linux-rga/samples/alpha_demo/src/ |
| H A D | rga_alpha_demo.cpp | 102 ret = imblend(fg_img, bg_img, IM_ALPHA_BLEND_SRC_OVER | IM_ALPHA_BLEND_PRE_MUL); in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | im2d_single.h | 188 IM_API IM_STATUS imblend(const rga_buffer_t fd_image, rga_buffer_t bg_image, int mode = IM_ALPHA_BL… 728 #define imblend(srcA, dst, ...) \ macro
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | im2d_single.h | 188 IM_API IM_STATUS imblend(const rga_buffer_t fd_image, rga_buffer_t bg_image, int mode = IM_ALPHA_BL… 728 #define imblend(srcA, dst, ...) \ macro
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | im2d_single.h | 188 IM_API IM_STATUS imblend(const rga_buffer_t fd_image, rga_buffer_t bg_image, int mode = IM_ALPHA_BL… 728 #define imblend(srcA, dst, ...) \ macro
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/ |
| H A D | im2d_single.h | 188 IM_API IM_STATUS imblend(const rga_buffer_t fd_image, rga_buffer_t bg_image, int mode = IM_ALPHA_BL… 728 #define imblend(srcA, dst, ...) \ macro
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_Developer_Guide_RGA_CN.md | 759 - **imblend**: 调用RGA实现双通道快速图像合成操作。 1377 #### imblend/imcomposite 1380 IM_STATUS imblend(const rga_buffer_t fg_image, 1447 【注意】图像合成模式不支持YUV格式之间合成,imblend函数dst图像不支持YUV格式,imcomposite函数srcB图像不支持YUV格式。 1471 > 通过job_handle向指定的任务中添加A+B -> B模式的图像合成操作,用法和imblend一致,当没有配置混合模式时则默认设置为src-over模式。 1483 【注意】图像合成模式不支持YUV格式之间合成,imblend函数dst图像不支持YUV格式,imcomposite函数srcB图像不支持YUV格式。 3370 > 将存储src、dst图像数据的rga_buffer_t结构体传入imblend()。 3373 /*rga_buffer_t格式的结构体src、dst传入imblend()*/ 3374 STATUS = imblend(src, dst);
|
| H A D | Rockchip_Developer_Guide_RGA_EN.md | 752 - **imblend**: Call RGA for double channel fast image blending. 1371 #### imblend/imcomposite 1374 IM_STATUS imblend(const rga_buffer_t srcA, 1441 …YUV format image blending, the YUV format is not support in dst image of imblend , the YUV format … 1465 …ied job through job_handle. The configuration parameters are the same as imblend. When no mode is … 1477 …YUV format image blending, the YUV format is not support in dst image of imblend , the YUV format … 3138 > Passing rga_buffer_t that stores src and dst image data to imblend(). 3141 /*passing src and dst of rga_buffer_t format to imblend()*/ 3142 STATUS = imblend(src, dst);
|
| H A D | Rockchip_FAQ_RGA_CN.md | 1083 **A2.12**:如果输出结果为RGB格式,可以通过 **imblend()** 接口实现,通常选择src over模式,将src通道的图像叠加在dst通道的图像上;如果输出结果为YUV格式,可以… 1148 **A2.16**:我们正常配置的模式是默认颜色值已经预乘过对应的alpha值的结果,而直接读取的原始图片的颜色值并没有预乘过alpha值,所以需要在调用imblend时额外的增加标志位来标识本次处…
|
| H A D | Rockchip_FAQ_RGA_EN.md | 1072 **A2.12**:If the output is in RGB format, **imblend()** can be used to implement this, usually sele… 1137 …tiplied by alpha value, so we need to add an extra flag bit when calling imblend to indicate that …
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/ |
| H A D | rgaImDemo.cpp | 612 STATUS = imblend(src, dst); in main()
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/src/ |
| H A D | im2d.cpp | 1057 IM_API IM_STATUS imblend(const rga_buffer_t src, rga_buffer_t dst, int mode, int sync, int *release… in imblend() function
|