Home | History | Annotate | Download | only in source

Lines Matching defs:timeUs

416             int64_t timeUs;
417 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
420 timeUs += copyUs;
421 buffer->meta()->setInt64("timeUs", timeUs);
462 int64_t timeUs;
463 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
465 partialAudioAU->meta()->setInt64("timeUs", timeUs);
468 timeUs += copyUs;
469 buffer->meta()->setInt64("timeUs", timeUs);
501 int64_t timeUs = 0ll;
505 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
525 timeUs, flags);
555 int64_t timeUs;
558 &bufferIndex, &offset, &size, &timeUs, &flags);
573 buffer->meta()->setInt64("timeUs", timeUs);
576 mIsVideo ? "video" : "audio", timeUs, timeUs / 1E6);