Home
last modified time | relevance | path

Searched refs:GetNowNTP (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.cpp418 uint64_t ARTPWriter::GetNowNTP() { in GetNowNTP() function in android::ARTPWriter
435 uint64_t ntp = GetNowNTP(); in dumpSessionDesc()
663 mLastNTPTime = GetNowNTP(); in sendAVCData()
725 mLastNTPTime = GetNowNTP(); in sendH263Data()
832 mLastNTPTime = GetNowNTP(); in sendAMRData()
DARTPWriter.h105 static uint64_t GetNowNTP();
/frameworks/av/media/libstagefright/wifi-display/rtp/
DRTPSender.h95 static uint64_t GetNowNTP();
DRTPSender.cpp472 mLastNTPTime = GetNowNTP(); in sendRTPPacket()
491 uint64_t RTPSender::GetNowNTP() { in GetNowNTP() function in android::RTPSender