Home | History | Annotate | Download | only in source

Lines Matching refs:timeUs

532             int64_t timeUs;
533 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
536 timeUs += copyUs;
537 buffer->meta()->setInt64("timeUs", timeUs);
578 int64_t timeUs;
579 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
581 partialAudioAU->meta()->setInt64("timeUs", timeUs);
584 timeUs += copyUs;
585 buffer->meta()->setInt64("timeUs", timeUs);
617 int64_t timeUs = 0ll;
621 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
641 timeUs, flags);
658 int64_t timeUs;
659 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
661 dup->meta()->setInt64("timeUs", timeUs);
688 int64_t timeUs;
692 &bufferIndex, &offset, &size, &timeUs, &flags);
748 buffer->meta()->setInt64("timeUs", timeUs);
751 mIsVideo ? "video" : "audio", timeUs, timeUs / 1E6);