Searched defs:nptUs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp675 int64_t nptUs = local
681 accessUnit->meta()->setInt64("timeUs", nptUs);
739 int64_t nptUs; local
740 CHECK(msg->findInt64("nptUs", &nptUs));
744 info->mNormalPlaytimeUs = nptUs;
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h1946 size_t trackIndex, uint32_t rtpTime, int64_t nptUs) {
1951 msg->setInt64("nptUs", nptUs);
1945 postNormalPlayTimeMapping( size_t trackIndex, uint32_t rtpTime, int64_t nptUs) argument

Completed in 184 milliseconds