Home
last modified time | relevance | path

Searched refs:VP10_FOURCC (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/
Dtools_common.h65 #define VP10_FOURCC 0x303a5056 macro
Dwebmenc.cc60 case VP10_FOURCC: in write_webm_file_header()
Dtools_common.c137 {"vp10", VP10_FOURCC, &vpx_codec_vp10_cx},
183 {"vp10", VP10_FOURCC, &vpx_codec_vp10_dx},
Dwebmdec.cc107 vpx_ctx->fourcc = VP10_FOURCC; in file_is_webm()
Dvpxenc.c1999 if (global.codec->fourcc == VP9_FOURCC || global.codec->fourcc == VP10_FOURCC) in main()