HomeSort by relevance Sort by last modified time
    Searched defs:fourcc (Results 1 - 7 of 7) sorted by null

  /external/libvpx/examples/
encoder_tmpl.c 23 #define fourcc 0x30385056 macro
80 mem_put_le32(header+8, fourcc); /* headersize */
  /bionic/libc/kernel/common/linux/
msm_q6vdec.h 92 u32 fourcc; member in struct:vdec_config
200 u32 fourcc; member in struct:vdec_dec_attributes
  /external/kernel-headers/original/linux/
msm_q6vdec.h 111 u32 fourcc; /* video format */ member in struct:vdec_config
219 u32 fourcc; member in struct:vdec_dec_attributes
  /external/libvpx/
vpxdec.c 52 unsigned int fourcc; member in struct:__anon5175
369 unsigned int *fourcc,
389 *fourcc = mem_get_le32(raw_hdr + 8);
427 unsigned int *fourcc,
447 *fourcc = ifaces[i].fourcc;
554 unsigned int *fourcc,
598 *fourcc = VP8_FOURCC;
692 unsigned int fourcc; local
830 if(file_is_ivf(infile, &fourcc, &width, &height, &fps_den
    [all...]
vpxenc.c 67 unsigned int fourcc; member in struct:codec_item
339 unsigned int *fourcc,
363 *fourcc = mem_get_le32(raw_hdr + 8);
379 unsigned int fourcc,
393 mem_put_le32(header + 8, fourcc); /* headersize */
1064 unsigned int file_type, fourcc; local
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6vdec.h 92 u32 fourcc; member in struct:vdec_config
200 u32 fourcc; member in struct:vdec_dec_attributes
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6vdec.h 92 u32 fourcc; member in struct:vdec_config
200 u32 fourcc; member in struct:vdec_dec_attributes

Completed in 1443 milliseconds