HomeSort by relevance Sort by last modified time
    Searched refs:startCode (Results 1 - 25 of 30) sorted by null

1 2

  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OnedCode128Reader.cpp 109 for (int32_t startCode = CODE_START_A; startCode <= CODE_START_C;
110 startCode++) {
112 &counters, &CODE_PATTERNS[startCode][0], MAX_INDIVIDUAL_VARIANCE);
115 bestMatch = startCode;
179 int32_t startCode = (*startPatternInfo)[2];
181 switch (startCode) {
214 int32_t checksumTotal = startCode;
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderAVC.h 46 Encode_Status outputOneNALU(VideoEncOutputBuffer *outBuffer, bool startCode);
VideoEncoderAVC.cpp 534 VideoEncOutputBuffer *outBuffer, bool startCode) {
548 // check if we need startcode along with the payload
549 if (startCode) {
556 if (startCode) {
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py 547 #uint16 startCode[segCount] # Starting character code for each segment
552 def splitRange(startCode, endCode, cmap):
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)
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
CheckMethodAdapter.java 60 private boolean startCode;
351 startCode = true;
656 if (!startCode) {
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
session_info.cc 217 const unsigned char startCode[] = {0, 0, 0, 1};
218 memcpy(frame_buffer, startCode, kH264StartCodeLengthBytes);
jitter_buffer_unittest.cc 237 bool startCode) {
243 if (startCode) {
256 } else if (startCode && outData[i] == 0 && outData[i + 1] == 0) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vop.cpp 86 uint32 startCode;
101 status = BitstreamShowBits32HC(stream, &startCode);
103 if (startCode == VISUAL_OBJECT_SEQUENCE_START_CODE)
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-util-3.3.jar 
  /prebuilts/tools/common/asm-tools/
asm-util-4.0.jar 
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-util/3.3.1/
asm-util-3.3.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-util/5.0.1/
asm-util-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-util/5.0.3/
asm-util-5.0.3.jar 
  /frameworks/base/media/java/android/media/
ExifInterface.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.4/
jarjar-1.4.jar 
  /external/jacoco/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/
asm-debug-all-5.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.4/
asm-debug-all-5.0.4.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-debug-all/5.0.4/
asm-debug-all-5.0.4.jar 

Completed in 2064 milliseconds

1 2