Searched defs:VERSION_MINOR (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
H A Dvpx_version.h2 #define VERSION_MINOR 2 macro
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
H A Dvpx_version.h2 #define VERSION_MINOR 2 macro
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
H A Dvpx_version.h2 #define VERSION_MINOR 2 macro
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
H A Dvpx_version.h2 #define VERSION_MINOR 2 macro
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
H A Dvpx_version.h2 #define VERSION_MINOR 2 macro
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
H A Dvpx_version.h2 #define VERSION_MINOR 3 macro
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h183 #define VERSION_MINOR 0 macro
185 #define VERSION_MINOR 0 macro
1199 (_s_)->nVersion.s.nVersionMinor = VERSION_MINOR; \
1212 ((_s_)->nVersion.s.nVersionMinor != VERSION_MINOR)|| \

Completed in 95 milliseconds