Searched defs:pStringOutPCMFilePath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp1186 const char *pStringOutPCMFilePath = pEnv->GetStringUTFChars(pcmfilePath, NULL); local
1187 if (pStringOutPCMFilePath == M4OSA_NULL) {
1198 pStringOutPCMFilePath);
1203 (M4OSA_Char*)pStringOutPCMFilePath);
1208 if (pStringOutPCMFilePath != NULL) {
1209 pEnv->ReleaseStringUTFChars(pcmfilePath, pStringOutPCMFilePath);

Completed in 13 milliseconds