Home
last modified time | relevance | path

Searched refs:rtp_video_hdr (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.cc455 const RTPVideoHeader* rtp_video_hdr) { in SendOutgoingData() argument
472 &(rtp_video_hdr->codecHeader)); in SendOutgoingData()
477 if (rtp_video_hdr == NULL) { in SendOutgoingData()
482 for (; idx < rtp_video_hdr->simulcastIdx; ++it) { in SendOutgoingData()
506 rtp_video_hdr); in SendOutgoingData()
519 rtp_video_hdr); in SendOutgoingData()
Drtp_rtcp_impl.h123 const RTPVideoHeader* rtp_video_hdr = NULL) OVERRIDE;
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_encoder.h132 const RTPVideoHeader* rtp_video_hdr);
Dvie_encoder.cc704 const RTPVideoHeader* rtp_video_hdr) { in SendData() argument
713 rtp_video_hdr); in SendData()