HomeSort by relevance Sort by last modified time
    Searched defs:VERSION_MINOR (Results 1 - 4 of 4) 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))
  /frameworks/base/opengl/libagl/
egl.cpp 844 #define VERSION_MINOR 2
    [all...]
  /frameworks/base/opengl/libs/EGL/
egl.cpp 54 #define VERSION_MINOR 4
659 if (minor != NULL) *minor = VERSION_MINOR;
763 if (minor != NULL) *minor = VERSION_MINOR;
    [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...]

Completed in 792 milliseconds