HomeSort by relevance Sort by last modified time
    Searched full:version_major (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/libvpx/source/config/
vpx_version.h 1 #define VERSION_MAJOR 1
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/x86/
vpx_version.h 1 #define VERSION_MAJOR 1
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /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))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vpx_version.h 1 #define VERSION_MAJOR 1
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 1 #define VERSION_MAJOR 1
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vpx_version.h 1 #define VERSION_MAJOR 1
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vpx_version.h 1 #define VERSION_MAJOR 1
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 1 #define VERSION_MAJOR 1
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vpx_version.h 1 #define VERSION_MAJOR 1
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/qemu/distrib/sdl-1.2.15/src/main/macos/
SDL.shlib.r 10 #ifndef __TYPES_R__ #include "Types.r" #endif #ifndef __BALLOONS_R__ #include "Balloons.r" #endif #define VERSION_MAJOR 1 #define VERSION_MINOR 2 #define REVISION 13 #define STATE release /* development | alpha | beta | release */ #define RELEASE_NO 0 /* number after letter, or zero for release */ #define COUNTRY verUS #define VERSION_STRING "1.2.13" #define NAME "SDL" #define SHORT_DESCRIPTION "Simple DirectMedia Layer by Sam Lantinga" #define LONG_DESCRIPTION "A cross-platform multimedia library.\n\nhttp://www.libsdl.org" resource 'vers' (1) { VERSION_MAJOR, (VERSION_MINOR << 4) | REVISION, STATE, RELEASE_NO, COUNTRY, VERSION_STRING, VERSION_STRING }; resource 'vers' (2) { VERSION_MAJOR, (VERSION_MINOR << 4) | REVISION, STATE, RELEASE_NO, COUNTRY, VERSION_STRING, SHORT_DESCRIP (…)
  /external/chromium_org/remoting/
remoting_version.gypi 16 'version_major':
21 '<(version_major).<(version_minor).'
remoting_version.gni 27 version_major = exec_script(
42 version_short = "${version_major}.${version_minor}." + exec_script(
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_cgl.c 90 apple_cgl.get_version(&apple_cgl.version_major, &apple_cgl.version_minor);
92 apple_glx_diagnostic("CGL major %d minor %d\n", apple_cgl.version_major, apple_cgl.version_minor);
94 if (1 != apple_cgl.version_major) {
apple_cgl.h 43 GLint version_major, version_minor; member in struct:apple_cgl_api
44 void (*get_version) (GLint * version_major, GLint * version_minor);
  /external/mesa3d/src/glx/apple/
apple_cgl.c 90 apple_cgl.get_version(&apple_cgl.version_major, &apple_cgl.version_minor);
92 apple_glx_diagnostic("CGL major %d minor %d\n", apple_cgl.version_major, apple_cgl.version_minor);
94 if (1 != apple_cgl.version_major) {
apple_cgl.h 43 GLint version_major, version_minor; member in struct:apple_cgl_api
44 void (*get_version) (GLint * version_major, GLint * version_minor);
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
version.sh 62 #define VERSION_MAJOR $major_version
66 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/libvpx/build/make/
version.sh 62 #define VERSION_MAJOR $major_version
66 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/qemu/android/
qemu-tcpdump.c 48 uint16_t version_major; member in struct:__anon33771
59 h.version_major = PCAP_MAJOR;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
version.sh 62 #define VERSION_MAJOR $major_version
66 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /frameworks/rs/driver/
rsdCore.h 42 uint32_t version_major; member in struct:RsdHalRec

Completed in 718 milliseconds

1 2 3 4 5 6 7 8