Home
last modified time | relevance | path

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

/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/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/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/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/armv7a-neon/
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/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/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()
DOMX_VideoDec_Utils.c820 pComponentPrivate->pComponentVersion.s.nVersionMinor = VERSION_MINOR; in VIDDEC_Load_Defaults()
826 pComponentPrivate->pSpecVersion.s.nVersionMinor = VERSION_MINOR; in VIDDEC_Load_Defaults()