Home | History | Annotate | Download | only in rtp

Lines Matching defs:timeUs

212     int64_t timeUs;
213 CHECK(packet->meta()->findInt64("timeUs", &timeUs));
227 uint32_t rtpTime = (timeUs * 9) / 100ll;
252 int64_t timeUs;
253 CHECK(tsPackets->meta()->findInt64("timeUs", &timeUs));
301 timeUs);
313 int64_t timeUs;
314 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
316 uint32_t rtpTime = (timeUs * 9 / 100ll);
463 bool timeValid, int64_t timeUs) {
468 timeValid, timeUs);