Home | History | Annotate | Download | only in mpeg2ts

Lines Matching defs:timeUs

113             int64_t timeUs;
114 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
118 mediaBuffer->meta_data()->setInt64(kKeyTime, timeUs);
144 int64_t timeUs;
145 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
146 ALOGV("queueAccessUnit timeUs=%lld us (%.2f secs)", timeUs, timeUs / 1E6);
217 int64_t timeUs;
218 if (buffer->meta()->findInt64("timeUs", &timeUs)) {
220 time1 = timeUs;
223 time2 = timeUs;
235 status_t AnotherPacketSource::nextBufferTime(int64_t *timeUs) {
236 *timeUs = 0;
245 CHECK(buffer->meta()->findInt64("timeUs", timeUs));