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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
H A Dvpx_version.h1 #define VERSION_MAJOR 1 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.h1 #define VERSION_MAJOR 1 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.h1 #define VERSION_MAJOR 1 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.h1 #define VERSION_MAJOR 1 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.h1 #define VERSION_MAJOR 1 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.h1 #define VERSION_MAJOR 1 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.h181 #define VERSION_MAJOR 1 macro
1198 (_s_)->nVersion.s.nVersionMajor = VERSION_MAJOR; \
1211 if(((_s_)->nVersion.s.nVersionMajor != VERSION_MAJOR)|| \

Completed in 151 milliseconds