Searched refs:nowTimeUs (Results 1 – 4 of 4) sorted by relevance
144 int64_t nowTimeUs = ALooper::GetNowUs(); in addNALUnit() local146 source->putBaseJitterData(rtpTime, nowTimeUs); in addNALUnit()149 source->putInterArrivalJitterData(rtpTime, nowTimeUs); in addNALUnit()152 const int64_t nowTimeMs = nowTimeUs / 1000; in addNALUnit()212 source->setJbAlarmTime(nowTimeUs, expTimeUs); in addNALUnit()
134 int64_t nowTimeUs = ALooper::GetNowUs(); in addNALUnit() local136 source->putBaseJitterData(rtpTime, nowTimeUs); in addNALUnit()139 source->putInterArrivalJitterData(rtpTime, nowTimeUs); in addNALUnit()142 const int64_t nowTimeMs = nowTimeUs / 1000; in addNALUnit()202 source->setJbAlarmTime(nowTimeUs, expTimeUs); in addNALUnit()
671 void ARTPSource::setJbAlarmTime(int64_t nowTimeUs, int64_t alarmAfterUs) { in setJbAlarmTime() argument675 int64_t alarmTimeUs = nowTimeUs + alarmAfterUs; in setJbAlarmTime()677 if (mLastJbAlarmTimeUs <= nowTimeUs) { in setJbAlarmTime()679 mLastJbAlarmTimeUs = nowTimeUs + alarmAfterUs; in setJbAlarmTime()
84 void setJbAlarmTime(int64_t nowTimeUs, int64_t alarmAfterUs);