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

/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DRTSPSource2.cpp638 int64_t nptUs = local
644 accessUnit->meta()->setInt64("timeUs", nptUs);
702 int64_t nptUs; local
703 CHECK(msg->findInt64("nptUs", &nptUs));
707 info->mNormalPlaytimeUs = nptUs;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp640 int64_t nptUs = local
646 accessUnit->meta()->setInt64("timeUs", nptUs);
704 int64_t nptUs; local
705 CHECK(msg->findInt64("nptUs", &nptUs));
709 info->mNormalPlaytimeUs = nptUs;
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h1947 size_t trackIndex, uint32_t rtpTime, int64_t nptUs) {
1952 msg->setInt64("nptUs", nptUs);
1946 postNormalPlayTimeMapping( size_t trackIndex, uint32_t rtpTime, int64_t nptUs) argument

Completed in 27 milliseconds