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

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp1198 M4OSA_Char* pTemp3gpFilePath = M4OSA_NULL; local
1247 pTemp3gpFilePath = (M4OSA_Char*) M4OSA_32bitAlignedMalloc (
1251 if (pTemp3gpFilePath != M4OSA_NULL)
1253 memset((void *)pTemp3gpFilePath ,0,
1256 strncat((char *)pTemp3gpFilePath,
1259 strncat((char *)pTemp3gpFilePath , (const char *)TEMP_MCS_OUT_FILE_PATH,
1273 pOutputFile = (M4OSA_Char *) pTemp3gpFilePath;
1280 VIDEOEDIT_LOG_API(ANDROID_LOG_INFO, "VIDEO_EDITOR", "pTemp3gpFilePath %s",
1291 free(pTemp3gpFilePath);
1292 pTemp3gpFilePath
[all...]

Completed in 68 milliseconds