Home
last modified time | relevance | path

Searched refs:NetworkToHost64 (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/rtc_base/
Dbyte_buffer.cc102 *val = NetworkToHost64(v); in ReadUInt64()
Dbyte_order.h186 inline uint64_t NetworkToHost64(uint64_t n) { in NetworkToHost64() function
Dbyte_buffer_unittest.cc28 EXPECT_EQ(n64, NetworkToHost64(HostToNetwork64(n64))); in TEST()
/external/webrtc/pc/
Dsrtp_session_unittest.cc140 int64_t be64_index = static_cast<int64_t>(NetworkToHost64(1 << 16)); in TEST_F()
Dsrtp_session.cc231 *index = static_cast<int64_t>(rtc::NetworkToHost64( in GetSendStreamPacketIndex()