Home
last modified time | relevance | path

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

/external/opencore/oscl/oscl/osclbase/src/
Doscl_int64_utils.h46 OSCL_IMPORT_REF static uint32 get_uint64_upper32(const uint64& input_value);
Doscl_int64_utils.cpp51 OSCL_EXPORT_REF uint32 Oscl_Int64_Utils::get_uint64_upper32(const uint64& input_value) in get_uint64_upper32() function in Oscl_Int64_Utils
Doscl_time.inl92 return Oscl_Int64_Utils::get_uint64_upper32(timevalue);
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_rtcp_proto_impl.cpp861 …srRTP, firstRTP, timescale, Oscl_Int64_Utils::get_uint64_upper32(srNTP), Oscl_Int64_Utils::get_uin… in ProcessRTCPSRforAVSync()
862 … Oscl_Int64_Utils::get_uint64_upper32(initNTP), Oscl_Int64_Utils::get_uint64_lower32(initNTP), in ProcessRTCPSRforAVSync()
863 …Oscl_Int64_Utils::get_uint64_upper32(deltaRTPInNTPFormat), Oscl_Int64_Utils::get_uint64_lower32(de… in ProcessRTCPSRforAVSync()
904 uint32 srNTPHigh = Oscl_Int64_Utils::get_uint64_upper32(srNTP); in ProcessRTCPSRforAVSync()
/external/opencore/protocols/sdp/common/include/
Dsession_info.h892 Oscl_Int64_Utils::get_uint64_upper32(ntp_value); in convertNTPValueToMilliSeconds()