Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dpayload_router.cc58 const RTPVideoHeader* rtp_video_hdr) { in RoutePayload() argument
65 if (rtp_video_hdr != NULL && in RoutePayload()
66 rtp_video_hdr->simulcastIdx >= rtp_modules_.size()) in RoutePayload()
70 if (rtp_video_hdr != NULL) in RoutePayload()
71 stream_idx = rtp_video_hdr->simulcastIdx; in RoutePayload()
74 payload_length, fragmentation, rtp_video_hdr) == 0 ? true : false; in RoutePayload()
Dpayload_router.h56 const RTPVideoHeader* rtp_video_hdr);
Dvie_encoder.cc456 const RTPVideoHeader* rtp_video_hdr) { in SendData() argument
465 stats_proxy_->OnSendEncodedImage(encoded_image, rtp_video_hdr); in SendData()
470 encoded_image._length, &fragmentation_header, rtp_video_hdr) in SendData()
Dvie_encoder.h114 const RTPVideoHeader* rtp_video_hdr) override;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h117 const RTPVideoHeader* rtp_video_hdr = NULL) override;
Drtp_rtcp_impl.cc408 const RTPVideoHeader* rtp_video_hdr) { in SendOutgoingData() argument
416 payload_size, fragmentation, rtp_video_hdr); in SendOutgoingData()