Searched refs:pcProfExtBuf (Results 1 – 1 of 1) sorted by relevance
94 RtpDt_UChar* pcProfExtBuf = new RtpDt_UChar[usProfExtLen]; in decodeRrPacket() local95 if (pcProfExtBuf == nullptr) in decodeRrPacket()105 delete[] pcProfExtBuf; in decodeRrPacket()109 memcpy(pcProfExtBuf, pucRrBuf, usProfExtLen); in decodeRrPacket()110 m_pobjExt->setBufferInfo(usProfExtLen, pcProfExtBuf); in decodeRrPacket()