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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp450 int64_t nptUs = local
456 accessUnit->meta()->setInt64("timeUs", nptUs);
520 int64_t nptUs; local
521 CHECK(msg->findInt64("nptUs", &nptUs));
525 info->mNormalPlaytimeUs = nptUs;
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h1856 size_t trackIndex, uint32_t rtpTime, int64_t nptUs) {
1861 msg->setInt64("nptUs", nptUs);
1855 postNormalPlayTimeMapping( size_t trackIndex, uint32_t rtpTime, int64_t nptUs) argument

Completed in 82 milliseconds