Lines Matching full:level
48 * - High level: Take the payload data and call qrcodegen_encodeText() or qrcodegen_encodeBinary().
49 * - Low level: Custom-make the list of segments and call
51 …* (Note that all ways require supplying the desired error correction level and various byte buffer…
58 * The error correction level in a QR Code symbol.
103 * The mid-level way to create a segment is to take the payload data
105 * The low-level way to create a segment is to custom-make the bit buffer
151 /*---- Functions (high level) to generate QR Codes ----*/
156 * at the given ECC level, then false is returned.
170 * data capacities per version, ECC level, and text encoding mode.
179 * at the given ECC level, then false is returned.
192 * data capacities per version, ECC level, and text encoding mode.
198 /*---- Functions (low level) to generate QR Codes ----*/
201 * Renders a QR Code representing the given segments at the given error correction level.
203 * QR Code creation succeeded, or false if the data is too long to fit in any version. The ECC level
207 …* This is a low-level API; the high-level API is qrcodegen_encodeText() and qrcodegen_encodeBinary…
220 * chosen for the output. Iff boostEcl is true, then the ECC level of the result
226 …* This is a low-level API; the high-level API is qrcodegen_encodeText() and qrcodegen_encodeBinary…