Searched refs:vpx_codec_version (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvpx_codec.h220 * vpx_codec_version() (1<<16 | 2<<8 | 3)
233 int vpx_codec_version(void);
239 #define vpx_codec_version_major() ((vpx_codec_version()>>16)&0xff)
242 #define vpx_codec_version_minor() ((vpx_codec_version()>>8)&0xff)
245 #define vpx_codec_version_patch() ((vpx_codec_version()>>0)&0xff)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dvpx_codec.c24 int vpx_codec_version(void) { function

Completed in 1001 milliseconds