Searched defs:ClearTo (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/webrtc/modules/video_coding/ | ||
H A D | rtp_frame_reference_finder.cc | 115 void RtpFrameReferenceFinderImpl::ClearTo(uint16_t seq_num) { in ClearTo() function in webrtc::internal::RtpFrameReferenceFinderImpl |
H A D | rtp_seq_num_only_ref_finder.cc | 175 void RtpSeqNumOnlyRefFinder::ClearTo(uint16_t seq_num) { in ClearTo() function in webrtc::RtpSeqNumOnlyRefFinder |
H A D | rtp_vp8_ref_finder.cc | 243 void RtpVp8RefFinder::ClearTo(uint16_t seq_num) { in ClearTo() function in webrtc::RtpVp8RefFinder |
H A D | packet_buffer.cc | 118 void PacketBuffer::ClearTo(uint16_t seq_num) { in ClearTo() function in webrtc::video_coding::PacketBuffer |
H A D | rtp_vp9_ref_finder.cc | 356 void RtpVp9RefFinder::ClearTo(uint16_t seq_num) { in ClearTo() function in webrtc::RtpVp9RefFinder |
H A D | rtp_frame_reference_finder_unittest.cc | 218 TEST_F(TestRtpFrameReferenceFinder, ClearTo) { in TEST_F() argument |