Searched refs:GetLen (Results 1 – 3 of 3) sorted by relevance
255 if ((curSize + frag.GetLen()) > MAX_TSCSRP_BUFFER_SZ) in ProcessOutgoingH245Packet()264 frag.GetLen()); in ProcessOutgoingH245Packet()265 curSize += frag.GetLen(); in ProcessOutgoingH245Packet()
137 oscl_memcpy(copy_pos, frag.GetPtr(), frag.GetLen()); in MediaPacketToPVMFMediaMsg()138 copy_pos += frag.GetLen(); in MediaPacketToPVMFMediaMsg()
75 inline int32 GetLen() in GetLen() function