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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp541 int64_t nptUs = local
547 accessUnit->meta()->setInt64("timeUs", nptUs);
614 int64_t nptUs; local
615 CHECK(msg->findInt64("nptUs", &nptUs));
619 info->mNormalPlaytimeUs = nptUs;
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h1950 size_t trackIndex, uint32_t rtpTime, int64_t nptUs) {
1955 msg->setInt64("nptUs", nptUs);
1949 postNormalPlayTimeMapping( size_t trackIndex, uint32_t rtpTime, int64_t nptUs) argument

Completed in 73 milliseconds