first commit

This commit is contained in:
2025-08-22 13:52:24 +08:00
commit 05a551d523
257 changed files with 49217 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#ifndef _POSE_BODY_RGA_H_
#define _POSE_BODY_RGA_H_
#define DSTWidth 640
#define DSTHeight 640
class rga_client_t {
public:
rga_client_t() {};
int convert(unsigned char *src, int sw, int sh, int swstride, int shstride, char *out);
};
extern rga_client_t rga_client;
void initRkRga();
void deinitRkRga();
#endif