Home | History | Annotate | Download | only in source

Lines Matching refs:rtpHeader

39                      const WebRtcRTPHeader& rtpHeader) :
40 payloadType(rtpHeader.header.payloadType),
41 timestamp(rtpHeader.header.timestamp),
42 ntp_time_ms_(rtpHeader.ntp_time_ms),
43 seqNum(rtpHeader.header.sequenceNumber),
46 markerBit(rtpHeader.header.markerBit),
48 frameType(rtpHeader.frameType),
50 isFirstPacket(rtpHeader.type.Video.isFirstPacket),
53 width(rtpHeader.type.Video.width),
54 height(rtpHeader.type.Video.height),
55 codecSpecificHeader(rtpHeader.type.Video)
57 CopyCodecSpecifics(rtpHeader.type.Video);