HomeSort by relevance Sort by last modified time
    Searched full:int32_t (Results 1 - 25 of 9112) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_SymbolInfo.h 15 int32_t dataCapacity,
16 int32_t errorCodewords,
17 int32_t matrixWidth,
18 int32_t matrixHeight,
19 int32_t dataRegions);
24 static CBC_SymbolInfo* lookup(int32_t dataCodewords, int32_t& e);
25 static CBC_SymbolInfo* lookup(int32_t dataCodewords,
27 int32_t& e);
28 static CBC_SymbolInfo* lookup(int32_t dataCodewords,
    [all...]
BC_DataMatrixBitMatrixParser.h 16 CFX_ByteArray* ReadCodewords(int32_t& e);
17 FX_BOOL ReadModule(int32_t row,
18 int32_t column,
19 int32_t numRows,
20 int32_t numColumns);
21 int32_t ReadUtah(int32_t row,
22 int32_t column,
23 int32_t numRows,
24 int32_t numColumns);
    [all...]
BC_DefaultPlacement.h 12 int32_t numcols,
13 int32_t numrows);
16 int32_t getNumrows();
17 int32_t getNumcols();
19 FX_BOOL getBit(int32_t col, int32_t row);
20 void setBit(int32_t col, int32_t row, FX_BOOL bit);
21 FX_BOOL hasBit(int32_t col, int32_t row);
    [all...]
