Searched refs:pString (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorThumbnailMain.h31 * @param pString (IN) File path from which thumbnail will be
37 const M4OSA_Char *pString,
H A DVideoEditorJava.cpp317 void* pString = M4OSA_NULL; local
356 pString = videoEditOsal_alloc(pResult, pEnv, length, "String");
360 result = M4OSA_chrNCopy((M4OSA_Char*)pString, pLocal, length);
370 videoEditOsal_free(pString);
371 pString = M4OSA_NULL;
393 return(pString);
533 const char* pString = M4OSA_NULL; local
538 ((M4OSA_NULL == pString) && (index < pClass->count));
545 pString = pClass->pConstants[index].pDescription;
550 if (M4OSA_NULL == pString)
[all...]
H A DVideoEditorOsal.cpp227 const char* pString = M4OSA_NULL; local
232 ((M4OSA_NULL == pString) && (index < gkRESULTS_COUNT));
239 pString = gkRESULTS[index].pName;
244 if (M4OSA_NULL == pString)
249 pString = string;
253 return(pString);
H A DVideoEditorThumbnailMain.cpp157 const M4OSA_Char *pString,
165 CHECK_PTR(ThumbnailOpen, pString, err, M4ERR_BAD_CONTEXT);
180 &pContext->m_pVideoBrowser, pString) ;
193 err = videoBrowserCreate(&pContext->m_pVideoBrowser, (M4OSA_Char*)pString,
156 ThumbnailOpen(M4OSA_Context *pPContext, const M4OSA_Char *pString, M4OSA_Bool bRender) argument
H A DVideoEditorMain.cpp1054 const char *pString = pEnv->GetStringUTFChars(filePath, NULL); local
1055 if (pString == M4OSA_NULL) {
1063 result = ThumbnailOpen(&tnContext,(const M4OSA_Char*)pString, M4OSA_TRUE);
1159 if (pString != NULL) {
1160 pEnv->ReleaseStringUTFChars(filePath, pString);
2243 const char *pString = env->GetStringUTFChars(path, NULL); local
2244 if (pString == M4OSA_NULL) {
2251 err = ThumbnailOpen(&mContext,(const M4OSA_Char*)pString, M4OSA_FALSE);
2253 if (pString != NULL) {
2254 env->ReleaseStringUTFChars(path, pString);
2297 const char *pString = env->GetStringUTFChars(path, NULL); local
[all...]

Completed in 364 milliseconds