Home | History | Annotate | Download | only in mpeg2ts

Lines Matching refs:timeUs

124             int64_t timeUs;
125 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
129 mediaBuffer->meta_data()->setInt64(kKeyTime, timeUs);
155 CHECK(buffer->meta()->findInt64("timeUs", &mLastQueuedTimeUs));
156 ALOGV("queueAccessUnit timeUs=%lld us (%.2f secs)", mLastQueuedTimeUs, mLastQueuedTimeUs / 1E6);
237 int64_t timeUs;
238 if (buffer->meta()->findInt64("timeUs", &timeUs)) {
240 time1 = timeUs;
243 time2 = timeUs;
255 status_t AnotherPacketSource::nextBufferTime(int64_t *timeUs) {
256 *timeUs = 0;
265 CHECK(buffer->meta()->findInt64("timeUs", timeUs));