BC_DataMatrixVersion.h 13 ECB(int32_t count, int32_t dataCodewords) {
18 int32_t GetCount() { return m_count; }
20 int32_t GetDataCodewords() { return m_dataCodewords; }
23 int32_t m_count;
24 int32_t m_dataCodewords;
28 ECBlocks(int32_t ecCodewords, ECB* ecBlocks) {
33 ECBlocks(int32_t ecCodewords, ECB* ecBlocks1, ECB* ecBlocks2) {
39 for (int32_t i = 0; i < m_ecBlocks.GetSize(); i++) {
45 int32_t GetECCodewords() { return m_ecCodewords; }
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264parse_sei.h 67 int32_t seq_param_set_id;
68 int32_t initial_cpb_removal_delay_nal;
69 int32_t initial_cpb_removal_delay_offset_nal;
70 int32_t initial_cpb_removal_delay_vcl;
71 int32_t initial_cpb_removal_delay_offset_vcl;
77 int32_t cpb_removal_delay;
78 int32_t dpb_output_delay;
79 int32_t pic_struct;
83 int32_t clock_timestamp_flag[MAX_NUM_CLOCK_TS];
84 int32_t ct_type[MAX_NUM_CLOCK_TS]
    [all...]
h264parse_dpb.h 32 extern void h264_dpb_insert_ref_lists(h264_DecodedPictureBuffer * p_dpb,int32_t NonExisting);
35 extern void h264_hdr_decoding_poc (h264_Info * pInfo,int32_t NonExisting, int32_t frame_num);
36 extern void h264_hdr_post_poc(h264_Info* pInfo,int32_t NonExisting, int32_t frame_num, int32_t use_old);
41 extern void h264_dpb_unmark_for_reference(h264_DecodedPictureBuffer *p_dpb, int32_t fs_idc);
42 extern void h264_dpb_unmark_for_long_term_reference(h264_DecodedPictureBuffer *p_dpb, int32_t fs_idc);
43 extern void h264_dpb_unmark_long_term_frame_for_reference_by_frame_idx(h264_DecodedPictureBuffer *p_dpb, int32_t long_term_frame_idx);
44 extern void h264_dpb_unmark_long_term_field_for_reference_by_frame_idx(h264_DecodedPictureBuffer *p_dpb, int32_t long_term_frame_idx, int32_t fs_idc, int32_t polarity)
    [all...]
  /external/pdfium/xfa/src/fxbarcode/common/
BC_CommonBitMatrix.h 14 FX_BOOL Get(int32_t x, int32_t y);
15 void Set(int32_t x, int32_t y);
16 void Flip(int32_t x, int32_t y);
18 void SetRegion(int32_t left,
19 int32_t top,
20 int32_t width,
21 int32_t height,
    [all...]
BC_CommonByteArray.h 11 int32_t m_size;
12 int32_t m_index;
17 CBC_CommonByteArray(int32_t size);
18 CBC_CommonByteArray(uint8_t* byteArray, int32_t size);
20 int32_t At(int32_t index);
21 void Set(int32_t index, int32_t value);
22 int32_t Size();
24 void AppendByte(int32_t value);
    [all...]
BC_CommonBitArray.h 12 CBC_CommonBitArray(int32_t size);
15 int32_t GetSize();
17 int32_t GetSizeInBytes();
18 FX_BOOL Get(int32_t i);
19 void Set(int32_t i);
20 void Flip(int32_t i);
21 void SetBulk(int32_t i, int32_t newBits);
22 FX_BOOL IsRange(int32_t start, int32_t end, FX_BOOL value, int32_t& e);
    [all...]
BC_CommonByteMatrix.h 11 CBC_CommonByteMatrix(int32_t width, int32_t height);
13 int32_t GetHeight();
14 int32_t GetWidth();
15 uint8_t Get(int32_t x, int32_t y);
18 void Set(int32_t x, int32_t y, int32_t value);
19 void Set(int32_t x, int32_t y, uint8_t value);
    [all...]
BC_WhiteRectangleDetector.h 15 int32_t initSize,
16 int32_t x,
17 int32_t y);
19 CFX_PtrArray* Detect(int32_t& e);
20 virtual void Init(int32_t& e);
23 int32_t Round(float d);
28 int32_t DistanceL2(FX_FLOAT aX, FX_FLOAT aY, FX_FLOAT bX, FX_FLOAT bY);
33 FX_BOOL ContainsBlackPoint(int32_t a,
34 int32_t b,
35 int32_t fixed,
    [all...]
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417ECModulusGF.h 13 CBC_PDF417ECModulusGF(int32_t modulus, int32_t generator, int32_t& e);
15 static void Initialize(int32_t& e);
19 CBC_PDF417ECModulusPoly* buildMonomial(int32_t degree,
20 int32_t coefficient,
21 int32_t& e);
22 int32_t add(int32_t a, int32_t b);
    [all...]
BC_PDF417Codeword.h 11 CBC_Codeword(int32_t startX, int32_t endX, int32_t bucket, int32_t value);
14 FX_BOOL isValidRowNumber(int32_t rowNumber);
16 int32_t getWidth();
17 int32_t getStartX();
18 int32_t getEndX();
19 int32_t getBucket();
20 int32_t getValue();
    [all...]
BC_PDF417Detector.h 18 int32_t hints,
20 int32_t& e);
26 static int32_t INDEXES_START_PATTERN[];
27 static int32_t INDEXES_STOP_PATTERN[];
28 static int32_t INTEGER_MATH_SHIFT;
29 static int32_t PATTERN_MATCH_RESULT_SCALE_FACTOR;
30 static int32_t MAX_AVG_VARIANCE;
31 static int32_t MAX_INDIVIDUAL_VARIANCE;
32 static int32_t START_PATTERN[];
33 static int32_t STOP_PATTERN[];
    [all...]
BC_PDF417BarcodeMetadata.h 12 CBC_BarcodeMetadata(int32_t columnCount,
13 int32_t rowCountUpperPart,
14 int32_t rowCountLowerPart,
15 int32_t errorCorrectionLevel);
17 int32_t getColumnCount();
18 int32_t getErrorCorrectionLevel();
19 int32_t getRowCount();
20 int32_t getRowCountUpperPart();
21 int32_t getRowCountLowerPart();
24 int32_t m_columnCount;
    [all...]
BC_PDF417.h 19 int32_t errorCorrectionLevel,
20 int32_t& e);
21 void setDimensions(int32_t maxCols,
22 int32_t minCols,
23 int32_t maxRows,
24 int32_t minRows);
29 static int32_t START_PATTERN;
30 static int32_t STOP_PATTERN;
31 static int32_t CODEWORD_TABLE[][1000];
38 int32_t m_minCols;
    [all...]
BC_PDF417Common.h 13 static int32_t getBitCountSum(CFX_Int32Array& moduleBitCount);
14 static int32_t getCodeword(FX_DWORD symbol);
15 static int32_t NUMBER_OF_CODEWORDS;
16 static int32_t MAX_CODEWORDS_IN_BARCODE;
17 static int32_t MIN_ROWS_IN_BARCODE;
18 static int32_t MAX_ROWS_IN_BARCODE;
19 static int32_t MAX_CODEWORDS_IN_ROW;
20 static int32_t MODULES_IN_CODEWORD;
21 static int32_t MODULES_IN_STOP_PATTERN;
22 static int32_t BARS_IN_MODULE;
    [all...]
BC_PDF417ScanningDecoder.h 31 int32_t minCodewordWidth,
32 int32_t maxCodewordWidth,
33 int32_t& e);
37 static int32_t CODEWORD_SKEW_SIZE;
38 static int32_t MAX_ERRORS;
39 static int32_t MAX_EC_CODEWORDS;
44 int32_t& e);
47 int32_t& e);
48 static int32_t getMax(CFX_Int32Array& values);
57 int32_t minCodewordWidth,
    [all...]
