HomeSort by relevance Sort by last modified time
    Searched refs:start_code (Results 101 - 110 of 110) sorted by null

1 2 3 45

  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 616 int32_t start_code = StartCode(segment); local
617 return RetrieveGlyphId(segment, start_code, character);
621 int32_t start_code,
623 if (character < start_code) {
632 2 * (character - start_code));
672 int32_t start_code = data->ReadUShort(StartCodeOffset(seg_count) + local
674 return start_code;
    [all...]
  /external/strace/
process.c     [all...]
  /external/chromium_org/media/filters/
h264_parser.cc 268 const uint8* start_code = start + *offset; local
269 const uint8* start_code_end = start_code + *start_code_size;
271 start_code_range.Add(start_code, start_code_end + 1);
    [all...]
  /external/pcre/dist/
pcre_compile.c     [all...]
pcre_exec.c     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 232 start_code : If true, start code is detected,
262 boolean start_code = (size_of_nal_length_field==0)?true:false; local
264 if(start_code) {
332 if( start_code ) {
361 start_code : If true, start code is detected,
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 222 start_code : If true, start code is detected,
252 boolean start_code = (size_of_nal_length_field==0)?true:false; local
254 if (start_code) {
313 if ( start_code ) {
342 start_code : If true, start code is detected,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmllib.py 348 def start_code(self, attrs): self.start_tt(attrs) member in class:HTMLParser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmllib.py 348 def start_code(self, attrs): self.start_tt(attrs) member in class:HTMLParser
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
ExprNodes.py 4137 def start_code(self): member in class:SliceIndexNode
    [all...]

Completed in 1473 milliseconds

1 2 3 45