Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/include/
H A DRockchipRga.h67 int RkRgaGetAllocBufferCache(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 DRockchipRga.h67 int RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A DRockchipRga.h67 int RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A DRockchipRga.h67 int RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A DRockchipRga.h67 int RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp);
/OK3568_Linux_fs/external/linux-rga/core/
H A DRgaApi.cpp67 return c_rkRga.RkRgaGetAllocBufferCache(bo_info, width, height, bpp); in c_RkRgaGetAllocBufferCache()
H A DRockchipRga.cpp215 int RockchipRga::RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp) { in RkRgaGetAllocBufferCache() function in android::RockchipRga