Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Drtp_seq_num_only_ref_finder.cc91 frame->references[0] = rtp_seq_num_unwrapper_.Unwrap(last_picture_id_gop); in ManageFrameInternal()
99 frame->SetId(rtp_seq_num_unwrapper_.Unwrap(frame->Id())); in ManageFrameInternal()
Drtp_seq_num_only_ref_finder.h65 SeqNumUnwrapper<uint16_t> rtp_seq_num_unwrapper_; variable
/external/webrtc/video/
Drtp_video_stream_receiver2.h433 SeqNumUnwrapper<uint16_t> rtp_seq_num_unwrapper_
Drtp_video_stream_receiver2.cc544 rtp_seq_num_unwrapper_.Unwrap(rtp_packet.SequenceNumber()); in OnReceivedPayloadData()
792 rtp_seq_num_unwrapper_.Unwrap(packet->seq_num); in OnInsertedPacket()
1217 int64_t unwrapped_rtp_seq_num = rtp_seq_num_unwrapper_.Unwrap(seq_num); in FrameDecoded()