Searched refs:AudioDecBufferOut (Results 1 – 6 of 6) sorted by relevance
148 pClipCtxt->AudioDecBufferOut.m_bufferSize = 0; in M4VSS3GPP_intClipInit()149 pClipCtxt->AudioDecBufferOut.m_dataAddress = M4OSA_NULL; in M4VSS3GPP_intClipInit()764 if( M4OSA_NULL != pClipCtxt->AudioDecBufferOut.m_dataAddress ) in M4VSS3GPP_intClipDeleteAudioTrack()766 free(pClipCtxt->AudioDecBufferOut.m_dataAddress); in M4VSS3GPP_intClipDeleteAudioTrack()767 pClipCtxt->AudioDecBufferOut.m_dataAddress = M4OSA_NULL; in M4VSS3GPP_intClipDeleteAudioTrack()1350 pClipCtxt->AudioDecBufferOut.m_bufferSize = in M4VSS3GPP_intClipPrepareAudioDecoder()1354 pClipCtxt->AudioDecBufferOut.m_dataAddress = in M4VSS3GPP_intClipPrepareAudioDecoder()1355 (M4OSA_MemAddr8)M4OSA_32bitAlignedMalloc(pClipCtxt->AudioDecBufferOut.m_bufferSize in M4VSS3GPP_intClipPrepareAudioDecoder()1359 if( M4OSA_NULL == pClipCtxt->AudioDecBufferOut.m_dataAddress ) in M4VSS3GPP_intClipPrepareAudioDecoder()1389 if( pClipCtxt->AudioDecBufferOut.m_dataAddress == M4OSA_NULL ) in M4VSS3GPP_intClipDecodeCurrentAudioFrame()[all …]
518 pC->pC1->AudioDecBufferOut.m_dataAddress; in M4VSS3GPP_intEditStepAudio()520 pC->pC1->AudioDecBufferOut.m_bufferSize; in M4VSS3GPP_intEditStepAudio()623 *)pC->pC1->AudioDecBufferOut.m_dataAddress, in M4VSS3GPP_intEditStepAudio()624 pC->pC1->AudioDecBufferOut.m_bufferSize); in M4VSS3GPP_intEditStepAudio()677 pC->pC1->AudioDecBufferOut.m_dataAddress; in M4VSS3GPP_intEditStepAudio()679 pC->pC1->AudioDecBufferOut.m_bufferSize; in M4VSS3GPP_intEditStepAudio()900 pC->pC1->AudioDecBufferOut.m_dataAddress; in M4VSS3GPP_intEditStepAudio()902 pC->pC1->AudioDecBufferOut.m_bufferSize; in M4VSS3GPP_intEditStepAudio()1003 if( pC->pC1->AudioDecBufferOut.m_bufferSize in M4VSS3GPP_intEditStepAudio()1004 != pC->pC2->AudioDecBufferOut.m_bufferSize ) in M4VSS3GPP_intEditStepAudio()[all …]
841 pC->pInputClipCtxt->AudioDecBufferOut.m_bufferSize = 320; in M4VSS3GPP_intAudioMixingOpen()845 pC->pInputClipCtxt->AudioDecBufferOut.m_bufferSize = in M4VSS3GPP_intAudioMixingOpen()1667 (M4OSA_UInt32)(( pC->pInputClipCtxt->AudioDecBufferOut.m_bufferSize in M4VSS3GPP_intAudioMixingOpen()1692 AudioDecBufferOut. in M4VSS3GPP_intAudioMixingOpen()1744 pC->pAddedClipCtxt->AudioDecBufferOut.m_bufferSize; in M4VSS3GPP_intAudioMixingOpen()1751 AudioDecBufferOut. in M4VSS3GPP_intAudioMixingOpen()1768 pC->pInputClipCtxt->AudioDecBufferOut.m_bufferSize, in M4VSS3GPP_intAudioMixingOpen()1794 if( pC->pAddedClipCtxt->AudioDecBufferOut.m_bufferSize > 320 ) in M4VSS3GPP_intAudioMixingOpen()1796 minbuffer = pC->pAddedClipCtxt->AudioDecBufferOut.m_bufferSize; in M4VSS3GPP_intAudioMixingOpen()2749 pC->pInputClipCtxt->AudioDecBufferOut.m_bufferSize; in M4VSS3GPP_intAudioMixingCopyAdded()[all …]
349 M4AD_Buffer AudioDecBufferOut; /**< Buffer for the decoded PCM data */ member
2219 pC->AudioDecBufferOut.m_dataAddress = M4OSA_NULL; in M4MCS_init()2220 pC->AudioDecBufferOut.m_bufferSize = 0; in M4MCS_init()6183 pC->AudioDecBufferOut.m_bufferSize = in M4MCS_intPrepareAudioProcessing()6185 pC->AudioDecBufferOut.m_dataAddress = in M4MCS_intPrepareAudioProcessing()6186 (M4OSA_MemAddr8)M4OSA_32bitAlignedMalloc(pC->AudioDecBufferOut.m_bufferSize \ in M4MCS_intPrepareAudioProcessing()6190 if( M4OSA_NULL == pC->AudioDecBufferOut.m_dataAddress ) in M4MCS_intPrepareAudioProcessing()8282 M4OSA_NULL, &pC->AudioDecBufferOut, M4OSA_FALSE); in M4MCS_intAudioTranscoding()8295 fwrite(pC->AudioDecBufferOut.m_dataAddress, in M4MCS_intAudioTranscoding()8296 pC->AudioDecBufferOut.m_bufferSize, 1, file_pcm_decoder); in M4MCS_intAudioTranscoding()8312 pC->pPosInDecBufferOut = pC->AudioDecBufferOut.m_dataAddress; in M4MCS_intAudioTranscoding()[all …]
468 M4AD_Buffer AudioDecBufferOut; /**< Output structure for the audio decoder */ member