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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp328 int64_t nptUs = local
334 accessUnit->meta()->setInt64("timeUs", nptUs);
398 int64_t nptUs; local
399 CHECK(msg->findInt64("nptUs", &nptUs));
403 info->mNormalPlaytimeUs = nptUs;
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h1508 size_t trackIndex, uint32_t rtpTime, int64_t nptUs) {
1513 msg->setInt64("nptUs", nptUs);
1507 postNormalPlayTimeMapping( size_t trackIndex, uint32_t rtpTime, int64_t nptUs) argument

Completed in 268 milliseconds