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

/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_API.c4732 * prototype M4OSA_ERR M4xVSS_SaveStart(M4OSA_Context pContext, M4OSA_Char* pFilePath)
4741 * @param pFilePath (IN) If the user wants to provide a different
4749 M4OSA_ERR M4xVSS_SaveStart( M4OSA_Context pContext, M4OSA_Void *pFilePath, argument
4776 if( pFilePath != M4OSA_NULL )
4786 pDecodedPath = pFilePath;
4794 (M4OSA_Void *)pFilePath, (M4OSA_Void *)xVSS_context->
5088 if( pFilePath != M4OSA_NULL )
5090 pEditSavingSettings->pOutputFile = pFilePath;

Completed in 87 milliseconds