Searched refs:stRtpPacketParam (Results 1 – 1 of 1) sorted by relevance
299 tRtpSvc_SendRtpPacketParam stRtpPacketParam; in SendRtpPacket() local300 memset(&stRtpPacketParam, 0, sizeof(tRtpSvc_SendRtpPacketParam)); in SendRtpPacket()304 stRtpPacketParam.bMbit = mark ? eRTP_TRUE : eRTP_FALSE; in SendRtpPacket()305 stRtpPacketParam.byPayLoadType = payloadType; in SendRtpPacket()306 stRtpPacketParam.diffFromLastRtpTimestamp = timeDiff; in SendRtpPacket()307 stRtpPacketParam.bXbit = extensionInfo != nullptr ? eRTP_TRUE : eRTP_FALSE; in SendRtpPacket()311 stRtpPacketParam.wDefinedByProfile = extensionInfo->definedByProfile; in SendRtpPacket()312 stRtpPacketParam.wExtLen = extensionInfo->length; in SendRtpPacket()313 stRtpPacketParam.pExtData = extensionInfo->extensionData; in SendRtpPacket()314 stRtpPacketParam.nExtDataSize = extensionInfo->extensionDataSize; in SendRtpPacket()[all …]