ZBar Bar Code Reader Library  version 0.10
pdf417.c File Reference
Include dependency graph for pdf417.c:

Macros

#define PDF417_STOP
 

Functions

zbar_symbol_type_t _zbar_decode_pdf417 (zbar_decoder_t *dcode)
 
static signed short pdf417_decode8 (zbar_decoder_t *dcode)
 
static signed char pdf417_decode_start (zbar_decoder_t *dcode)
 

Macro Definition Documentation

#define PDF417_STOP

Function Documentation

static signed short pdf417_decode8 ( zbar_decoder_t *  dcode)
inlinestatic

References _zbar_decoder_buf_dump(), decode_e(), dprintf, g, get_color(), get_width(), pdf417_hash, PDF417_HASH_MASK, PDF417_STOP, zassert, and zbar::ZBAR_SPACE.

Referenced by _zbar_decode_pdf417().

Here is the call graph for this function:

Here is the caller graph for this function:

static signed char pdf417_decode_start ( zbar_decoder_t *  dcode)
inlinestatic