Home
last modified time | relevance | path

Searched refs:mLatestDequeuedMeta (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp49 mLatestDequeuedMeta(NULL) { in AnotherPacketSource()
142 mLatestDequeuedMeta = (*buffer)->meta()->dup(); in dequeueAccessUnit()
143 CHECK(mLatestDequeuedMeta->findInt64("timeUs", &timeUs)); in dequeueAccessUnit()
190 mLatestDequeuedMeta = buffer->meta()->dup(); in read()
467 return mLatestDequeuedMeta; in getLatestDequeuedMeta()
624 mLatestDequeuedMeta = NULL; in trimBuffersBeforeMeta()
DAnotherPacketSource.h119 sp<AMessage> mLatestDequeuedMeta; member