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

/external/webrtc/webrtc/base/
H A Dbytebuffer.cc123 *val = (byte_order_ == ORDER_NETWORK) ? NetworkToHost64(v) : v;
H A Dbytebuffer_unittest.cc26 EXPECT_EQ(n64, NetworkToHost64(HostToNetwork64(n64)));
H A Dbyteorder.h160 inline uint64_t NetworkToHost64(uint64_t n) { function in namespace:rtc
/external/webrtc/talk/session/media/
H A Dsrtpfilter.cc659 rtc::NetworkToHost64(rdbx_get_packet_index(&stream->rtp_rdbx) << 16));
H A Dsrtpfilter_unittest.cc667 int64_t be64_index = static_cast<int64_t>(rtc::NetworkToHost64(1 << 16));

Completed in 54 milliseconds