Searched refs:VP8_FOURCC (Results 1 – 5 of 5) sorted by relevance
134 {"vp8", VP8_FOURCC, &vpx_codec_vp8_cx},164 {"vp8", VP8_FOURCC, &vpx_codec_vp8_dx},
69 #define VP8_FOURCC 0x30385056 macro
85 vpx_ctx->fourcc = VP8_FOURCC; in file_is_webm()
197 fourcc == VP8_FOURCC ? "V_VP8" : "V_VP9"); in write_webm_file_header()
221 if (frame_count == 22 && encoder->fourcc == VP8_FOURCC) { in main()