BC_PDF417HighLevelEncoder.h 18 int32_t& e);
24 static int32_t TEXT_COMPACTION;
25 static int32_t BYTE_COMPACTION;
26 static int32_t NUMERIC_COMPACTION;
27 static int32_t SUBMODE_PUNCTUATION;
28 static int32_t LATCH_TO_TEXT;
29 static int32_t LATCH_TO_BYTE_PADDED;
30 static int32_t LATCH_TO_NUMERIC;
31 static int32_t SHIFT_TO_BYTE;
32 static int32_t LATCH_TO_BYTE;
    [all...]
BC_PDF417Dimensions.h 11 CBC_Dimensions(int32_t minCols,
12 int32_t maxCols,
13 int32_t minRows,
14 int32_t maxRows);
16 int32_t getMinCols();
17 int32_t getMaxCols();
18 int32_t getMinRows();
19 int32_t getMaxRows();
22 int32_t m_minCols;
23 int32_t m_maxCols;
    [all...]
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderMatrixUtil.h 14 const static int32_t POSITION_DETECTION_PATTERN[7][7];
15 const static int32_t VERTICAL_SEPARATION_PATTERN[7][1];
16 const static int32_t HORIZONTAL_SEPARATION_PATTERN[1][8];
17 const static int32_t POSITION_ADJUSTMENT_PATTERN[5][5];
18 const static int32_t POSITION_ADJUSTMENT_PATTERN_COORDINATE_TABLE[40][7];
19 const static int32_t TYPE_INFO_COORDINATES[15][2];
20 const static int32_t VERSION_INFO_POLY;
21 const static int32_t TYPE_INFO_POLY;
22 const static int32_t TYPE_INFO_MASK_PATTERN;
27 static void ClearMatrix(CBC_CommonByteMatrix* matrix, int32_t& e);
    [all...]
BC_QRCoderEncoder.h 19 const static int32_t m_alphaNumbericTable[96];
28 int32_t& e,
29 int32_t versionSpecify = 0);
33 int32_t& e);
37 int32_t versionSpecify,
38 int32_t& e);
42 int32_t& e);
45 static int32_t GetAlphaNumericCode(int32_t code);
51 int32_t& e);
    [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Image.h 23 CJBig2_Image(int32_t w, int32_t h);
25 CJBig2_Image(int32_t w, int32_t h, int32_t stride, uint8_t* pBuf);
31 FX_BOOL getPixel(int32_t x, int32_t y);
33 int32_t setPixel(int32_t x, int32_t y, FX_BOOL v)
    [all...]
  /external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256.h 16 CBC_ReedSolomonGF256(int32_t primitive);
20 CBC_ReedSolomonGF256Poly* BuildMonomial(int32_t degree,
21 int32_t coefficient,
22 int32_t& e);
23 static int32_t AddOrSubtract(int32_t a, int32_t b);
24 int32_t Exp(int32_t a);
25 int32_t Log(int32_t a, int32_t& e);
    [all...]
  /external/pdfium/xfa/src/fgas/src/crt/
fx_utils.h 11 CFX_BaseMassArrayImp(int32_t iChunkSize, int32_t iBlockSize);
14 uint8_t* AddSpaceTo(int32_t index);
15 uint8_t* GetAt(int32_t index) const;
16 int32_t Append(const CFX_BaseMassArrayImp& src,
17 int32_t iStart = 0,
18 int32_t iCount = -1);
19 int32_t Copy(const CFX_BaseMassArrayImp& src,
20 int32_t iStart = 0,
21 int32_t iCount = -1);
    [all...]

Completed in 1038 milliseconds

1 2 3 4 5 6 7 8 91011>>