Searched refs:wDefinedByProfile (Results 1 – 3 of 3) sorted by relevance
76 RtpDt_UInt16 wDefinedByProfile; member106 RtpDt_UInt16 wDefinedByProfile; member
60 pstRtpIndMsg->wDefinedByProfile = uiByte4Data >> 16; in populateReceiveRtpIndInfo()67 pstRtpIndMsg->wDefinedByProfile = 0; in populateReceiveRtpIndInfo()234 pBuf[0] = (((unsigned)pstRtpParam->wDefinedByProfile) >> 8) & 0x00ff; in SetRtpHeaderExtension()235 pBuf[1] = pstRtpParam->wDefinedByProfile & 0x00ff; in SetRtpHeaderExtension()
311 stRtpPacketParam.wDefinedByProfile = extensionInfo->definedByProfile; in SendRtpPacket()423 RtpHeaderExtensionInfo extensionInfo(pstRtp->wDefinedByProfile, pstRtp->wExtLen, in OnPeerInd()