Home
last modified time | relevance | path

Searched refs:VERSION_MINOR (Results 1 – 13 of 13) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
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/
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/
Dvpx_version.h2 #define VERSION_MINOR 3 macro
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
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/
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/
Dvpx_version.h2 #define VERSION_MINOR 2 macro
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/hardware/bsp/intel/peripheral/libmraa/
DCMakeLists.txt35 string (REGEX REPLACE "^v[0-9]+\\.([0-9]+).*" "\\1" VERSION_MINOR "${VERSION}")
39 set (VERSION_SHORT "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
50 set (mraa_VERSION_MINOR ${VERSION_MINOR})
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dconfigure477 VERSION_MINOR=${ver##*.}
494 VERSION_MINOR=${VERSION_MINOR}
Dlibs.mk281 LIBVPX_SO := libvpx.so.$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)
286 libvpx.so.$(VERSION_MAJOR).$(VERSION_MINOR))
/hardware/bsp/intel/peripheral/libupm/
DCMakeLists.txt40 string (REGEX REPLACE "^v[0-9]+\\.([0-9]+).*" "\\1" VERSION_MINOR "${VERSION}")
50 set (upm_VERSION_MINOR ${VERSION_MINOR})
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
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)|| \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
DMakefile364 $(foreach lib,$(filter %so.$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH),$(LIBS)),$(eval $(cal…
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c3609 sPortDef.nVersion.s.nVersionMinor = VERSION_MINOR; in VIDDEC_VerifyTunnelConnection()