Home
last modified time | relevance | path

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

/frameworks/av/libvideoeditor/vss/mcs/inc/
DM4MCS_API.h192 M4OSA_Char *pOutputPCMfile; member
DM4MCS_InternalTypes.h520 M4OSA_Context pOutputPCMfile; /**< Output PCM file if not NULL */ member
/frameworks/av/libvideoeditor/vss/mcs/src/
DM4MCS_API.c2247 pC->pOutputPCMfile = M4OSA_NULL; in M4MCS_init()
3212 if( pC->pOutputPCMfile != M4OSA_NULL ) in M4MCS_close()
3214 pC->pOsaFileWritPtr->closeWrite(pC->pOutputPCMfile); in M4MCS_close()
3215 pC->pOutputPCMfile = M4OSA_NULL; in M4MCS_close()
4321 if( pParams->pOutputPCMfile != M4OSA_NULL ) in M4MCS_setOutputParams()
4323 pC->pOutputPCMfile = pParams->pOutputPCMfile; in M4MCS_setOutputParams()
4326 pC->pOsaFileWritPtr->openWrite(&(pC->pOutputPCMfile), in M4MCS_setOutputParams()
4327 pParams->pOutputPCMfile, M4OSA_kFileWrite); in M4MCS_setOutputParams()
4331 pC->pOutputPCMfile = M4OSA_NULL; in M4MCS_setOutputParams()
8678 if( pC->pOutputPCMfile != M4OSA_NULL ) in M4MCS_intAudioTranscoding()
[all …]
/frameworks/base/media/jni/mediaeditor/
DVideoEditorMain.cpp1355 pOutputParams->pOutputPCMfile = (M4OSA_Char *)pcmfilePath; in videoEditor_generateAudio()
/frameworks/av/libvideoeditor/vss/src/
DM4xVSS_internal.c131 Params.pOutputPCMfile = M4OSA_NULL; in M4xVSS_internalStartTranscoding()