HomeSort by relevance Sort by last modified time
    Searched full:m_major (Results 1 - 16 of 16) sorted by null

  /development/tools/emulator/opengl/system/egl/
eglDisplay.h 41 int getVersionMajor() const { return m_major; }
68 int m_major; member in class:eglDisplay
eglDisplay.cpp 58 m_major(0),
128 EGLint status = rcEnc->rcGetEGLVersion(rcEnc, &m_major, &m_minor);
138 if (m_major > systemEGLVersionMajor) {
139 m_major = systemEGLVersionMajor;
142 else if (m_major == systemEGLVersionMajor &&
348 asprintf(&m_versionString, "%d.%d", m_major, m_minor);
  /frameworks/av/libvideoeditor/vss/common/inc/
M4TOOL_VersionInfo.h 37 M4OSA_UInt32 m_major; /*major version of the component*/ member in struct:_M4_VersionInfo
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 94 Version::Version():m_major(0),
98 Version::Version(int major,int minor,int release):m_major(major),
102 Version::Version(const Version& ver):m_major(ver.m_major),
109 ((!(sscanf(versionString,"%d.%d" ,&m_major,&m_minor) == 2)) &&
110 (!(sscanf(versionString,"%d.%d.%d",&m_major,&m_minor,&m_release) == 3)))){
111 m_major = m_minor = 0; // the version is not in the right format
116 m_major = ver.m_major;
123 if(m_major < ver.m_major) return true
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4AD_Null.c 204 pVersionInfo->m_major = M4AD_NULL_MAJOR; /*major version of the component*/
M4AMRR_CoreReader.c 885 pVersion->m_major = M4AMRR_VERSION_MAJOR;
M4PCMR_CoreReader.c 711 pVersion->m_major = M4PCMR_VERSION_MAJOR;
M4PTO3GPP_API.c 133 pVersionInfo->m_major = M4PTO3GPP_VERSION_MAJOR;
    [all...]
M4VSS3GPP_Edit.c 93 pVersionInfo->m_major = M4VSS_VERSION_MAJOR;
    [all...]
M4xVSS_API.c     [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 50 int m_major; member in class:Version
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioDecoder.cpp 784 pVersionInfo->m_major = VIDEOEDITOR_AUDIO_DECODER_VERSION_MAJOR;
    [all...]
VideoEditorVideoDecoder.cpp     [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.cpp     [all...]
VideoEditorMain.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]

Completed in 539 milliseconds