Searched refs:pOutputPCMfile (Results 1 – 5 of 5) sorted by relevance
192 M4OSA_Char *pOutputPCMfile; member
520 M4OSA_Context pOutputPCMfile; /**< Output PCM file if not NULL */ member
2247 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 …]
1355 pOutputParams->pOutputPCMfile = (M4OSA_Char *)pcmfilePath; in videoEditor_generateAudio()
131 Params.pOutputPCMfile = M4OSA_NULL; in M4xVSS_internalStartTranscoding()