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

/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_API.h192 M4OSA_Char *pOutputPCMfile; member in struct:__anon287
H A DM4MCS_InternalTypes.h520 M4OSA_Context pOutputPCMfile; /**< Output PCM file if not NULL */ member in struct:__anon302
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c2247 pC->pOutputPCMfile = M4OSA_NULL;
3212 if( pC->pOutputPCMfile != M4OSA_NULL )
3214 pC->pOsaFileWritPtr->closeWrite(pC->pOutputPCMfile);
3215 pC->pOutputPCMfile = M4OSA_NULL;
4321 if( pParams->pOutputPCMfile != M4OSA_NULL )
4323 pC->pOutputPCMfile = pParams->pOutputPCMfile;
4326 pC->pOsaFileWritPtr->openWrite(&(pC->pOutputPCMfile),
4327 pParams->pOutputPCMfile, M4OSA_kFileWrite);
4331 pC->pOutputPCMfile
[all...]
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c131 Params.pOutputPCMfile = M4OSA_NULL;
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp1355 pOutputParams->pOutputPCMfile = (M4OSA_Char *)pcmfilePath;
1487 //pContext->mAudioSettings->pFile = pOutputParams->pOutputPCMfile;

Completed in 199 milliseconds