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

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp3612 const char *pPCMFilePath, *pStringOutAudioGraphFile; local
3625 "videoEditor_generateAudioWaveFormSync Retrieving pStringOutAudioGraphFile");
3635 pStringOutAudioGraphFile = pEnv->GetStringUTFChars(outGraphfilePath, NULL);
3636 if (pStringOutAudioGraphFile == M4OSA_NULL) {
3645 pStringOutAudioGraphFile, frameDuration, channels, samplesCount);
3649 (M4OSA_Char*) pStringOutAudioGraphFile,
3655 pEnv->ReleaseStringUTFChars(outGraphfilePath, pStringOutAudioGraphFile);

Completed in 132 milliseconds