Searched refs:fourcc (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/ |
D | vpxdec.c | 52 unsigned int fourcc; member 369 unsigned int *fourcc, in file_is_ivf() argument 389 *fourcc = mem_get_le32(raw_hdr + 8); in file_is_ivf() 427 unsigned int *fourcc, in file_is_raw() argument 447 *fourcc = ifaces[i].fourcc; in file_is_raw() 554 unsigned int *fourcc, in file_is_webm() argument 598 *fourcc = VP8_FOURCC; in file_is_webm() 692 unsigned int fourcc; in main() local 830 if(file_is_ivf(infile, &fourcc, &width, &height, &fps_den, in main() 833 else if(file_is_webm(&input, &fourcc, &width, &height, &fps_den, &fps_num)) in main() [all …]
|
D | vpxenc.c | 67 unsigned int fourcc; member 339 unsigned int *fourcc, in file_is_ivf() argument 363 *fourcc = mem_get_le32(raw_hdr + 8); in file_is_ivf() 379 unsigned int fourcc, in write_ivf_file_header() argument 393 mem_put_le32(header + 8, fourcc); /* headersize */ in write_ivf_file_header() 1064 unsigned int file_type, fourcc; in main() local 1387 file_is_ivf(infile, &fourcc, &cfg.g_w, &cfg.g_h, detect.buf)) in main() 1390 switch (fourcc) in main() 1399 fprintf(stderr, "Unsupported fourcc (%08x) in IVF\n", fourcc); in main() 1518 write_ivf_file_header(outfile, &cfg, codec->fourcc, 0); in main() [all …]
|
/external/kernel-headers/original/linux/ |
D | msm_q6vdec.h | 111 u32 fourcc; /* video format */ member 219 u32 fourcc; member
|
/external/libvpx/examples/ |
D | encoder_tmpl.c | 23 #define fourcc 0x30385056 macro 80 mem_put_le32(header+8, fourcc); /* headersize */ in write_ivf_file_header()
|