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

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp3568 const char *pPCMFilePath, *pStringOutAudioGraphFile; local
3581 "videoEditor_generateAudioWaveFormSync Retrieving pStringOutAudioGraphFile");
3591 pStringOutAudioGraphFile = pEnv->GetStringUTFChars(outGraphfilePath, NULL);
3592 if (pStringOutAudioGraphFile == M4OSA_NULL) {
3601 pStringOutAudioGraphFile, frameDuration, channels, samplesCount);
3605 (M4OSA_Char*) pStringOutAudioGraphFile,
3611 pEnv->ReleaseStringUTFChars(outGraphfilePath, pStringOutAudioGraphFile);

Completed in 10 milliseconds