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

  /external/libvpx/
vpx_version.h 2 #define VERSION_MINOR 9
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
configure 384 VERSION_MINOR=${ver##*.}
401 VERSION_MINOR=${VERSION_MINOR}
libs.mk 184 LIBVPX_SO := libvpx.so.$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)
192 libvpx.so.$(VERSION_MAJOR).$(VERSION_MINOR))
219 $(qexec)echo 'Version: $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)' >> $@
  /frameworks/native/opengl/libs/EGL/
egldefs.h 23 #define VERSION_MINOR 4
egl_display.cpp 142 *minor = VERSION_MINOR;
254 *minor = VERSION_MINOR;
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepMessage.java 29 public static final byte VERSION_MINOR = (byte) 0x0;
30 public static final byte VERSION = (0xF0 & (VERSION_MAJOR << 4)) | (0x0F & VERSION_MINOR);
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 48 const unsigned VERSION_MINOR = 0;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 183 #define VERSION_MINOR 0
185 #define VERSION_MINOR 0
    [all...]
  /packages/apps/Nfc/tests/src/com/android/nfc/snep/
SnepBasicTests.java 245 (0x0F & (SnepMessage.VERSION_MINOR + 1));
  /external/libvpx/build/make/
Makefile 294 $(foreach lib,$(filter %so.$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH),$(LIBS)),$(eval $(call so_template,$(lib))))
  /frameworks/native/opengl/libagl/
egl.cpp 794 #define VERSION_MINOR 2
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c     [all...]
OMX_VideoDec_Utils.c 820 pComponentPrivate->pComponentVersion.s.nVersionMinor = VERSION_MINOR;
826 pComponentPrivate->pSpecVersion.s.nVersionMinor = VERSION_MINOR;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 1130 milliseconds