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

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
user32.h 72 __u32 start_code; member in struct:user32
  /external/chromium_org/media/base/
container_names.cc 407 // Advance to the first set of |num_bits| bits that match |start_code|. |offset|
409 // number of bytes that must remain in the buffer when |start_code| is found.
410 // Returns true if start_code found (and enough space in the buffer after it),
417 uint32 start_code) {
426 if (((next >> bits_to_shift) & mask) == start_code)
884 // Advance to start_code, if there is one.
896 int start_code = ReadBits(&reader, 8); local
897 RCHECK(start_code < 0x30 || start_code > 0xaf); // 30..AF and
898 RCHECK(start_code < 0xb7 || start_code > 0xb9); // B7..B9 reserve
    [all...]
  /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...]
  /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/kernel-headers/original/linux/
sched.h 333 unsigned long start_code, end_code, start_data, end_data; member in struct:mm_struct
    [all...]
  /external/strace/
process.c     [all...]

Completed in 220 milliseconds

1 2 34