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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp49 mLatestDequeuedMeta(NULL) {
142 mLatestDequeuedMeta = (*buffer)->meta()->dup();
143 CHECK(mLatestDequeuedMeta->findInt64("timeUs", &timeUs));
190 mLatestDequeuedMeta = buffer->meta()->dup();
522 return mLatestDequeuedMeta;
679 mLatestDequeuedMeta = NULL;
H A DAnotherPacketSource.h123 sp<AMessage> mLatestDequeuedMeta; member in struct:android::AnotherPacketSource

Completed in 25 milliseconds