You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
248 B
12 lines
248 B
7 months ago
|
#include "utils.h"
|
||
|
|
||
|
//#define SHOW
|
||
|
|
||
|
extern unsigned char cow_png[];
|
||
|
extern unsigned int cow_png_len;
|
||
|
|
||
|
int TestAPI_SOT_Ground_NV12();
|
||
|
int TestAPI_SOT_Ground_RGB();
|
||
|
int TestAPI_SOT_Ground_Y8();
|
||
|
int TestAPI_SOT_Ground_Y16();
|
||
|
int TestAPI_SOT_Sky_Y16();
|