Home | History | Annotate | Download | only in mpeg2ts

Lines Matching refs:timeUs

249         const void *data, size_t size, int64_t timeUs) {
447 info.mTimestampUs = timeUs;
452 ALOGI("size = %zu, timeUs = %.2f secs", size, timeUs / 1E6);
471 accessUnit->meta()->setInt64("timeUs", info.mTimestampUs);
536 int64_t timeUs = fetchTimestamp(syncStartPos + payloadSize);
537 CHECK_GE(timeUs, 0ll);
538 accessUnit->meta()->setInt64("timeUs", timeUs);
585 int64_t timeUs = fetchTimestamp(payloadSize + 4);
586 CHECK_GE(timeUs
587 accessUnit->meta()->setInt64("timeUs", timeUs);
694 int64_t timeUs = fetchTimestampAAC(offset);
703 accessUnit->meta()->setInt64("timeUs", timeUs);
709 int64_t timeUs = -1;
718 timeUs = info->mTimestampUs;
734 if (timeUs == 0ll) {
738 return timeUs;
743 int64_t timeUs = -1;
753 timeUs = info->mTimestampUs;
773 if (timeUs == 0ll) {
777 return timeUs;
877 int64_t timeUs = fetchTimestamp(nextScan);
878 CHECK_GE(timeUs, 0ll);
880 accessUnit->meta()->setInt64("timeUs", timeUs);
933 int64_t timeUs = fetchTimestamp(frameSize);
934 CHECK_GE(timeUs, 0ll);
936 accessUnit->meta()->setInt64("timeUs", timeUs);
1090 int64_t timeUs = fetchTimestamp(offset);
1091 CHECK_GE(timeUs, 0ll);
1095 accessUnit->meta()->setInt64("timeUs", timeUs);
1098 timeUs);
1249 int64_t timeUs = fetchTimestamp(offset);
1250 CHECK_GE(timeUs, 0ll);
1254 accessUnit->meta()->setInt64("timeUs", timeUs);
1257 timeUs);