Home
last modified time | relevance | path

Searched refs:zbar_processor_set_active (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/zbar/zbar-0.23.90/test/
H A Dtest_proc.c136 if(zbar_processor_set_active(proc, 1)) in main()
144 if(zbar_processor_set_active(proc, 0)) in main()
/dports/graphics/zbar/zbar-0.23.90/zbar/
H A Dprocessor.c324 zbar_processor_set_active(proc, 0); in zbar_processor_init()
620 int zbar_processor_set_active (zbar_processor_t *proc, in zbar_processor_set_active() function
675 rc = zbar_processor_set_active(proc, 1); in zbar_process_one()
684 if(!streaming && zbar_processor_set_active(proc, 0)) in zbar_process_one()
/dports/graphics/zbar/zbar-0.23.90/zbarcam/
H A Dzbarcam.c329 if(zbar_processor_set_active(proc, active)) in main()
356 if(zbar_processor_set_active(proc, active)) in main()
/dports/graphics/zbar/zbar-0.23.90/include/zbar/
H A DProcessor.h126 if(zbar_processor_set_active(_processor, active) < 0)
/dports/graphics/p5-Barcode-ZBar/Barcode-ZBar-0.04/
H A DZBar.xs534 zbar_processor_set_active(processor, active=1)
538 check_error(zbar_processor_set_active(processor, active),
/dports/graphics/zbar/zbar-0.23.90/python/
H A Dprocessor.c136 rc = zbar_processor_set_active(self->zproc, val); in processor_set_bool()
/dports/graphics/zbar/zbar-0.23.90/perl/
H A DZBar.xs612 zbar_processor_set_active(processor, active=1)
616 check_error(zbar_processor_set_active(processor, active),
/dports/graphics/zbar/zbar-0.23.90/include/
H A Dzbar.h965 extern int zbar_processor_set_active(zbar_processor_t *processor,