Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dtools_common.c138 {"vp9", VP9_FOURCC, &vpx_codec_vp9_cx},
168 {"vp9", VP9_FOURCC, &vpx_codec_vp9_dx},
Dtools_common.h70 #define VP9_FOURCC 0x30395056 macro
Dwebmdec.c87 vpx_ctx->fourcc = VP9_FOURCC; in file_is_webm()
Dvpxenc.c1576 if (global.codec->fourcc == VP9_FOURCC) in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp9_spatial_scalable_encoder.c316 info.codec_fourcc = VP9_FOURCC; in main()