Searched refs:pobjCsrcList (Results 1 – 2 of 2) sorted by relevance
1391 IN std::list<RtpDt_UInt32>& pobjCsrcList, IN RtpDt_UInt32 uiSsrc) in findEntryInCsrcList() argument1393 if (pobjCsrcList.empty()) in findEntryInCsrcList()1398 auto result = std::find(pobjCsrcList.begin(), pobjCsrcList.end(), uiSsrc); in findEntryInCsrcList()1399 return (result != pobjCsrcList.end()) ? eRTP_TRUE : eRTP_FALSE; in findEntryInCsrcList()1421 std::list<RtpDt_UInt32>& pobjCsrcList = pobjRtpHeader->getCsrcList(); in processCsrcList() local1423 for (std::list<RtpDt_UInt32>::iterator listIterator = pobjCsrcList.begin(); in processCsrcList()1424 (usPos < ucCsrcCount && listIterator != pobjCsrcList.end()); usPos = usPos + RTP_ONE) in processCsrcList()1499 std::list<RtpDt_UInt32>& pobjCsrcList = pobjRtpHeader->getCsrcList(); in processRcvdRtpPkt() local1500 bCsrcStatus = findEntryInCsrcList(pobjCsrcList, m_uiSsrc); in processRcvdRtpPkt()
229 eRtp_Bool findEntryInCsrcList(IN std::list<RtpDt_UInt32>& pobjCsrcList, IN RtpDt_UInt32 uiSsrc);