Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chentao0707/ZBarAndroidSDK
/ functions
Functions
1,583 in github.com/chentao0707/ZBarAndroidSDK
⨍
Functions
1,583
◇
Types & classes
256
Function
ext_signal
ZBarBuild/jni/libiconv-1.14/srclib/sigprocmask.c:68
Method
finalize
()
ZBarBuild/src/net/sourceforge/zbar/Symbol.java:87
Method
finalize
()
ZBarBuild/src/net/sourceforge/zbar/ImageScanner.java:49
Method
finalize
()
ZBarBuild/src/net/sourceforge/zbar/Image.java:70
Method
finalize
()
ZBarBuild/src/net/sourceforge/zbar/SymbolSet.java:48
Method
flush
flush scanner pipeline. see zbar_scanner_flush()
ZBarBuild/jni/include/zbar/Scanner.h:85
Method
force_format
force specific input and output formats for debug/testing. see zbar_processor_force_format()
ZBarBuild/jni/include/zbar/Processor.h:173
Function
free_mem
ZBarBuild/jni/libiconv-1.14/srclib/setenv.c:326
Function
gb12345_mbtowc
ZBarBuild/jni/libiconv-1.14/lib/gb12345.h:35
Function
gb12345_wctomb
ZBarBuild/jni/libiconv-1.14/lib/gb12345.h:50
Function
gb18030_mbtowc
ZBarBuild/jni/libiconv-1.14/lib/gb18030.h:188
Function
gb18030_wctomb
ZBarBuild/jni/libiconv-1.14/lib/gb18030.h:306
Function
georgian_academy_mbtowc
ZBarBuild/jni/libiconv-1.14/lib/georgian_academy.h:34
Function
georgian_academy_wctomb
ZBarBuild/jni/libiconv-1.14/lib/georgian_academy.h:79
Function
georgian_ps_mbtowc
ZBarBuild/jni/libiconv-1.14/lib/georgian_ps.h:44
Function
georgian_ps_wctomb
ZBarBuild/jni/libiconv-1.14/lib/georgian_ps.h:96
Method
getBounds
Retrieve an approximate, axis-aligned bounding box for the symbol.
ZBarBuild/src/net/sourceforge/zbar/Symbol.java:144
Method
getCameraResolution
()
ZBarScanProjAll/src/com/obsessive/zbar/CameraConfigurationManager.java:117
Method
getComponents
Retrieve components of a composite result.
ZBarBuild/src/net/sourceforge/zbar/Symbol.java:194
Method
getConfigMask
Retrieve symbology boolean configs settings used during decode.
ZBarBuild/src/net/sourceforge/zbar/Symbol.java:112
Method
getCount
Retrieve current cache count. When the cache is enabled for the image_scanner this provides inter-frame reliability and redundancy information for vid
ZBarBuild/src/net/sourceforge/zbar/Symbol.java:139
Method
getCrop
Retrieve the crop region of the image.
ZBarBuild/src/net/sourceforge/zbar/Image.java:131
Method
getData
Retrieve data decoded from symbol as a String.
ZBarBuild/src/net/sourceforge/zbar/Symbol.java:118
Method
getDataBytes
Retrieve raw data bytes decoded from symbol.
ZBarBuild/src/net/sourceforge/zbar/Symbol.java:121
Method
getFormat
Retrieve the image format fourcc.
ZBarBuild/src/net/sourceforge/zbar/Image.java:102
Method
getLocationPoint
(int idx)
ZBarBuild/src/net/sourceforge/zbar/Symbol.java:181
Method
getModifierMask
Retrieve symbology characteristics detected during decode.
ZBarBuild/src/net/sourceforge/zbar/Symbol.java:115
Method
getOrientation
Retrieve general axis-aligned, orientation of decoded symbol.
ZBarBuild/src/net/sourceforge/zbar/Symbol.java:191
Method
getQuality
Retrieve a symbol confidence metric. Quality is an unscaled, relative quantity: larger values are better than smaller values, where "large" and "small
ZBarBuild/src/net/sourceforge/zbar/Symbol.java:128
Method
getScreenResolution
()
ZBarScanProjAll/src/com/obsessive/zbar/CameraConfigurationManager.java:121
Method
getSequence
Retrieve a "sequence" (page/frame) number associated with this image.
ZBarBuild/src/net/sourceforge/zbar/Image.java:110
Method
getSymbols
Retrieve the decoded results associated with this image.
ZBarBuild/src/net/sourceforge/zbar/Image.java:149
Method
getType
Retrieve type of decoded symbol.
ZBarBuild/src/net/sourceforge/zbar/Symbol.java:103
Method
get_addon_name
retrieve string name for last decode addon. see zbar_get_addon_name() @deprecated in 0.11
ZBarBuild/jni/include/zbar/Decoder.h:119
Method
get_addon_name
retrieve the string name for any addon. @deprecated in 0.11
ZBarBuild/jni/include/zbar/Symbol.h:325
Method
get_c_scanner
retrieve C scanner
ZBarBuild/jni/include/zbar/Scanner.h:150
Method
get_color
retrieve color of @em next element passed to Decoder. see zbar_decoder_get_color()
ZBarBuild/jni/include/zbar/Decoder.h:97
Method
get_color
retrieve last scanned color. see zbar_scanner_get_color()
ZBarBuild/jni/include/zbar/Scanner.h:132
Method
get_components
ZBarBuild/jni/include/zbar/Symbol.h:358
Method
get_count
retrieve inter-frame coherency count. see zbar_symbol_get_count() @since 0.5
ZBarBuild/jni/include/zbar/Symbol.h:345
Method
get_crop
retrieve the scan crop rectangle. see zbar_image_get_crop()
ZBarBuild/jni/include/zbar/Image.h:207
Method
get_data
retrieve last decoded data as a std::string. see zbar_decoder_get_data()
ZBarBuild/jni/include/zbar/Decoder.h:141
Method
get_data
return the image sample data. see zbar_image_get_data()
ZBarBuild/jni/include/zbar/Image.h:227
Method
get_data_chars
retrieve last decoded data in ASCII format as a char array. see zbar_decoder_get_data()
ZBarBuild/jni/include/zbar/Decoder.h:126
Method
get_data_length
retrieve length of decoded binary data. see zbar_decoder_get_data_length()
ZBarBuild/jni/include/zbar/Decoder.h:148
Method
get_data_length
retrieve length of binary data
ZBarBuild/jni/include/zbar/Symbol.h:337
Method
get_data_length
return the size of the image sample data. see zbar_image_get_data_length() @since 0.6
ZBarBuild/jni/include/zbar/Image.h:235
Method
get_data_string
retrieve last decoded data as a std::string. see zbar_decoder_get_data()
ZBarBuild/jni/include/zbar/Decoder.h:133
Method
get_direction
retrieve last decode direction. see zbar_decoder_get_direction() @since 0.11
ZBarBuild/jni/include/zbar/Decoder.h:156
Method
get_fd
retrieve file descriptor associated with open *nix video device. see zbar_video_get_fd()
ZBarBuild/jni/include/zbar/Video.h:102
Method
get_format
retrieve the image format. see zbar_image_get_format()
ZBarBuild/jni/include/zbar/Image.h:137
Method
get_height
retrieve the height of the image. see zbar_image_get_height()
ZBarBuild/jni/include/zbar/Image.h:183
Method
get_height
retrieve current output image height. see zbar_video_get_height()
ZBarBuild/jni/include/zbar/Video.h:116
Method
get_location_size
see zbar_symbol_get_loc_size().
ZBarBuild/jni/include/zbar/Symbol.h:377
Method
get_location_x
see zbar_symbol_get_loc_x().
ZBarBuild/jni/include/zbar/Symbol.h:383
Method
get_location_y
see zbar_symbol_get_loc_y().
ZBarBuild/jni/include/zbar/Symbol.h:389
Method
get_orientation
see zbar_symbol_get_orientation(). @since 0.11
ZBarBuild/jni/include/zbar/Symbol.h:396
Method
get_quality
retrieve loosely defined relative quality metric. see zbar_symbol_get_quality() @since 0.11
ZBarBuild/jni/include/zbar/Symbol.h:353
Method
get_results
retrieve decode results for last scanned image. @see zbar_processor_get_results() @since 0.10
ZBarBuild/jni/include/zbar/Processor.h:133
Method
get_results
retrieve decode results for last scanned image. @see zbar_image_scanner_get_results() @since 0.10
ZBarBuild/jni/include/zbar/ImageScanner.h:105
Method
get_sequence
retrieve a "sequence" (page/frame) number associated with this image. see zbar_image_get_sequence() @since 0.6
ZBarBuild/jni/include/zbar/Image.h:161
Method
get_size
ZBarBuild/jni/include/zbar/Symbol.h:95
Method
get_size
retrieve both dimensions of the image. see zbar_image_get_size() @since 0.11
ZBarBuild/jni/include/zbar/Image.h:191
Method
get_symbol_name
retrieve string name of last decoded symbol type. see zbar_get_symbol_name()
ZBarBuild/jni/include/zbar/Decoder.h:111
Method
get_symbols
ZBarBuild/jni/include/zbar/Image.h:281
Method
get_type
retrieve last decoded symbol type. see zbar_decoder_get_type()
ZBarBuild/jni/include/zbar/Decoder.h:104
Method
get_type
retrieve last scan result.
ZBarBuild/jni/include/zbar/Scanner.h:138
Method
get_type
retrieve type of decoded symbol.
ZBarBuild/jni/include/zbar/Symbol.h:312
Method
get_width
retrieve last scanned width. see zbar_scanner_get_width()
ZBarBuild/jni/include/zbar/Scanner.h:125
Method
get_width
retrieve the width of the image. see zbar_image_get_width()
ZBarBuild/jni/include/zbar/Image.h:176
Method
get_width
retrieve current output image width. see zbar_video_get_width()
ZBarBuild/jni/include/zbar/Video.h:109
Function
getpagesize
ZBarBuild/jni/libiconv-1.14/srclib/unistd.in.h:800
Function
getpagesize
ZBarBuild/jni/libiconv-1.14/srclib/unistd.h:1112
Function
hp_roman8_mbtowc
ZBarBuild/jni/libiconv-1.14/lib/hp_roman8.h:46
Function
hp_roman8_wctomb
ZBarBuild/jni/libiconv-1.14/lib/hp_roman8.h:94
Function
hz_mbtowc
ZBarBuild/jni/libiconv-1.14/lib/hz.h:30
Function
hz_reset
ZBarBuild/jni/libiconv-1.14/lib/hz.h:150
Function
hz_wctomb
ZBarBuild/jni/libiconv-1.14/lib/hz.h:99
Function
iconv_open_into
ZBarBuild/jni/libiconv-1.14/lib/iconv.c:279
Function
iconv_string
ZBarBuild/jni/libiconv-1.14/extras/iconv_string.c:13
Function
if
ZBarBuild/jni/zbar/error.c:162
Method
init
(re)initialize Symbol from C symbol object.
ZBarBuild/jni/include/zbar/Symbol.h:411
Method
init
opens a video input device and/or prepares to display output. see zbar_processor_init()
ZBarBuild/jni/include/zbar/Processor.h:71
Function
init_source
ZBarBuild/jni/zbar/jpeg.c:62
Function
initialize
ZBarBuild/jni/zbar/refcnt.c:31
Function
intsort
ZBarBuild/jni/zbar/convert.c:167
Method
isOpen
()
ZBarScanProjAll/src/com/obsessive/zbar/CameraManager.java:84
Method
is_visible
retrieve the current state of the ouput window. see zbar_processor_is_visible()
ZBarBuild/jni/include/zbar/Processor.h:106
Function
iso2022_cn_ext_mbtowc
ZBarBuild/jni/libiconv-1.14/lib/iso2022_cnext.h:63
Function
iso2022_cn_ext_reset
ZBarBuild/jni/libiconv-1.14/lib/iso2022_cnext.h:557
Function
iso2022_cn_ext_wctomb
ZBarBuild/jni/libiconv-1.14/lib/iso2022_cnext.h:299
Function
iso2022_cn_mbtowc
ZBarBuild/jni/libiconv-1.14/lib/iso2022_cn.h:53
Function
iso2022_cn_reset
ZBarBuild/jni/libiconv-1.14/lib/iso2022_cn.h:299
Function
iso2022_cn_wctomb
ZBarBuild/jni/libiconv-1.14/lib/iso2022_cn.h:181
Function
iso2022_jp1_mbtowc
ZBarBuild/jni/libiconv-1.14/lib/iso2022_jp1.h:37
Function
iso2022_jp1_reset
ZBarBuild/jni/libiconv-1.14/lib/iso2022_jp1.h:245
Function
iso2022_jp1_wctomb
ZBarBuild/jni/libiconv-1.14/lib/iso2022_jp1.h:148
Function
iso2022_jp2_mbtowc
ZBarBuild/jni/libiconv-1.14/lib/iso2022_jp2.h:53
Function
iso2022_jp2_reset
ZBarBuild/jni/libiconv-1.14/lib/iso2022_jp2.h:655
Function
iso2022_jp2_wctomb
ZBarBuild/jni/libiconv-1.14/lib/iso2022_jp2.h:306
← previous
next →
1,101–1,200 of 1,583, ranked by callers