Searched defs:nptUs (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp481 int64_t nptUs = local
487 accessUnit->meta()->setInt64("timeUs", nptUs);
554 int64_t nptUs; local
555 CHECK(msg->findInt64("nptUs", &nptUs));
559 info->mNormalPlaytimeUs = nptUs;
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h1901 size_t trackIndex, uint32_t rtpTime, int64_t nptUs) {
1906 msg->setInt64("nptUs", nptUs);
1900 postNormalPlayTimeMapping( size_t trackIndex, uint32_t rtpTime, int64_t nptUs) argument

Completed in 66 milliseconds