Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dtools_common.c134 {"vp8", VP8_FOURCC, &vpx_codec_vp8_cx},
164 {"vp8", VP8_FOURCC, &vpx_codec_vp8_dx},
Dtools_common.h69 #define VP8_FOURCC 0x30385056 macro
Dwebmdec.c85 vpx_ctx->fourcc = VP8_FOURCC; in file_is_webm()
Dwebmenc.c197 fourcc == VP8_FOURCC ? "V_VP8" : "V_VP9"); in write_webm_file_header()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dset_maps.c221 if (frame_count == 22 && encoder->fourcc == VP8_FOURCC) { in main()