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

  /external/libvpx/
vpx_version.h 1 #define VERSION_MAJOR 0
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /frameworks/base/opengl/libagl/
egl.cpp 843 #define VERSION_MAJOR 1
    [all...]
  /frameworks/base/opengl/libs/EGL/
egl.cpp 53 #define VERSION_MAJOR 1
658 if (major != NULL) *major = VERSION_MAJOR;
762 if (major != NULL) *major = VERSION_MAJOR;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 181 #define VERSION_MAJOR 1
    [all...]

Completed in 540 milliseconds