Home
last modified time | relevance | path

Searched refs:_zbar_processor_open (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/zbar/zbar-0.23.90/zbar/processor/
H A Dnull.c33 int _zbar_processor_open (zbar_processor_t *proc, in _zbar_processor_open() function
H A Dwin.c270 int _zbar_processor_open (zbar_processor_t *proc, in _zbar_processor_open() function
278 (void*)_zbar_processor_open, (HINSTANCE*)&hmod)) in _zbar_processor_open()
H A Dx.c150 int _zbar_processor_open (zbar_processor_t *proc, in _zbar_processor_open() function
/dports/graphics/zbar/zbar-0.23.90/zbar/
H A Dprocessor.h122 extern int _zbar_processor_open(zbar_processor_t*, char*, unsigned, unsigned);
H A Dprocessor.c50 return(_zbar_processor_open(proc, "zbar barcode reader", width, height)); in proc_open()