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

Functions

int _zbar_processor_close (zbar_processor_t *proc)
 
int _zbar_processor_invalidate (zbar_processor_t *proc)
 
int _zbar_processor_open (zbar_processor_t *proc, char *name, unsigned w, unsigned h)
 
int _zbar_processor_set_size (zbar_processor_t *proc, unsigned width, unsigned height)
 
int _zbar_processor_set_visible (zbar_processor_t *proc, int vis)
 
static int null_error (void *m, const char *func)
 

Function Documentation

int _zbar_processor_close ( zbar_processor_t *  proc)

Referenced by _zbar_processor_handle_input(), and zbar_processor_init().

Here is the caller graph for this function:

int _zbar_processor_invalidate ( zbar_processor_t *  proc)

Referenced by _zbar_process_image(), and zbar_processor_set_active().

Here is the caller graph for this function:

int _zbar_processor_open ( zbar_processor_t *  proc,
char *  name,
unsigned  w,
unsigned  h 
)

Referenced by proc_open().

Here is the caller graph for this function:

int _zbar_processor_set_size ( zbar_processor_t *  proc,
unsigned  width,
unsigned  height 
)

Referenced by zbar_process_image(), and zbar_processor_set_visible().

Here is the caller graph for this function:

int _zbar_processor_set_visible ( zbar_processor_t *  proc,
int  vis 
)

Referenced by _zbar_processor_handle_input(), and zbar_processor_set_visible().

Here is the caller graph for this function:

static int null_error ( void m,
const char *  func 
)
inlinestatic

References err_capture(), SEV_ERROR, and zbar::ZBAR_ERR_UNSUPPORTED.

Referenced by _zbar_processor_close(), _zbar_processor_invalidate(), _zbar_processor_open(), _zbar_processor_set_size(), and _zbar_processor_set_visible().

Here is the call graph for this function:

Here is the caller graph for this function: