Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/samples/alpha_demo/src/
H A Drga_alpha_osd_demo.cpp157 ret = imosd(fg_img, bg_img, bg_rect, &osd_config); in main()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A Dim2d_single.h246 IM_API IM_STATUS imosd(const rga_buffer_t osd,const rga_buffer_t dst,
477 IM_C_API IM_STATUS imosd(const rga_buffer_t osd,const rga_buffer_t dst,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A Dim2d_single.h246 IM_API IM_STATUS imosd(const rga_buffer_t osd,const rga_buffer_t dst,
477 IM_C_API IM_STATUS imosd(const rga_buffer_t osd,const rga_buffer_t dst,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A Dim2d_single.h246 IM_API IM_STATUS imosd(const rga_buffer_t osd,const rga_buffer_t dst,
477 IM_C_API IM_STATUS imosd(const rga_buffer_t osd,const rga_buffer_t dst,
/OK3568_Linux_fs/external/linux-rga/im2d_api/
H A Dim2d_single.h246 IM_API IM_STATUS imosd(const rga_buffer_t osd,const rga_buffer_t dst,
477 IM_C_API IM_STATUS imosd(const rga_buffer_t osd,const rga_buffer_t dst,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Dim2d.hpp315 IM_API IM_STATUS imosd(const rga_buffer_t osd,const rga_buffer_t dst,
H A Dim2d.h720 IM_API IM_STATUS imosd(const rga_buffer_t osd,const rga_buffer_t dst,
/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d.cpp1065 IM_API IM_STATUS imosd(const rga_buffer_t osd,const rga_buffer_t dst, in imosd() function
2020 IM_API IM_STATUS imosd(const rga_buffer_t osd,const rga_buffer_t dst, const im_rect osd_rect, in imosd() function
2022 return imosd(osd, dst, osd_rect, osd_info, sync, NULL); in imosd()
/OK3568_Linux_fs/external/linux-rga/docs/
H A DRockchip_Developer_Guide_RGA_CN.md765 - **imosd**:调用RGA实现快速图像OSD字幕叠加。
1565 #### imosd subsubsection
1568 IM_API IM_STATUS imosd(const rga_buffer_t osd,
1601 > 通过job_handle向指定的任务中添加图像OSD操作,用法和imosd一致。
H A DRockchip_Developer_Guide_RGA_EN.md758 - **imosd**: Call RGA for fast image OSD.
1559 #### imosd subsubsection
1562 IM_API IM_STATUS imosd(const rga_buffer_t osd,
1595 …ration to the specified job through job_handle. The configuration parameters are the same as imosd.