Home
last modified time | relevance | path

Searched refs:c_RkRgaGetAllocBuffer (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/include/
H A DRgaApi.h69 int c_RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A DRgaApi.h69 int c_RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A DRgaApi.h69 int c_RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp);
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A DRgaApi.h69 int c_RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A DRgaApi.h69 int c_RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drga_control.c48 ret = c_RkRgaGetAllocBuffer(bo, width, height, bpp); in rga_control_buffer_init()
/OK3568_Linux_fs/external/linux-rga/core/
H A DRgaApi.cpp58 int c_RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp) { in c_RkRgaGetAllocBuffer() function