Home
last modified time | relevance | path

Searched refs:nowTimeUs (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DAHEVCAssembler.cpp144 int64_t nowTimeUs = ALooper::GetNowUs(); in addNALUnit() local
146 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()
DAAVCAssembler.cpp134 int64_t nowTimeUs = ALooper::GetNowUs(); in addNALUnit() local
136 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()
DARTPSource.cpp671 void ARTPSource::setJbAlarmTime(int64_t nowTimeUs, int64_t alarmAfterUs) { in setJbAlarmTime() argument
675 int64_t alarmTimeUs = nowTimeUs + alarmAfterUs; in setJbAlarmTime()
677 if (mLastJbAlarmTimeUs <= nowTimeUs) { in setJbAlarmTime()
679 mLastJbAlarmTimeUs = nowTimeUs + alarmAfterUs; in setJbAlarmTime()
DARTPSource.h84 void setJbAlarmTime(int64_t nowTimeUs, int64_t alarmAfterUs);