Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtp_generic_frame_descriptor.h38 bool LastPacketInSubFrame() const { return end_of_subframe_; } in LastPacketInSubFrame()
39 void SetLastPacketInSubFrame(bool last) { end_of_subframe_ = last; } in SetLastPacketInSubFrame()
66 bool end_of_subframe_ = false; variable