Home | History | Annotate | Download | only in libvpx

Lines Matching refs:fourcc

56     unsigned int             fourcc;
381 unsigned int *fourcc,
401 *fourcc = mem_get_le32(raw_hdr + 8);
439 unsigned int *fourcc,
461 *fourcc = ifaces[i].fourcc;
568 unsigned int *fourcc,
612 *fourcc = VP8_FOURCC;
706 unsigned int fourcc;
884 if(file_is_ivf(infile, &fourcc, &width, &height, &fps_den,
887 else if(file_is_webm(&input, &fourcc, &width, &height, &fps_den, &fps_num))
889 else if(file_is_raw(infile, &fourcc, &width, &height, &fps_den, &fps_num))
952 /* Try to determine the codec from the fourcc. */
954 if ((fourcc & ifaces[i].fourcc_mask) == ifaces[i].fourcc)