Home
last modified time | relevance | path

Searched defs:ClearTo (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/webrtc/modules/video_coding/
H A Drtp_frame_reference_finder.cc115 void RtpFrameReferenceFinderImpl::ClearTo(uint16_t seq_num) { in ClearTo() function in webrtc::internal::RtpFrameReferenceFinderImpl
175 void RtpFrameReferenceFinder::ClearTo(uint16_t seq_num) { in ClearTo() function in webrtc::RtpFrameReferenceFinder
H A Drtp_seq_num_only_ref_finder.cc175 void RtpSeqNumOnlyRefFinder::ClearTo(uint16_t seq_num) { in ClearTo() function in webrtc::RtpSeqNumOnlyRefFinder
H A Drtp_vp8_ref_finder.cc243 void RtpVp8RefFinder::ClearTo(uint16_t seq_num) { in ClearTo() function in webrtc::RtpVp8RefFinder
H A Dpacket_buffer.cc118 void PacketBuffer::ClearTo(uint16_t seq_num) { in ClearTo() function in webrtc::video_coding::PacketBuffer
H A Drtp_vp9_ref_finder.cc356 void RtpVp9RefFinder::ClearTo(uint16_t seq_num) { in ClearTo() function in webrtc::RtpVp9RefFinder
H A Drtp_frame_reference_finder_unittest.cc218 TEST_F(TestRtpFrameReferenceFinder, ClearTo) { in TEST_F() argument