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

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp245 jstring outGraphfilePath,
3605 jstring outGraphfilePath,
3635 pStringOutAudioGraphFile = pEnv->GetStringUTFChars(outGraphfilePath, NULL);
3638 "Input string outGraphfilePath is null");
3655 pEnv->ReleaseStringUTFChars(outGraphfilePath, pStringOutAudioGraphFile);
3603 videoEditor_generateAudioWaveFormSync(JNIEnv* pEnv, jobject thiz, jstring pcmfilePath, jstring outGraphfilePath, jint frameDuration, jint channels, jint samplesCount) argument

Completed in 11 milliseconds