mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-16 09:08:56 +00:00
v1.1.1
This commit is contained in:
9818
packages/artinchip/barcode/include/video_font_data.h
Normal file
9818
packages/artinchip/barcode/include/video_font_data.h
Normal file
File diff suppressed because it is too large
Load Diff
8
packages/artinchip/barcode/include/yydecoder.h
Normal file
8
packages/artinchip/barcode/include/yydecoder.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#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);
|
||||
Reference in New Issue
Block a user