Home | History | Annotate | Download | only in enc

Lines Matching defs:timeUs

410         int64_t timeUs;
411 CHECK(mInputBuffer->meta_data()->findInt64(kKeyTime, &timeUs));
412 outputBuffer->meta_data()->setInt64(kKeyTime, timeUs);
417 if (mNumInputFrames >= 1 && mPrevTimestampUs == timeUs) {
427 CHECK(mPrevTimestampUs < timeUs);
428 mPrevTimestampUs = timeUs;
434 videoInput.coding_timestamp = (timeUs + 500) / 1000; // in ms
525 int64_t timeUs;
526 CHECK(mInputBuffer->meta_data()->findInt64(kKeyTime, &timeUs));
527 mOutputBuffers[index]->meta_data()->setInt64(kKeyTime, timeUs);