Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/numerics/
Dsequence_number_util_unittest.cc215 TEST(SeqNumUnwrapper, PreserveStartValue) { in TEST() argument
216 SeqNumUnwrapper<uint8_t> unwrapper; in TEST()
220 TEST(SeqNumUnwrapper, ForwardWrap) { in TEST() argument
221 SeqNumUnwrapper<uint8_t> unwrapper; in TEST()
226 TEST(SeqNumUnwrapper, ForwardWrapWithDivisor) { in TEST() argument
227 SeqNumUnwrapper<uint8_t, 33> unwrapper; in TEST()
232 TEST(SeqNumUnwrapper, BackWardWrap) { in TEST() argument
233 SeqNumUnwrapper<uint8_t> unwrapper; in TEST()
238 TEST(SeqNumUnwrapper, BackWardWrapWithDivisor) { in TEST() argument
239 SeqNumUnwrapper<uint8_t, 33> unwrapper; in TEST()
[all …]
Dsequence_number_util.h88 class SeqNumUnwrapper {
/external/webrtc/modules/video_coding/
Drtp_frame_reference_finder.h210 SeqNumUnwrapper<uint16_t> rtp_seq_num_unwrapper_;
214 SeqNumUnwrapper<uint16_t, kPicIdLength> unwrapper_;
216 SeqNumUnwrapper<uint8_t> tl0_unwrapper_;
Dpacket_buffer_unittest.cc365 SeqNumUnwrapper<uint16_t> unwrapper; in TEST_F()
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dalerts.cc76 SeqNumUnwrapper<uint16_t> seq_num_unwrapper; in AnalyzeStreamGaps()
79 SeqNumUnwrapper<uint32_t> capture_time_unwrapper; in AnalyzeStreamGaps()
Danalyzer.cc125 SeqNumUnwrapper<uint32_t> unwrapper; in EstimateRtpClockFrequency()
693 SeqNumUnwrapper<uint16_t> unwrapper_; in CreateIncomingPacketLossGraph()
694 SeqNumUnwrapper<uint16_t> prior_unwrapper_; in CreateIncomingPacketLossGraph()
1522 SeqNumUnwrapper<uint32_t> timestamp_unwrapper; in CreatePacerDelayGraph()
/external/webrtc/modules/remote_bitrate_estimator/
Dremote_estimator_proxy.h101 SeqNumUnwrapper<uint16_t> unwrapper_ RTC_GUARDED_BY(&lock_);
/external/webrtc/video/
Drtp_video_stream_receiver2.h304 SeqNumUnwrapper<uint16_t> frame_id_unwrapper_
Drtp_video_stream_receiver.h341 SeqNumUnwrapper<uint16_t> frame_id_unwrapper_
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.cc119 SeqNumUnwrapper<uint32_t> unwrap_capture_ticks;