Lines Matching refs:rtp_header
237 const WebRtcRTPHeader* rtp_header) { in OnReceivedPayloadData() argument
238 WebRtcRTPHeader rtp_header_with_ntp = *rtp_header; in OnReceivedPayloadData()
240 ntp_estimator_->Estimate(rtp_header->header.timestamp); in OnReceivedPayloadData()
391 WebRtcRTPHeader rtp_header = {}; in NotifyReceiverOfFecPacket() local
392 rtp_header.header = header; in NotifyReceiverOfFecPacket()
393 rtp_header.header.payloadType = last_media_payload_type; in NotifyReceiverOfFecPacket()
394 rtp_header.header.paddingLength = 0; in NotifyReceiverOfFecPacket()
401 rtp_header.type.Video.codec = payload_specific.Video.videoCodecType; in NotifyReceiverOfFecPacket()
402 rtp_header.type.Video.rotation = kVideoRotation_0; in NotifyReceiverOfFecPacket()
404 rtp_header.type.Video.rotation = in NotifyReceiverOfFecPacket()
407 OnReceivedPayloadData(NULL, 0, &rtp_header); in NotifyReceiverOfFecPacket()