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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp440 int64_t nptUs = local
446 accessUnit->meta()->setInt64("timeUs", nptUs);
513 int64_t nptUs; local
514 CHECK(msg->findInt64("nptUs", &nptUs));
518 info->mNormalPlaytimeUs = nptUs;
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h1887 size_t trackIndex, uint32_t rtpTime, int64_t nptUs) {
1892 msg->setInt64("nptUs", nptUs);
1886 postNormalPlayTimeMapping( size_t trackIndex, uint32_t rtpTime, int64_t nptUs) argument

Completed in 231 milliseconds