/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...] |
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/ |
extra_data_handler.cpp | 128 OMX_U32 i = 3, j=0, startcode; local 134 startcode = buf[0] << 16 | buf[1] <<8 | buf[2]; 136 if (!startcode) { 137 startcode |= buf[i++]; 139 if(startcode != H264_START_CODE) {
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/ |
extra_data_handler.cpp | 137 OMX_U32 i = 3, j=0, startcode; local 143 startcode = buf[0] << 16 | buf[1] <<8 | buf[2]; 145 if (!startcode) { 146 startcode |= buf[i++]; 149 if (startcode != H264_START_CODE) {
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/ |
extra_data_handler.cpp | 137 OMX_U32 i = 3, j=0, startcode; local 143 startcode = buf[0] << 16 | buf[1] <<8 | buf[2]; 145 if (!startcode) { 146 startcode |= buf[i++]; 149 if (startcode != H264_START_CODE) {
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
viddec_parse_sc_fast_loop.c | 185 /* No startcode found */
|
/external/sfntly/cpp/src/sfntly/table/core/ |
cmap_table.cc | 616 int32_t start_code = StartCode(segment); 643 int32_t CMapTable::CMapFormat4::StartCode(int32_t segment) { 647 return StartCode(data_.p_, seg_count_, segment); 669 int32_t CMapTable::CMapFormat4::StartCode(ReadableFontData* data, 807 first_char_in_segment_ = parent_->StartCode(segment_index_); 983 segment->set_start_count(CMapFormat4::StartCode(data, seg_count, index)); [all...] |
cmap_table.h | 426 // @param startCode the start code for the segment 441 int32_t StartCode(int32_t segment); 469 static int32_t StartCode(ReadableFontData* data,
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/ |
viddec_parse_sc_mp4.c | 13 For MP4 there are two startcode patterns LVH & SVH. LVH is same as other codecs (00 00 01), SVH
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
fpdf_font_cid.cpp | 631 FX_DWORD StartCode, EndCode; 637 EndCode = StartCode = m_CodePoints[0]; 643 StartCode = m_CodePoints[0]; 648 for (FX_DWORD code = StartCode; code <= EndCode; code++) { 649 m_pCMap->m_pMapping[code] = (FX_WORD)(StartCID + code - StartCode); 653 buf[0] = StartCode; 654 buf[1] = ((EndCode - StartCode) << 16) + StartCID; [all...] |
/external/pcre/dist/ |
pcre_study.c | 71 startcode pointer to start of the whole pattern's code 84 const pcre_uchar *startcode, int options, recurse_check *recurses, 138 d = find_minlength(re, cc, startcode, options, recurses, countptr); 398 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0)); 422 dd = find_minlength(re, cs, startcode, options, &this_recurse, 438 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1)); 459 d = find_minlength(re, cs, startcode, options, &this_recurse, 508 cs = ce = (pcre_uchar *)startcode + GET(cc, 1); 522 branchlength += find_minlength(re, cs, startcode, options, [all...] |
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
decode.c | 390 /* search the first 64 bytes for a startcode */ 403 VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Manually adding VC-1 startcode\n");
|
/system/core/toolbox/ |
ps.c | 126 nexttok(&ptr); // startcode
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/ |
CheckMethodAdapter.java | 60 private boolean startCode;
351 startCode = true;
656 if (!startCode) {
[all...] |
/external/libavc/encoder/ |
ih264e_bitstream.c | 419 * of inserting leading_zero_8bits (which makes startcode prefix as 0x00000001)
|
ih264e_bitstream.h | 430 * of inserting leading_zero_8bits (which makes startcode prefix as 0x00000001)
|
/external/webrtc/webrtc/modules/video_coding/ |
session_info.cc | 217 const unsigned char startCode[] = {0, 0, 0, 1}; 218 memcpy(frame_buffer, startCode, kH264StartCodeLengthBytes);
|
/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...] |
combined_decode.cpp | 249 at the end of the frame (i.e. no next startcode) break if the stuffing is valid */
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
MPEG2PSExtractor.cpp | 288 "with startcode.");
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
omx_vdec_test.cpp | 2837 unsigned int startcode = 0; local [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
H264TrackImpl.java | 251 LOG.fine("Found startcode at " + (pos -4) + " Type: " + nal_unit_type + " ref idc: " + nal_ref_idc + " (size " + size + ")");
|
/frameworks/av/media/libstagefright/ |
avc_utils.cpp | 273 // A valid startcode consists of at least two 0x00 bytes followed by 0x01.
|