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

  /external/libvpx/armv7a/
vpx_version.h 1 #define VERSION_MAJOR 1
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/armv7a-neon/
vpx_version.h 1 #define VERSION_MAJOR 1
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/generic/
vpx_version.h 1 #define VERSION_MAJOR 1
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/mips/
vpx_version.h 1 #define VERSION_MAJOR 1
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/mips-dspr2/
vpx_version.h 1 #define VERSION_MAJOR 1
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /frameworks/native/opengl/libs/EGL/
egldefs.h 22 #define VERSION_MAJOR 1
egl_display.cpp 116 *major = VERSION_MAJOR;
228 *major = VERSION_MAJOR;
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepMessage.java 28 public static final byte VERSION_MAJOR = (byte) 0x1;
30 public static final byte VERSION = (0xF0 & (VERSION_MAJOR << 4)) | (0x0F & VERSION_MINOR);
SnepMessenger.java 137 if (((requestVersion & 0xF0) >> 4) != SnepMessage.VERSION_MAJOR) {
SnepServer.java 155 if (((request.getVersion() & 0xF0) >> 4) != SnepMessage.VERSION_MAJOR) {
  /external/libvpx/libvpx/
configure 417 VERSION_MAJOR=${ver%.*}
431 VERSION_MAJOR=${VERSION_MAJOR}
libs.mk 184 LIBVPX_SO := libvpx.so.$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)
189 $(BUILD_PFX)$(LIBVPX_SO): SONAME = libvpx.so.$(VERSION_MAJOR)
192 libvpx.so libvpx.so.$(VERSION_MAJOR) \
193 libvpx.so.$(VERSION_MAJOR).$(VERSION_MINOR))
229 $(qexec)echo 'Version: $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)' >> $@
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 38 const unsigned VERSION_MAJOR = 5;
    [all...]
  /packages/apps/Nfc/tests/src/com/android/nfc/snep/
SnepBasicTests.java 244 byte version = (0xF0 & (SnepMessage.VERSION_MAJOR << 4)) |
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 181 #define VERSION_MAJOR 1
    [all...]
  /external/libvpx/libvpx/build/make/
Makefile 323 $(foreach lib,$(filter %so.$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH),$(LIBS)),$(eval $(call so_template,$(lib))))
  /frameworks/native/opengl/libagl/
egl.cpp 803 #define VERSION_MAJOR 1
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c     [all...]
OMX_VideoDec_Utils.c 819 pComponentPrivate->pComponentVersion.s.nVersionMajor = VERSION_MAJOR;
825 pComponentPrivate->pSpecVersion.s.nVersionMajor = VERSION_MAJOR;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 514 milliseconds