Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A DRgaUtils.h25 int get_buf_from_file(void *buf, int f, int sw, int sh, int index);
/OK3568_Linux_fs/external/linux-rga/include/
H A DRgaUtils.h25 int get_buf_from_file(void *buf, int f, int sw, int sh, int index);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A DRgaUtils.h25 int get_buf_from_file(void *buf, int f, int sw, int sh, int index);
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A DRgaUtils.h25 int get_buf_from_file(void *buf, int f, int sw, int sh, int index);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A DRgaUtils.h25 int get_buf_from_file(void *buf, int f, int sw, int sh, int index);
/OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/
H A DrgaImDemo.cpp115 ret = get_buf_from_file(buf, gb->getPixelFormat(), gb->getWidth(), gb->getHeight(), index); in GraphicBuffer_Fill()
304 ret = get_buf_from_file(src_buf, SRC_FORMAT, SRC_WIDTH, SRC_HEIGHT, 0); in main()
311 ret = get_buf_from_file(dst_buf, DST_FORMAT, DST_WIDTH, DST_HEIGHT, 1); in main()
/OK3568_Linux_fs/external/linux-rga/core/
H A DRgaUtils.cpp339 int get_buf_from_file(void *buf, int f, int sw, int sh, int index) { in get_buf_from_file() function