Searched refs:pSsrcBufferOut (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_AudioMixing.c200 pC->pSsrcBufferOut = M4OSA_NULL;
585 if( M4OSA_NULL != pC->pSsrcBufferOut
588 free(pC->pSsrcBufferOut);
589 pC->pSsrcBufferOut = M4OSA_NULL;
1708 pC->pSsrcBufferOut =
1710 * pC->ewc.uiNbChannels, M4VSS3GPP, (M4OSA_Char *)"pSsrcBufferOut");
1712 if( M4OSA_NULL == pC->pSsrcBufferOut )
1716 unable to allocate pSsrcBufferOut, returning M4ERR_ALLOC");
1719 pC->pPosInSsrcBufferOut = pC->pSsrcBufferOut;
1729 ClipProperties.uiNbChannels, M4VSS3GPP, (M4OSA_Char *)"pSsrcBufferOut");
[all...]
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h694 M4OSA_MemAddr8 pSsrcBufferOut; /**< Output of the SSRC */ member in struct:__anon263
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h479 M4OSA_MemAddr8 pSsrcBufferOut; /**< Output of the SSRC */ member in struct:__anon302
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c2218 pC->pSsrcBufferOut = M4OSA_NULL;
3372 if( M4OSA_NULL != pC->pSsrcBufferOut )
3374 free(pC->pSsrcBufferOut);
3375 pC->pSsrcBufferOut = M4OSA_NULL;
6447 pC->pSsrcBufferOut =
6450 (M4OSA_Char *)"pSsrcBufferOut");
6452 if( M4OSA_NULL == pC->pSsrcBufferOut )
6456 unable to allocate pSsrcBufferOut, returning M4ERR_ALLOC");
8415 memset((void *)pC->pSsrcBufferOut, 0, (pC->iSsrcNbSamplOut * sizeof(short)
8418 LVAudioresample_LowQuality((short *)pC->pSsrcBufferOut,
[all...]

Completed in 40 milliseconds