Files
luban-lite-t3e-pro/packages/artinchip/barcode/include/yydecoder.h
2025-09-30 11:56:06 +08:00

8 lines
271 B
C

#include <stdlib.h>
#include <string.h>
unsigned int Initial_Decoder();
int Decoding_Image(unsigned char* img_buffer, int width, int height);
unsigned int GetResultLength();
int GetDecoderResult(unsigned char * result);
void Set_Donfig_Decoder(int type, int tag);