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

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_AudioMixing.c199 pC->pSsrcBufferIn = M4OSA_NULL;
579 if( M4OSA_NULL != pC->pSsrcBufferIn )
581 free(pC->pSsrcBufferIn);
582 pC->pSsrcBufferIn = M4OSA_NULL;
1689 pC->pSsrcBufferIn =
1694 M4VSS3GPP, (M4OSA_Char *)"pSsrcBufferIn");
1696 if( M4OSA_NULL == pC->pSsrcBufferIn )
1700 unable to allocate pSsrcBufferIn, returning M4ERR_ALLOC");
1703 pC->pPosInSsrcBufferIn = (M4OSA_MemAddr8)pC->pSsrcBufferIn;
1748 pC->pSsrcBufferIn
[all...]
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h693 M4OSA_MemAddr8 pSsrcBufferIn; /**< Input of the SSRC */ member in struct:__anon263
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h478 M4OSA_MemAddr8 pSsrcBufferIn; /**< Input of the SSRC */ member in struct:__anon302
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c2217 pC->pSsrcBufferIn = M4OSA_NULL;
3366 if( M4OSA_NULL != pC->pSsrcBufferIn )
3368 free(pC->pSsrcBufferIn);
3369 pC->pSsrcBufferIn = M4OSA_NULL;
6431 pC->pSsrcBufferIn =
6434 (M4OSA_Char *)"pSsrcBufferIn");
6436 if( M4OSA_NULL == pC->pSsrcBufferIn )
6440 unable to allocate pSsrcBufferIn, returning M4ERR_ALLOC");
6443 pC->pPosInSsrcBufferIn = (M4OSA_MemAddr8)pC->pSsrcBufferIn;
8331 if( ( pC->pPosInSsrcBufferIn == pC->pSsrcBufferIn)
[all...]

Completed in 40 milliseconds