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
↓ 1 callers
Method
iterator
Retrieve an iterator over the Symbol elements in this collection.
ZBarBuild/src/net/sourceforge/zbar/SymbolSet.java:64
↓ 1 callers
Function
johab_hangul_decompose
ZBarBuild/jni/libiconv-1.14/lib/johab_hangul.h:233
↓ 1 callers
Function
johab_hangul_mbtowc
ZBarBuild/jni/libiconv-1.14/lib/johab_hangul.h:104
↓ 1 callers
Function
lookup_sequence
ZBarBuild/jni/zbar/decoder/databar.c:666
↓ 1 callers
Function
main1
ZBarBuild/jni/libiconv-1.14/tests/test-shiftseq.c:32
↓ 1 callers
Function
main2
ZBarBuild/jni/libiconv-1.14/tests/test-shiftseq.c:66
↓ 1 callers
Function
match_segment
ZBarBuild/jni/zbar/decoder/databar.c:564
↓ 1 callers
Function
match_segment_exp
ZBarBuild/jni/zbar/decoder/databar.c:705
↓ 1 callers
Function
merge_segment
ZBarBuild/jni/zbar/decoder/databar.c:533
↓ 1 callers
Method
next
Retrieves the next element in the iteration.
ZBarBuild/src/net/sourceforge/zbar/SymbolIterator.java:46
↓ 1 callers
Function
null_error
ZBarBuild/jni/zbar/video/null.c:26
↓ 1 callers
Method
open
open and probe a video device.
ZBarBuild/jni/include/zbar/Video.h:70
↓ 1 callers
Method
openDriver
Opens the camera driver and initializes the hardware parameters. @param holder The surface object which the camera will draw preview frame
ZBarScanProjAll/src/com/obsessive/zbar/CameraManager.java:39
↓ 1 callers
Function
orig_lstat
ZBarBuild/jni/libiconv-1.14/srclib/lstat.c:35
↓ 1 callers
Function
output_title
* Outputs the file title. */
ZBarBuild/jni/libiconv-1.14/tools/cjk_tab_to_h.c:76
↓ 1 callers
Function
pdf417_decode8
ZBarBuild/jni/zbar/decoder/pdf417.c:38
↓ 1 callers
Function
pdf417_decode_start
ZBarBuild/jni/zbar/decoder/pdf417.c:97
↓ 1 callers
Function
postprocess
resolve scan direction and convert to ASCII */
ZBarBuild/jni/zbar/decoder/code93.c:270
↓ 1 callers
Function
postprocess
copy result to output buffer */
ZBarBuild/jni/zbar/decoder/ean.c:704
↓ 1 callers
Function
postprocess
resolve scan direction and convert to ASCII */
ZBarBuild/jni/zbar/decoder/code128.c:328
↓ 1 callers
Function
prepare_relocate
ZBarBuild/jni/libiconv-1.14/srclib/progreloc.c:287
↓ 1 callers
Function
print_errno_message
ZBarBuild/jni/libiconv-1.14/srclib/error.c:164
↓ 1 callers
Function
print_version
ZBarBuild/jni/libiconv-1.14/src/iconv.c:190
↓ 1 callers
Function
proc_poll_inputs
ZBarBuild/jni/zbar/processor/posix.c:232
↓ 1 callers
Function
proc_wait_unthreaded
ZBarBuild/jni/zbar/processor/lock.c:158
↓ 1 callers
Function
qr_aff_init
ZBarBuild/jni/zbar/qrcode/qrdec.c:637
↓ 1 callers
Function
qr_code_data_list_add
ZBarBuild/jni/zbar/qrcode/qrdec.c:3464
↓ 1 callers
Function
qr_code_data_list_clear
ZBarBuild/jni/zbar/qrcode/qrdec.c:3457
↓ 1 callers
Function
qr_code_data_list_extract_text
ZBarBuild/jni/zbar/qrcode/qrdectxt.c:50
↓ 1 callers
Function
qr_code_data_parse
ZBarBuild/jni/zbar/qrcode/qrdec.c:3186
↓ 1 callers
Function
qr_code_ncodewords
The total number of codewords in a QR code.*/
ZBarBuild/jni/zbar/qrcode/qrdec.c:3484
↓ 1 callers
Function
qr_data_mask_fill
Generate the data mask corresponding to the given mask pattern.*/
ZBarBuild/jni/zbar/qrcode/qrdec.c:2832
↓ 1 callers
Function
qr_finder_centers_locate
Locates a set of putative finder centers in the image. First we search for horizontal and vertical lines that have (dark:light:dark:light:dark) r
ZBarBuild/jni/zbar/qrcode/qrdec.c:406
↓ 1 callers
Function
qr_finder_dump_aff_undistorted
ZBarBuild/jni/zbar/qrcode/qrdec.c:1336
↓ 1 callers
Function
qr_finder_find_crossings
Finds horizontal clusters that cross corresponding vertical clusters, presumably corresponding to a finder center. _center: The buffer in whi
ZBarBuild/jni/zbar/qrcode/qrdec.c:306
↓ 1 callers
Function
qr_gatos_mask
Compute the final binarization mask according to Gatos et al.'s method~\cite{GPP06}.*/
ZBarBuild/jni/zbar/qrcode/binarize.c:430
↓ 1 callers
Function
qr_handler
ZBarBuild/jni/zbar/img_scanner.c:362
↓ 1 callers
Function
qr_hom_fit
ZBarBuild/jni/zbar/qrcode/qrdec.c:1916
↓ 1 callers
Function
qr_hom_init
ZBarBuild/jni/zbar/qrcode/qrdec.c:700
↓ 1 callers
Function
qr_ihypot
Computes sqrt(_x*_x+_y*_y) using CORDIC. This implementation is valid for all 32-bit inputs and returns a result accurate to about 27 bits of pre
ZBarBuild/jni/zbar/qrcode/util.c:42
↓ 1 callers
Function
qr_interpolate_background
Interpolates a background image given the source and a conservative foreground mask. If the current window contains no foreground pixels, the ave
ZBarBuild/jni/zbar/qrcode/binarize.c:327
↓ 1 callers
Function
qr_line_fit
Computes a line passing through the given point using the specified second order statistics. Given a line defined by the equation A*x+B*y+C =
ZBarBuild/jni/zbar/qrcode/qrdec.c:523
↓ 1 callers
Function
qr_line_isect
ZBarBuild/jni/zbar/qrcode/qrdec.c:604
↓ 1 callers
Function
qr_pack_buf_init
ZBarBuild/jni/zbar/qrcode/qrdec.c:3134
↓ 1 callers
Function
qr_reader_init
Initializes a client reader handle.*/
ZBarBuild/jni/zbar/qrcode/qrdec.c:75
↓ 1 callers
Function
qr_reader_match_centers
ZBarBuild/jni/zbar/qrcode/qrdec.c:3884
↓ 1 callers
Function
qr_reader_try_configuration
Searches for an arrangement of these three finder centers that yields a valid configuration. _c: On input, the three finder centers to consider i
ZBarBuild/jni/zbar/qrcode/qrdec.c:3647
↓ 1 callers
Function
qr_samples_unpack
Arranges the sample bits read by qr_sampling_grid_sample() into bytes and groups those bytes into Reed-Solomon blocks. The individual block point
ZBarBuild/jni/zbar/qrcode/qrdec.c:3025
↓ 1 callers
Function
qr_sampling_grid_clear
ZBarBuild/jni/zbar/qrcode/qrdec.c:2761
↓ 1 callers
Function
qr_sampling_grid_dump
ZBarBuild/jni/zbar/qrcode/qrdec.c:2769
↓ 1 callers
Function
qr_sampling_grid_init
Initialize the sampling grid for each region of the code. _version: The (decoded) version number. _ul_pos: The location of the UL finder patter
ZBarBuild/jni/zbar/qrcode/qrdec.c:2600
↓ 1 callers
Function
qr_sampling_grid_sample
ZBarBuild/jni/zbar/qrcode/qrdec.c:2950
↓ 1 callers
Function
qr_sauvola_mask
Computes a (conservative) foreground mask using the adaptive binarization threshold given in~\cite{SP00}, but knocking the threshold parameter down
ZBarBuild/jni/zbar/qrcode/binarize.c:201
↓ 1 callers
Function
qr_svg_centers
ZBarBuild/jni/zbar/qrcode/qrdec.c:3982
↓ 1 callers
Function
qr_svg_points
ZBarBuild/jni/zbar/qrcode/qrdec.c:2578
↓ 1 callers
Function
read_table_ksc5601
* Reads the charset2uni table from standard input. */
ZBarBuild/jni/libiconv-1.14/tools/cjk_tab_to_h.c:1064
↓ 1 callers
Method
releaseCamera
()
ZBarScanProjAll/src/com/obsessive/zbar/CaptureActivity.java:127
↓ 1 callers
Function
relocate
Returns the pathname, relocated according to the current installation directory. The returned string is either PATHNAME unmodified or a freshly
ZBarBuild/jni/libiconv-1.14/libcharset/lib/relocatable.c:405
↓ 1 callers
Function
relocate_libdirs
Relocate the list of directories that contain the libraries. */
ZBarBuild/jni/libiconv-1.14/srclib/relocwrapper.c:122
↓ 1 callers
Function
rs_calc_syndrome
Computes the syndrome of a codeword.*/
ZBarBuild/jni/zbar/qrcode/rs.c:373
↓ 1 callers
Function
rs_find_roots
Finds all the roots of an error-locator polynomial _lambda by evaluating it at successive values of alpha, and returns the positions of the associa
ZBarBuild/jni/zbar/qrcode/rs.c:466
↓ 1 callers
Function
rs_init_lambda
Initialize lambda to the product of (1-x*alpha**e[i]) for erasure locations e[i]. Note that the user passes in array indices counting from the be
ZBarBuild/jni/zbar/qrcode/rs.c:408
↓ 1 callers
Function
rs_modified_berlekamp_massey
From \cite{CC81}, p. 216. Returns the number of errors detected (degree of _lambda).*/
ZBarBuild/jni/zbar/qrcode/rs.c:421
↓ 1 callers
Function
rs_poly_copy
ZBarBuild/jni/zbar/qrcode/rs.c:334
↓ 1 callers
Function
rs_poly_div_x
Divide the polynomial by the free variable, x (shift the coefficients). The number of coefficients, _dp1, must be non-zero.*/
ZBarBuild/jni/zbar/qrcode/rs.c:347
↓ 1 callers
Function
rs_poly_mul_x
Multiply the polynomial by the free variable, x (shift the coefficients). The number of coefficients, _dp1, must be non-zero.*/
ZBarBuild/jni/zbar/qrcode/rs.c:340
↓ 1 callers
Function
rs_poly_mult
Compute the first (d+1) coefficients of the product of a degree e and a degree f polynomial.*/
ZBarBuild/jni/zbar/qrcode/rs.c:354
↓ 1 callers
Method
scanImage
Scan for symbols in provided Image. The image format must currently be "Y800" or "GRAY". @returns the number of symbols successfully decoded from the
ZBarBuild/src/net/sourceforge/zbar/ImageScanner.java:98
↓ 1 callers
Method
setCrop
Specify the crop region of the image.
ZBarBuild/src/net/sourceforge/zbar/Image.java:134
↓ 1 callers
Method
setData
Specify image sample data.
ZBarBuild/src/net/sourceforge/zbar/Image.java:143
↓ 1 callers
Function
set_program_name_and_installdir
Set program_name, based on argv[0], and original installation prefix and directory, for relocatability. */
ZBarBuild/jni/libiconv-1.14/srclib/progreloc.c:310
↓ 1 callers
Function
set_relocation_prefix
Sets the original and the current installation prefix of the package. Relocation simply replaces a pathname starting with the original prefix by
ZBarBuild/jni/libiconv-1.14/lib/relocatable.c:142
↓ 1 callers
Function
set_relocation_prefix
Sets the original and the current installation prefix of the package. Relocation simply replaces a pathname starting with the original prefix by
ZBarBuild/jni/libiconv-1.14/libcharset/lib/relocatable.c:142
↓ 1 callers
Function
set_this_relocation_prefix
Sets the original and the current installation prefix of this module. Relocation simply replaces a pathname starting with the original prefix by
ZBarBuild/jni/libiconv-1.14/lib/relocatable.c:104
↓ 1 callers
Function
set_this_relocation_prefix
Sets the original and the current installation prefix of this module. Relocation simply replaces a pathname starting with the original prefix by
ZBarBuild/jni/libiconv-1.14/libcharset/lib/relocatable.c:104
↓ 1 callers
Function
set_this_relocation_prefix
Sets the original and the current installation prefix of this module. Relocation simply replaces a pathname starting with the original prefix by
ZBarBuild/jni/libiconv-1.14/srclib/relocatable.c:102
↓ 1 callers
Function
sigfillset
ZBarBuild/jni/libiconv-1.14/srclib/sigprocmask.c:150
↓ 1 callers
Function
streq1
ZBarBuild/jni/libiconv-1.14/srclib/streq.h:138
↓ 1 callers
Function
streq2
ZBarBuild/jni/libiconv-1.14/srclib/streq.h:124
↓ 1 callers
Function
streq3
ZBarBuild/jni/libiconv-1.14/srclib/streq.h:110
↓ 1 callers
Function
streq4
ZBarBuild/jni/libiconv-1.14/srclib/streq.h:96
↓ 1 callers
Function
streq5
ZBarBuild/jni/libiconv-1.14/srclib/streq.h:82
↓ 1 callers
Function
streq6
ZBarBuild/jni/libiconv-1.14/srclib/streq.h:68
↓ 1 callers
Function
streq7
ZBarBuild/jni/libiconv-1.14/srclib/streq.h:54
↓ 1 callers
Function
streq8
ZBarBuild/jni/libiconv-1.14/srclib/streq.h:40
↓ 1 callers
Function
streq9
ZBarBuild/jni/libiconv-1.14/srclib/streq.h:34
↓ 1 callers
Function
strerror_override
If ERRNUM maps to an errno value defined by gnulib, return a string describing the error. Otherwise return NULL. */
ZBarBuild/jni/libiconv-1.14/srclib/strerror-override.c:34
↓ 1 callers
Function
subst_mb_to_mb_fallback
ZBarBuild/jni/libiconv-1.14/src/iconv.c:598
↓ 1 callers
Function
svg_close
ZBarBuild/jni/zbar/svg.c:82
↓ 1 callers
Function
svg_image
ZBarBuild/jni/zbar/svg.c:101
↓ 1 callers
Function
svg_open
ZBarBuild/jni/zbar/svg.c:73
↓ 1 callers
Function
text_is_ascii
ZBarBuild/jni/zbar/qrcode/qrdectxt.c:19
↓ 1 callers
Function
text_is_latin1
ZBarBuild/jni/zbar/qrcode/qrdectxt.c:27
↓ 1 callers
Function
uc_width
Determine number of column positions required for UC. */
ZBarBuild/jni/libiconv-1.14/srclib/uniwidth/width.c:314
↓ 1 callers
Function
uhc_1_mbtowc
ZBarBuild/jni/libiconv-1.14/lib/uhc_1.h:806
↓ 1 callers
Function
uhc_1_wctomb
ZBarBuild/jni/libiconv-1.14/lib/uhc_1.h:1699
↓ 1 callers
Function
uhc_2_mbtowc
ZBarBuild/jni/libiconv-1.14/lib/uhc_2.h:488
↓ 1 callers
Function
uhc_2_wctomb
ZBarBuild/jni/libiconv-1.14/lib/uhc_2.h:996
↓ 1 callers
Function
v4l1_init_window
ZBarBuild/jni/zbar/video/v4l1.c:328
↓ 1 callers
Function
v4l1_mmap_buffers
ZBarBuild/jni/zbar/video/v4l1.c:123
← previous
next →
601–700 of 1,583, ranked by callers