HomeSort by relevance Sort by last modified time
    Searched refs:VERSION_PATCH (Results 1 - 19 of 19) sorted by null

  /external/libvpx/config/arm/
vpx_version.h 3 #define VERSION_PATCH 0
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/config/arm-neon/
vpx_version.h 3 #define VERSION_PATCH 0
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/config/arm64/
vpx_version.h 3 #define VERSION_PATCH 0
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/config/generic/
vpx_version.h 3 #define VERSION_PATCH 0
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/config/mips32/
vpx_version.h 3 #define VERSION_PATCH 0
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/config/mips32-dspr2/
vpx_version.h 3 #define VERSION_PATCH 0
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/config/mips64/
vpx_version.h 3 #define VERSION_PATCH 0
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/config/x86/
vpx_version.h 3 #define VERSION_PATCH 0
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/config/x86_64/
vpx_version.h 3 #define VERSION_PATCH 0
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vpx_version.h 3 #define VERSION_PATCH 0
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vpx_version.h 3 #define VERSION_PATCH 0
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vpx_version.h 3 #define VERSION_PATCH 0
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vpx_version.h 3 #define VERSION_PATCH 0
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vpx_version.h 3 #define VERSION_PATCH 0
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vpx_version.h 3 #define VERSION_PATCH 0
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
configure 475 VERSION_PATCH=${ver##*.}
495 VERSION_PATCH=${VERSION_PATCH}
libs.mk 281 LIBVPX_SO := libvpx.so.$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)
338 $(qexec)echo 'Version: $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)' >> $@
  /external/libvpx/libvpx/
configure 464 VERSION_PATCH=${ver##*.}
484 VERSION_PATCH=${VERSION_PATCH}
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile 364 $(foreach lib,$(filter %so.$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH),$(LIBS)),$(eval $(call so_template,$(lib))))

Completed in 1047 milliseconds