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

1 2 3 4

  /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/msmcobalt/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/msmcobalt/mm-video-v4l2/vidc/vdec/inc/
frameparser.h 85 unsigned char *start_code; member in class:frame_parse
  /bionic/libc/include/sys/
user.h 93 unsigned long start_code; member in struct:user
156 unsigned long start_code;
177 unsigned long start_code;
221 unsigned long start_code;
  /development/ndk/platforms/android-21/include/sys/
user.h 93 unsigned long start_code; member in struct:user
156 unsigned long start_code;
177 unsigned long start_code;
221 unsigned long start_code;
  /development/ndk/platforms/android-3/include/sys/
user.h 91 unsigned long start_code; member in struct:user
154 unsigned long start_code;
175 unsigned long start_code;
219 unsigned long start_code;
  /development/ndk/platforms/android-9/arch-x86/include/asm/
user32.h 72 __u32 start_code; member in struct:user32
user_32.h 74 unsigned long start_code; member in struct:user
89 #define HOST_TEXT_START_ADDR (u.start_code)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 145 uint32_t *start_code = (uint32_t *)bitstream; local
146 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)
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
user.h 91 unsigned long start_code; member in struct:user
154 unsigned long start_code;
175 unsigned long start_code;
219 unsigned long start_code;
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
user.h 91 unsigned long start_code; member in struct:user
154 unsigned long start_code;
175 unsigned long start_code;
219 unsigned long start_code;
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
user32.h 72 __u32 start_code; member in struct:user32
user_32.h 74 unsigned long start_code; member in struct:user
89 #define HOST_TEXT_START_ADDR (u.start_code)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
user.h 91 unsigned long start_code; member in struct:user
154 unsigned long start_code;
175 unsigned long start_code;
219 unsigned long start_code;
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
user.h 91 unsigned long start_code; member in struct:user
154 unsigned long start_code;
175 unsigned long start_code;
219 unsigned long start_code;
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
user.h 91 unsigned long start_code; member in struct:user
154 unsigned long start_code;
175 unsigned long start_code;
219 unsigned long start_code;
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
user32.h 72 __u32 start_code; member in struct:user32
user_32.h 74 unsigned long start_code; member in struct:user
89 #define HOST_TEXT_START_ADDR (u.start_code)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
user.h 91 unsigned long start_code; member in struct:user
154 unsigned long start_code;
175 unsigned long start_code;
219 unsigned long start_code;

Completed in 1223 milliseconds

1 2 3 4