Home | History | Annotate | Download | only in mpeg2ts

Lines Matching defs:timeUs

124         const void *data, size_t size, int64_t timeUs) {
286 info.mTimestampUs = timeUs;
291 ALOGI("size = %d, timeUs = %.2f secs", size, timeUs / 1E6);
310 accessUnit->meta()->setInt64("timeUs", info.mTimestampUs);
377 int64_t timeUs = fetchTimestamp(payloadSize + 4);
378 CHECK_GE(timeUs, 0ll);
379 accessUnit->meta()->setInt64("timeUs", timeUs);
397 int64_t timeUs;
462 timeUs = tmpUs;
479 accessUnit->meta()->setInt64("timeUs", timeUs);
485 int64_t timeUs = -1;
494 timeUs = info->mTimestampUs;
514 if (timeUs == 0ll) {
518 return timeUs;
610 int64_t timeUs = fetchTimestamp(nextScan);
611 CHECK_GE(timeUs, 0ll);
613 accessUnit->meta()->setInt64("timeUs", timeUs);
666 int64_t timeUs = fetchTimestamp(frameSize);
667 CHECK_GE(timeUs, 0ll);
669 accessUnit->meta()->setInt64("timeUs", timeUs);
823 int64_t timeUs = fetchTimestamp(offset);
824 CHECK_GE(timeUs, 0ll);
828 accessUnit->meta()->setInt64("timeUs", timeUs);
831 timeUs);
982 int64_t timeUs = fetchTimestamp(offset);
983 CHECK_GE(timeUs, 0ll);
987 accessUnit->meta()->setInt64("timeUs", timeUs);
990 timeUs);