Lines Matching refs:fourcc
75 unsigned int fourcc;
361 unsigned int *fourcc,
385 *fourcc = mem_get_le32(raw_hdr + 8);
402 unsigned int fourcc,
416 mem_put_le32(header + 8, fourcc); /* headersize */
1112 unsigned int file_type, fourcc;
1433 file_is_ivf(infile, &fourcc, &cfg.g_w, &cfg.g_h, &detect))
1436 switch (fourcc)
1445 fprintf(stderr, "Unsupported fourcc (%08x) in IVF\n", fourcc);
1563 write_ivf_file_header(outfile, &cfg, codec->fourcc, 0);
1721 write_ivf_file_header(outfile, &cfg, codec->fourcc, frames_out);