Home | History | Annotate | Download | only in mpeg2ts

Lines Matching defs:timeUs

121         const void *data, size_t size, int64_t timeUs) {
278 info.mTimestampUs = timeUs;
283 LOGI("size = %d, timeUs = %.2f secs", size, timeUs / 1E6);
382 int64_t timeUs = -1;
388 timeUs = tmpUs;
408 if (timeUs >= 0) {
409 accessUnit->meta()->setInt64("timeUs", timeUs);
418 int64_t timeUs = -1;
427 timeUs = info->mTimestampUs;
447 if (timeUs == 0ll) {
451 return timeUs;
543 int64_t timeUs = fetchTimestamp(nextScan);
544 CHECK_GE(timeUs, 0ll);
546 accessUnit->meta()->setInt64("timeUs", timeUs);
599 int64_t timeUs = fetchTimestamp(frameSize);
600 CHECK_GE(timeUs, 0ll);
602 accessUnit->meta()->setInt64("timeUs", timeUs);
756 int64_t timeUs = fetchTimestamp(offset);
757 CHECK_GE(timeUs, 0ll);
761 accessUnit->meta()->setInt64("timeUs", timeUs);
764 timeUs);
915 int64_t timeUs = fetchTimestamp(offset);
916 CHECK_GE(timeUs, 0ll);
920 accessUnit->meta()->setInt64("timeUs", timeUs);
923 timeUs);