Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dwebmenc.cc50 case VP8_FOURCC: codec_id = "V_VP8"; break; in write_webm_file_header()
Dtools_common.h67 #define VP8_FOURCC 0x30385056 macro
Dtools_common.c134 { "vp8", VP8_FOURCC, &vpx_codec_vp8_cx },
165 { "vp8", VP8_FOURCC, &vpx_codec_vp8_dx },
Dwebmdec.cc103 vpx_ctx->fourcc = VP8_FOURCC; in file_is_webm()
/external/libvpx/libvpx/examples/
Dset_maps.c218 if (frame_count == 22 && encoder->fourcc == VP8_FOURCC) { in main()