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

  /external/libvpx/
ivfdec.c 36 unsigned int fourcc; member in struct:__anon5202
295 unsigned int *fourcc,
315 *fourcc = mem_get_le32(raw_hdr + 8);
340 unsigned int is_ivf, fourcc; local
468 is_ivf = file_is_ivf(infile, &fourcc, &width, &height,
493 /* Try to determine the codec from the fourcc. */
495 if ((fourcc & ifaces[i].fourcc_mask) == ifaces[i].fourcc)
ivfenc.c 44 unsigned int fourcc; member in struct:codec_item
315 unsigned int *fourcc,
339 *fourcc = mem_get_le32(raw_hdr + 8);
355 unsigned int fourcc,
369 mem_put_le32(header + 8, fourcc); /* headersize */
619 unsigned int file_type, fourcc; local
904 else if (file_is_ivf(infile, &fourcc, &cfg.g_w, &cfg.g_h, detect.buf))
907 switch (fourcc)
916 fprintf(stderr, "Unsupported fourcc (%08x) in IVF\n", fourcc);
    [all...]
  /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/examples/
encoder_tmpl.c 23 #define fourcc 0x30385056 macro
80 mem_put_le32(header+8, fourcc); /* headersize */
  /frameworks/base/include/media/stagefright/
MPEG4Writer.h 45 void beginBox(const char *fourcc);
51 void writeFourcc(const char *fourcc);
  /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
  /frameworks/base/media/libstagefright/
MPEG4Writer.cpp 790 void MPEG4Writer::beginBox(const char *fourcc) {
791 CHECK_EQ(strlen(fourcc), 4);
797 writeFourcc(fourcc);
    [all...]
MPEG4Extractor.cpp 235 static const char *FourCC2MIME(uint32_t fourcc) {
236 switch (fourcc) {
237 case FOURCC('m', 'p', '4', 'a'):
240 case FOURCC('s', 'a', 'm', 'r'):
243 case FOURCC('s', 'a', 'w', 'b'):
246 case FOURCC('m', 'p', '4', 'v'):
249 case FOURCC('s', '2', '6', '3'):
252 case FOURCC('a', 'v', 'c', '1'):
400 && path[0] == FOURCC('m', 'o', 'o', 'v')
401 && path[1] == FOURCC('u', 'd', 't', 'a'
    [all...]

Completed in 882 milliseconds