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

1 2

  /external/libvpx/config/arm/
vpx_version.h 2 #define VERSION_MINOR 5
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/config/arm-neon/
vpx_version.h 2 #define VERSION_MINOR 5
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/config/arm64/
vpx_version.h 2 #define VERSION_MINOR 5
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/config/generic/
vpx_version.h 2 #define VERSION_MINOR 5
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/config/mips32/
vpx_version.h 2 #define VERSION_MINOR 5
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/config/mips32-dspr2/
vpx_version.h 2 #define VERSION_MINOR 5
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/config/mips64/
vpx_version.h 2 #define VERSION_MINOR 5
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/config/x86/
vpx_version.h 2 #define VERSION_MINOR 5
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/config/x86_64/
vpx_version.h 2 #define VERSION_MINOR 5
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vpx_version.h 2 #define VERSION_MINOR 2
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 2 #define VERSION_MINOR 2
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vpx_version.h 2 #define VERSION_MINOR 2
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vpx_version.h 2 #define VERSION_MINOR 2
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 2 #define VERSION_MINOR 2
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vpx_version.h 2 #define VERSION_MINOR 3
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /frameworks/native/opengl/libs/EGL/
egldefs.h 23 #define VERSION_MINOR 4
egl_display.cpp 133 *minor = VERSION_MINOR;
217 *minor = VERSION_MINOR;
  /external/rmi4utils/rmi4update/
main.cpp 35 #define VERSION_MINOR 2
54 VERSION_MAJOR, VERSION_MINOR, VERSION_SUBMINOR);
  /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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
configure 477 VERSION_MINOR=${ver##*.}
494 VERSION_MINOR=${VERSION_MINOR}
libs.mk 281 LIBVPX_SO := libvpx.so.$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)
286 libvpx.so.$(VERSION_MAJOR).$(VERSION_MINOR))
338 $(qexec)echo 'Version: $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)' >> $@
  /external/libvpx/libvpx/
configure 466 VERSION_MINOR=${ver##*.}
483 VERSION_MINOR=${VERSION_MINOR}
  /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/clang/include/clang/Serialization/
ASTBitCodes.h 49 const unsigned VERSION_MINOR = 0;
    [all...]

Completed in 805 milliseconds

1 2