HomeSort by relevance Sort by last modified time
    Searched defs:start_code (Results 1 - 25 of 32) sorted by null

1 2

  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
hevc_utils.cpp 114 start_code : If true, start code is detected,
141 boolean start_code = (size_of_nal_length_field==0)?true:false; local
143 if (start_code) {
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
hevc_utils.cpp 114 start_code : If true, start code is detected,
141 boolean start_code = (size_of_nal_length_field==0)?true:false; local
143 if (start_code) {
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
hevc_utils.cpp 114 start_code : If true, start code is detected,
141 boolean start_code = (size_of_nal_length_field==0)?true:false; local
143 if (start_code) {
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
frameparser.h 83 unsigned char *start_code; member in class:frame_parse
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
frameparser.h 84 unsigned char *start_code; member in class:frame_parse
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
frameparser.h 85 unsigned char *start_code; member in class:frame_parse
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
frameparser.h 85 unsigned char *start_code; member in class:frame_parse
  /bionic/libc/include/sys/
user.h 94 unsigned long start_code; member in struct:user
106 #define HOST_TEXT_START_ADDR (u.start_code)
161 unsigned long start_code;
182 unsigned long start_code;
226 unsigned long start_code;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 137 uint32_t *start_code = (uint32_t *)bitstream; local
138 bool volHeader = *start_code == 0xB0010000;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_vc1_parser.c 231 unsigned char start_code = 0; local
240 start_code = *(unsigned char*)(cubby.buf + cubby.sc_end_pos);
303 if (start_code >= 0x0A && start_code <= 0x0F)
317 ITRACE("skipping unknown start code :%d", start_code);
968 if (parser->start_code != VC1_SC_FRM && parser->start_code != VC1_SC_FLD &&
969 parser->start_code != VC1_SC_SLC)
977 if (parser->start_code == VC1_SC_FRM || parser->start_code == VC1_SC_FLD
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
user.h 84 unsigned long start_code; member in struct:user
100 #define HOST_TEXT_START_ADDR (u.start_code)
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 256 uint8_t start_code[32]; member in struct:__anon30234::__anon30236
  /hardware/google/av/media/codecs/mpeg4_h263/
C2SoftMpeg4Dec.cpp 465 uint32_t *start_code = (uint32_t *)bitstream; local
466 bool volHeader = *start_code == 0xB0010000;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
htmllib.py 348 def start_code(self, attrs): self.start_tt(attrs) member in class:HTMLParser
  /external/python/cpython2/Lib/
htmllib.py 348 def start_code(self, attrs): self.start_tt(attrs) member in class:HTMLParser
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
user.h 85 unsigned long int start_code; member in struct:user
156 unsigned long int start_code; member in struct:user
172 #define HOST_TEXT_START_ADDR (u.start_code)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
htmllib.py 348 def start_code(self, attrs): self.start_tt(attrs) member in class:HTMLParser
  /prebuilts/gdb/linux-x86/lib/python2.7/
htmllib.py 348 def start_code(self, attrs): self.start_tt(attrs) member in class:HTMLParser
  /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
  /bionic/libc/kernel/uapi/linux/
prctl.h 97 __u64 start_code; member in struct:prctl_mm_map
  /external/kernel-headers/original/uapi/linux/
prctl.h 135 __u64 start_code; /* code section bounds */ member in struct:prctl_mm_map
  /external/pcre/dist2/src/
pcre2_dfa_match.c 393 PCRE2_SPTR start_code = mb->start_code; local
487 int bstate = (int)(end_code - start_code + 2 + 2*LINK_SIZE);
525 ADD_NEW((int)(end_code - start_code + length), 0);
634 code = start_code + state_offset;
756 ADD_ACTIVE((int)(code - start_code), 0);
764 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
    [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...]
  /external/v4l2_codec2/vda/
h264_parser.cc 375 const uint8_t* start_code = start + *offset; local
376 const uint8_t* start_code_end = start_code + *start_code_size;
378 start_code_range.Add(start_code, start_code_end + 1);
    [all...]

Completed in 1027 milliseconds

1 2