Searched refs:wrapbuffer_fd (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/ |
| H A D | rga_im2d_slt.cpp | 289 src = wrapbuffer_fd(drm_src.drm_buffer_fd, srcWidth, srcHeight, srcFormat); in pthread_rga_run() 290 dst = wrapbuffer_fd(drm_dst.drm_buffer_fd, dstWidth, dstHeight, dstFormat); in pthread_rga_run() 322 src = wrapbuffer_fd(src.fd, srcWidth, srcHeight, srcFormat); in pthread_rga_run() 324 dst = wrapbuffer_fd(dst.fd, dstWidth, dstHeight, dstFormat); in pthread_rga_run()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | im2d_buffer.h | 149 #define wrapbuffer_fd(fd, width, height, format, ...) \ macro
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | im2d_buffer.h | 149 #define wrapbuffer_fd(fd, width, height, format, ...) \ macro
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/ |
| H A D | im2d_buffer.h | 149 #define wrapbuffer_fd(fd, width, height, format, ...) \ macro
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | im2d_buffer.h | 149 #define wrapbuffer_fd(fd, width, height, format, ...) \ macro
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/ |
| H A D | main_video.cc | 375 origin = wrapbuffer_fd(fd, width, height, RK_FORMAT_YCbCr_420_SP, width_stride, height_stride); in mpp_decoder_frame_callback() 376 …src = wrapbuffer_fd(mpp_frame_fd, width, height, RK_FORMAT_YCbCr_420_SP, width_stride, height_stri… in mpp_decoder_frame_callback()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | im2d.h | 145 #define wrapbuffer_fd(fd, width, height, format, ...) \ macro
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/src/ |
| H A D | im2d.cpp | 183 #undef wrapbuffer_fd 184 static rga_buffer_t wrapbuffer_fd(int fd, in wrapbuffer_fd() function 1956 return wrapbuffer_fd(fd, width, height, format, wstride, hstride); in wrapbuffer_fd_t()
|