Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTSPSource.cpp647 int64_t nptUs = in onMessageReceived() local
653 accessUnit->meta()->setInt64("timeUs", nptUs); in onMessageReceived()
711 int64_t nptUs; in onMessageReceived() local
712 CHECK(msg->findInt64("nptUs", &nptUs)); in onMessageReceived()
716 info->mNormalPlaytimeUs = nptUs; in onMessageReceived()
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DMyHandler.h1983 size_t trackIndex, uint32_t rtpTime, int64_t nptUs) { in postNormalPlayTimeMapping()
1988 msg->setInt64("nptUs", nptUs); in postNormalPlayTimeMapping()