MCPcopy Create free account

hub / github.com/chentao0707/ZBarAndroidSDK / functions

Functions1,583 in github.com/chentao0707/ZBarAndroidSDK

↓ 1 callersMethoditerator
Retrieve an iterator over the Symbol elements in this collection.
ZBarBuild/src/net/sourceforge/zbar/SymbolSet.java:64
↓ 1 callersFunctionjohab_hangul_decompose
ZBarBuild/jni/libiconv-1.14/lib/johab_hangul.h:233
↓ 1 callersFunctionjohab_hangul_mbtowc
ZBarBuild/jni/libiconv-1.14/lib/johab_hangul.h:104
↓ 1 callersFunctionlookup_sequence
ZBarBuild/jni/zbar/decoder/databar.c:666
↓ 1 callersFunctionmain1
ZBarBuild/jni/libiconv-1.14/tests/test-shiftseq.c:32
↓ 1 callersFunctionmain2
ZBarBuild/jni/libiconv-1.14/tests/test-shiftseq.c:66
↓ 1 callersFunctionmatch_segment
ZBarBuild/jni/zbar/decoder/databar.c:564
↓ 1 callersFunctionmatch_segment_exp
ZBarBuild/jni/zbar/decoder/databar.c:705
↓ 1 callersFunctionmerge_segment
ZBarBuild/jni/zbar/decoder/databar.c:533
↓ 1 callersMethodnext
Retrieves the next element in the iteration.
ZBarBuild/src/net/sourceforge/zbar/SymbolIterator.java:46
↓ 1 callersFunctionnull_error
ZBarBuild/jni/zbar/video/null.c:26
↓ 1 callersMethodopen
open and probe a video device.
ZBarBuild/jni/include/zbar/Video.h:70
↓ 1 callersMethodopenDriver
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 callersFunctionorig_lstat
ZBarBuild/jni/libiconv-1.14/srclib/lstat.c:35
↓ 1 callersFunctionoutput_title
* Outputs the file title. */
ZBarBuild/jni/libiconv-1.14/tools/cjk_tab_to_h.c:76
↓ 1 callersFunctionpdf417_decode8
ZBarBuild/jni/zbar/decoder/pdf417.c:38
↓ 1 callersFunctionpdf417_decode_start
ZBarBuild/jni/zbar/decoder/pdf417.c:97
↓ 1 callersFunctionpostprocess
resolve scan direction and convert to ASCII */
ZBarBuild/jni/zbar/decoder/code93.c:270
↓ 1 callersFunctionpostprocess
copy result to output buffer */
ZBarBuild/jni/zbar/decoder/ean.c:704
↓ 1 callersFunctionpostprocess
resolve scan direction and convert to ASCII */
ZBarBuild/jni/zbar/decoder/code128.c:328
↓ 1 callersFunctionprepare_relocate
ZBarBuild/jni/libiconv-1.14/srclib/progreloc.c:287
↓ 1 callersFunctionprint_errno_message
ZBarBuild/jni/libiconv-1.14/srclib/error.c:164
↓ 1 callersFunctionprint_version
ZBarBuild/jni/libiconv-1.14/src/iconv.c:190
↓ 1 callersFunctionproc_poll_inputs
ZBarBuild/jni/zbar/processor/posix.c:232
↓ 1 callersFunctionproc_wait_unthreaded
ZBarBuild/jni/zbar/processor/lock.c:158
↓ 1 callersFunctionqr_aff_init
ZBarBuild/jni/zbar/qrcode/qrdec.c:637
↓ 1 callersFunctionqr_code_data_list_add
ZBarBuild/jni/zbar/qrcode/qrdec.c:3464
↓ 1 callersFunctionqr_code_data_list_clear
ZBarBuild/jni/zbar/qrcode/qrdec.c:3457
↓ 1 callersFunctionqr_code_data_list_extract_text
ZBarBuild/jni/zbar/qrcode/qrdectxt.c:50
↓ 1 callersFunctionqr_code_data_parse
ZBarBuild/jni/zbar/qrcode/qrdec.c:3186
↓ 1 callersFunctionqr_code_ncodewords
The total number of codewords in a QR code.*/
ZBarBuild/jni/zbar/qrcode/qrdec.c:3484
↓ 1 callersFunctionqr_data_mask_fill
Generate the data mask corresponding to the given mask pattern.*/
ZBarBuild/jni/zbar/qrcode/qrdec.c:2832
↓ 1 callersFunctionqr_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 callersFunctionqr_finder_dump_aff_undistorted
ZBarBuild/jni/zbar/qrcode/qrdec.c:1336
↓ 1 callersFunctionqr_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 callersFunctionqr_gatos_mask
Compute the final binarization mask according to Gatos et al.'s method~\cite{GPP06}.*/
ZBarBuild/jni/zbar/qrcode/binarize.c:430
↓ 1 callersFunctionqr_handler
ZBarBuild/jni/zbar/img_scanner.c:362
↓ 1 callersFunctionqr_hom_fit
ZBarBuild/jni/zbar/qrcode/qrdec.c:1916
↓ 1 callersFunctionqr_hom_init
ZBarBuild/jni/zbar/qrcode/qrdec.c:700
↓ 1 callersFunctionqr_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 callersFunctionqr_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 callersFunctionqr_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 callersFunctionqr_line_isect
ZBarBuild/jni/zbar/qrcode/qrdec.c:604
↓ 1 callersFunctionqr_pack_buf_init
ZBarBuild/jni/zbar/qrcode/qrdec.c:3134
↓ 1 callersFunctionqr_reader_init
Initializes a client reader handle.*/
ZBarBuild/jni/zbar/qrcode/qrdec.c:75
↓ 1 callersFunctionqr_reader_match_centers
ZBarBuild/jni/zbar/qrcode/qrdec.c:3884
↓ 1 callersFunctionqr_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 callersFunctionqr_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 callersFunctionqr_sampling_grid_clear
ZBarBuild/jni/zbar/qrcode/qrdec.c:2761
↓ 1 callersFunctionqr_sampling_grid_dump
ZBarBuild/jni/zbar/qrcode/qrdec.c:2769
↓ 1 callersFunctionqr_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 callersFunctionqr_sampling_grid_sample
ZBarBuild/jni/zbar/qrcode/qrdec.c:2950
↓ 1 callersFunctionqr_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 callersFunctionqr_svg_centers
ZBarBuild/jni/zbar/qrcode/qrdec.c:3982
↓ 1 callersFunctionqr_svg_points
ZBarBuild/jni/zbar/qrcode/qrdec.c:2578
↓ 1 callersFunctionread_table_ksc5601
* Reads the charset2uni table from standard input. */
ZBarBuild/jni/libiconv-1.14/tools/cjk_tab_to_h.c:1064
↓ 1 callersMethodreleaseCamera
()
ZBarScanProjAll/src/com/obsessive/zbar/CaptureActivity.java:127
↓ 1 callersFunctionrelocate
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 callersFunctionrelocate_libdirs
Relocate the list of directories that contain the libraries. */
ZBarBuild/jni/libiconv-1.14/srclib/relocwrapper.c:122
↓ 1 callersFunctionrs_calc_syndrome
Computes the syndrome of a codeword.*/
ZBarBuild/jni/zbar/qrcode/rs.c:373
↓ 1 callersFunctionrs_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 callersFunctionrs_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 callersFunctionrs_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 callersFunctionrs_poly_copy
ZBarBuild/jni/zbar/qrcode/rs.c:334
↓ 1 callersFunctionrs_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 callersFunctionrs_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 callersFunctionrs_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 callersMethodscanImage
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 callersMethodsetCrop
Specify the crop region of the image.
ZBarBuild/src/net/sourceforge/zbar/Image.java:134
↓ 1 callersMethodsetData
Specify image sample data.
ZBarBuild/src/net/sourceforge/zbar/Image.java:143
↓ 1 callersFunctionset_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 callersFunctionset_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 callersFunctionset_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 callersFunctionset_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 callersFunctionset_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 callersFunctionset_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 callersFunctionsigfillset
ZBarBuild/jni/libiconv-1.14/srclib/sigprocmask.c:150
↓ 1 callersFunctionstreq1
ZBarBuild/jni/libiconv-1.14/srclib/streq.h:138
↓ 1 callersFunctionstreq2
ZBarBuild/jni/libiconv-1.14/srclib/streq.h:124
↓ 1 callersFunctionstreq3
ZBarBuild/jni/libiconv-1.14/srclib/streq.h:110
↓ 1 callersFunctionstreq4
ZBarBuild/jni/libiconv-1.14/srclib/streq.h:96
↓ 1 callersFunctionstreq5
ZBarBuild/jni/libiconv-1.14/srclib/streq.h:82
↓ 1 callersFunctionstreq6
ZBarBuild/jni/libiconv-1.14/srclib/streq.h:68
↓ 1 callersFunctionstreq7
ZBarBuild/jni/libiconv-1.14/srclib/streq.h:54
↓ 1 callersFunctionstreq8
ZBarBuild/jni/libiconv-1.14/srclib/streq.h:40
↓ 1 callersFunctionstreq9
ZBarBuild/jni/libiconv-1.14/srclib/streq.h:34
↓ 1 callersFunctionstrerror_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 callersFunctionsubst_mb_to_mb_fallback
ZBarBuild/jni/libiconv-1.14/src/iconv.c:598
↓ 1 callersFunctionsvg_close
ZBarBuild/jni/zbar/svg.c:82
↓ 1 callersFunctionsvg_image
ZBarBuild/jni/zbar/svg.c:101
↓ 1 callersFunctionsvg_open
ZBarBuild/jni/zbar/svg.c:73
↓ 1 callersFunctiontext_is_ascii
ZBarBuild/jni/zbar/qrcode/qrdectxt.c:19
↓ 1 callersFunctiontext_is_latin1
ZBarBuild/jni/zbar/qrcode/qrdectxt.c:27
↓ 1 callersFunctionuc_width
Determine number of column positions required for UC. */
ZBarBuild/jni/libiconv-1.14/srclib/uniwidth/width.c:314
↓ 1 callersFunctionuhc_1_mbtowc
ZBarBuild/jni/libiconv-1.14/lib/uhc_1.h:806
↓ 1 callersFunctionuhc_1_wctomb
ZBarBuild/jni/libiconv-1.14/lib/uhc_1.h:1699
↓ 1 callersFunctionuhc_2_mbtowc
ZBarBuild/jni/libiconv-1.14/lib/uhc_2.h:488
↓ 1 callersFunctionuhc_2_wctomb
ZBarBuild/jni/libiconv-1.14/lib/uhc_2.h:996
↓ 1 callersFunctionv4l1_init_window
ZBarBuild/jni/zbar/video/v4l1.c:328
↓ 1 callersFunctionv4l1_mmap_buffers
ZBarBuild/jni/zbar/video/v4l1.c:123
← previousnext →601–700 of 1,583, ranked by callers