Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Dim2d_version.h27 #define RGA_API_MINOR_VERSION 8 macro
33 RGA_VERSION_STR(RGA_API_MINOR_VERSION) "." \
40 (RGA_API_MINOR_VERSION & 0xff) << 16 | \
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A Dim2d_version.h27 #define RGA_API_MINOR_VERSION 9 macro
33 RGA_VERSION_STR(RGA_API_MINOR_VERSION) "." \
41 (RGA_API_MINOR_VERSION & 0xff) << 16 | \
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A Dim2d_version.h27 #define RGA_API_MINOR_VERSION 9 macro
33 RGA_VERSION_STR(RGA_API_MINOR_VERSION) "." \
41 (RGA_API_MINOR_VERSION & 0xff) << 16 | \
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A Dim2d_version.h27 #define RGA_API_MINOR_VERSION 9 macro
33 RGA_VERSION_STR(RGA_API_MINOR_VERSION) "." \
41 (RGA_API_MINOR_VERSION & 0xff) << 16 | \
/OK3568_Linux_fs/external/linux-rga/im2d_api/
H A Dim2d_version.h27 #define RGA_API_MINOR_VERSION 9 macro
35 RGA_VERSION_STR(RGA_API_MINOR_VERSION) "." \
43 (RGA_API_MINOR_VERSION & 0xff) << 16 | \
/OK3568_Linux_fs/external/linux-rga/cmake/
H A Dutils.cmake10 STRING(REGEX MATCH "RGA_API_MINOR_VERSION ([0-9]+)" _ "${version_file}")
/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_impl.h50 RGA_SET_VERSION(RGA_API_MAJOR_VERSION, RGA_API_MINOR_VERSION, RGA_API_REVISION_VERSION) \