/frameworks/media/libvideoeditor/vss/common/inc/ |
M4TOOL_VersionInfo.h | 38 M4OSA_UInt32 m_minor; /*minor version of the component*/ member in struct:_M4_VersionInfo
|
/development/tools/emulator/opengl/system/egl/ |
eglDisplay.h | 42 int getVersionMinor() const { return m_minor; } 69 int m_minor; member in class:eglDisplay
|
eglDisplay.cpp | 58 m_minor(0), 127 EGLint status = rcEnc->rcGetEGLVersion(rcEnc, &m_major, &m_minor); 139 m_minor = systemEGLVersionMinor; 142 m_minor > systemEGLVersionMinor) { 143 m_minor = systemEGLVersionMinor; 347 asprintf(&m_versionString, "%d.%d", m_major, m_minor);
|
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/ |
GLEScontext.cpp | 76 m_minor(0), 80 m_minor(minor), 84 m_minor(ver.m_minor), 90 ((!(sscanf(versionString,"%d.%d" ,&m_major,&m_minor) == 2)) && 91 (!(sscanf(versionString,"%d.%d.%d",&m_major,&m_minor,&m_release) == 3)))){ 92 m_major = m_minor = 0; // the version is not in the right format 98 m_minor = ver.m_minor; 106 if(m_minor < ver.m_minor) return true [all...] |
/frameworks/media/libvideoeditor/vss/src/ |
M4AD_Null.c | 205 pVersionInfo->m_minor = M4AD_NULL_MINOR; /*minor version of the component*/
|
M4PCMR_CoreReader.c | 712 pVersion->m_minor = M4PCMR_VERSION_MINOR;
|
M4AMRR_CoreReader.c | 886 pVersion->m_minor = M4AMRR_VERSION_MINOR;
|
M4PTO3GPP_API.c | 134 pVersionInfo->m_minor = M4PTO3GPP_VERSION_MINOR; [all...] |
M4VSS3GPP_Edit.c | 94 pVersionInfo->m_minor = M4VSS_VERSION_MINOR; [all...] |
M4xVSS_API.c | [all...] |
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/ |
GLEScontext.h | 35 int m_minor; member in class:Version
|
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorAudioDecoder.cpp | 785 pVersionInfo->m_minor = VIDEOEDITOR_AUDIO_DECODER_VERSION_MINOR; [all...] |
VideoEditorVideoDecoder.cpp | [all...] |
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorClasses.cpp | [all...] |
VideoEditorMain.cpp | [all...] |
/frameworks/media/libvideoeditor/vss/mcs/src/ |
M4MCS_API.c | [all...] |