Home
last modified time | relevance | path

Searched refs:EncodeLast (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dtransport_feedback.h128 uint16_t EncodeLast() const;
Dtransport_feedback.cc147 uint16_t TransportFeedback::LastChunk::EncodeLast() const { in EncodeLast() function in webrtc::rtcp::TransportFeedback::LastChunk
645 uint16_t chunk = last_chunk_.EncodeLast(); in Create()