HomeSort by relevance Sort by last modified time
    Searched refs:nptUs (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 451 int64_t nptUs =
457 accessUnit->meta()->setInt64("timeUs", nptUs);
521 int64_t nptUs;
522 CHECK(msg->findInt64("nptUs", &nptUs));
526 info->mNormalPlaytimeUs = nptUs;
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h     [all...]

Completed in 67 milliseconds