Home
last modified time | relevance | path

Searched refs:timeUs (Results 1 – 3 of 3) sorted by relevance

/hardware/google/av/media/eco/include/eco/
DECOData.h82 ECOData(int32_t type, int64_t timeUs) : mDataType(type), mDataTimeUs(timeUs) {} in ECOData() argument
/hardware/interfaces/media/omx/1.0/
DIGraphicBufferSource.hal34 setSuspend(bool suspend, int64_t timeUs) generates (Status status);
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp1615 int64_t timeUs; in queueInputBufferInternal() local
1616 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in queueInputBufferInternal()
1619 ALOGD("[%s] buffers after EOS ignored (%lld us)", mName, (long long)timeUs); in queueInputBufferInternal()
1636 work->input.ordinal.timestamp = timeUs; in queueInputBufferInternal()
1641 work->input.ordinal.customOrdinal = timeUs; in queueInputBufferInternal()
1671 work->input.ordinal.timestamp = timeUs; in queueInputBufferInternal()
1674 work->input.ordinal.customOrdinal = timeUs; in queueInputBufferInternal()