Files
luban-lite-t3e-pro/packages/artinchip/barcode/include/yydecoder.h

8 lines
271 B
C
Raw Normal View History

2025-09-30 11:56:06 +08:00
#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);
2024-10-30 16:50:31 +08:00
void Set_Donfig_Decoder(int type, int tag);