Searched refs:nptUs (Results 1 – 3 of 3) sorted by relevance
638 int64_t nptUs = in onMessageReceived() local644 accessUnit->meta()->setInt64("timeUs", nptUs); in onMessageReceived()702 int64_t nptUs; in onMessageReceived() local703 CHECK(msg->findInt64("nptUs", &nptUs)); in onMessageReceived()707 info->mNormalPlaytimeUs = nptUs; in onMessageReceived()
640 int64_t nptUs = in onMessageReceived() local646 accessUnit->meta()->setInt64("timeUs", nptUs); in onMessageReceived()704 int64_t nptUs; in onMessageReceived() local705 CHECK(msg->findInt64("nptUs", &nptUs)); in onMessageReceived()709 info->mNormalPlaytimeUs = nptUs; in onMessageReceived()
1947 size_t trackIndex, uint32_t rtpTime, int64_t nptUs) { in postNormalPlayTimeMapping()1952 msg->setInt64("nptUs", nptUs); in postNormalPlayTimeMapping()