Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpSession.cpp1086 tRTCP_SDES_ITEM* pstTmpSdesItem = new tRTCP_SDES_ITEM(); in constructSdesPkt() local
1087 if (pstTmpSdesItem == nullptr) in constructSdesPkt()
1095 delete pstTmpSdesItem; in constructSdesPkt()
1099 pstTmpSdesItem->ucType = pstSdesItem->ucType; in constructSdesPkt()
1100 pstTmpSdesItem->ucLength = pstSdesItem->ucLength; in constructSdesPkt()
1102 pstTmpSdesItem->pValue = pucSdesBuf; in constructSdesPkt()
1103 pobjChunkList.push_back(pstTmpSdesItem); in constructSdesPkt()