Home | History | Annotate | Download | only in test

Lines Matching refs:tempRTPinfo

355     webrtc::WebRtcRTPHeader tempRTPinfo;
359 parseRTPheader(&tempRTPinfo);
366 return tempRTPinfo.header.payloadType;
371 webrtc::WebRtcRTPHeader tempRTPinfo;
375 parseRTPheader(&tempRTPinfo);
382 return tempRTPinfo.header.sequenceNumber;
387 webrtc::WebRtcRTPHeader tempRTPinfo;
391 parseRTPheader(&tempRTPinfo);
398 return tempRTPinfo.header.timestamp;
403 webrtc::WebRtcRTPHeader tempRTPinfo;
407 parseRTPheader(&tempRTPinfo);
414 return tempRTPinfo.header.ssrc;
419 webrtc::WebRtcRTPHeader tempRTPinfo;
423 parseRTPheader(&tempRTPinfo);
430 return tempRTPinfo.header.markerBit;