Searched refs:pExtension (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorPropertiesMain.cpp62 M4OSA_Char* pExtension,
85 M4OSA_Char* pExtension = M4OSA_NULL; local
148 pExtension = (M4OSA_Char *)strrchr((const char *)pFile, (int)'.');
149 if (M4OSA_NULL != pExtension)
152 pExtension++;
156 pExtension ,&fileType, &clipType);
325 M4OSA_Char *pExtension,
339 M4OSA_UInt32 extLength = strlen((const char *)pExtension);
351 extension[index] = tolower((int)pExtension[index]);
324 getFileAndMediaTypeFromExtension( M4OSA_Char *pExtension, VideoEditClasses_FileType *pFileType, M4VIDEOEDITING_FileType *pClipType) argument
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp201 // Check if the extension at the head of pExtensions is pExtension. Note that pExtensions is
202 // terminated by either 0 or space, while pExtension is terminated by 0.
205 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) { argument
208 char b = *pExtension++;
233 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { argument
235 if (extensionEqual(pExtensions, pExtension)) {
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp202 // Check if the extension at the head of pExtensions is pExtension. Note that pExtensions is
203 // terminated by either 0 or space, while pExtension is terminated by 0.
206 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) { argument
209 char b = *pExtension++;
234 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { argument
236 if (extensionEqual(pExtensions, pExtension)) {

Completed in 2083 milliseconds