Home
last modified time | relevance | path

Searched refs:startCode (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OnedCode128Reader.cpp109 for (int32_t startCode = CODE_START_A; startCode <= CODE_START_C; in FindStartPattern() local
110 startCode++) { in FindStartPattern()
112 &counters, &CODE_PATTERNS[startCode][0], MAX_INDIVIDUAL_VARIANCE); in FindStartPattern()
115 bestMatch = startCode; in FindStartPattern()
179 int32_t startCode = (*startPatternInfo)[2]; in DecodeRow() local
181 switch (startCode) { in DecodeRow()
214 int32_t checksumTotal = startCode; in DecodeRow()
/external/fonttools/Lib/fontTools/ttLib/tables/
D_c_m_a_p.py552 def splitRange(startCode, endCode, cmap): argument
557 if startCode == endCode:
560 lastID = cmap[startCode]
561 lastCode = startCode
567 for code in range(startCode + 1, endCode + 1):
592 if b == startCode and e == endCode:
594 if b == startCode or e == endCode:
605 if subRanges[0][0] != startCode:
606 subRanges.insert(0, (startCode, subRanges[0][0] - 1))
657 startCode = allCodes[:segCount]
[all …]
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
DCheckMethodAdapter.java60 private boolean startCode; field in CheckMethodAdapter
351 startCode = true; in visitCode()
656 if (!startCode) { in checkStartCode()
/external/webrtc/webrtc/modules/video_coding/
Dsession_info.cc217 const unsigned char startCode[] = {0, 0, 0, 1}; in Insert() local
218 memcpy(frame_buffer, startCode, kH264StartCodeLengthBytes); in Insert()
Djitter_buffer_unittest.cc237 bool startCode) { in CheckOutFrame() argument
243 if (startCode) { in CheckOutFrame()
256 } else if (startCode && outData[i] == 0 && outData[i + 1] == 0) { in CheckOutFrame()