Home | History | Annotate | Download | only in libvpx

Lines Matching defs:fourcc

89     unsigned int             fourcc;
419 unsigned int *fourcc)
444 *fourcc = mem_get_le32(raw_hdr + 8);
461 unsigned int fourcc,
475 mem_put_le32(header + 8, fourcc); /* headersize */
1679 unsigned int fourcc;
1709 else if (input->detect.buf_read == 4 && file_is_ivf(input, &fourcc))
1712 switch (fourcc)
1721 fatal("Unsupported fourcc (%08x) in IVF", fourcc);
2098 global->codec->fourcc, 0);
2103 unsigned int fourcc)
2115 fourcc,
2545 FOREACH_STREAM(close_output_file(stream, global.codec->fourcc));