Home
last modified time | relevance | path

Searched defs:NumRtpBytes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/media/base/
H A Dfake_network_interface.h56 int NumRtpBytes() RTC_LOCKS_EXCLUDED(mutex_) { in NumRtpBytes() function
65 int NumRtpBytes(uint32_t ssrc) RTC_LOCKS_EXCLUDED(mutex_) { in NumRtpBytes() function
/aosp_15_r20/external/webrtc/media/engine/
H A Dwebrtc_video_engine_unittest.cc1641 int NumRtpBytes() { return network_interface_.NumRtpBytes(); } in NumRtpBytes() function in cricket::WebRtcVideoChannelBaseTest
1642 int NumRtpBytes(uint32_t ssrc) { in NumRtpBytes() function in cricket::WebRtcVideoChannelBaseTest