Lines Matching refs:RtpFrameObject
23 RtpFrameObject::RtpFrameObject( in RtpFrameObject() function in webrtc::video_coding::RtpFrameObject
92 RtpFrameObject::~RtpFrameObject() { in ~RtpFrameObject()
95 uint16_t RtpFrameObject::first_seq_num() const { in first_seq_num()
99 uint16_t RtpFrameObject::last_seq_num() const { in last_seq_num()
103 int RtpFrameObject::times_nacked() const { in times_nacked()
107 VideoFrameType RtpFrameObject::frame_type() const { in frame_type()
111 VideoCodecType RtpFrameObject::codec_type() const { in codec_type()
115 int64_t RtpFrameObject::ReceivedTime() const { in ReceivedTime()
119 int64_t RtpFrameObject::RenderTime() const { in RenderTime()
123 bool RtpFrameObject::delayed_by_retransmission() const { in delayed_by_retransmission()
127 const RTPVideoHeader& RtpFrameObject::GetRtpVideoHeader() const { in GetRtpVideoHeader()