HomeSort by relevance Sort by last modified time
    Searched refs:mLatestDequeuedMeta (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.h 119 sp<AMessage> mLatestDequeuedMeta;
AnotherPacketSource.cpp 49 mLatestDequeuedMeta(NULL) {
142 mLatestDequeuedMeta = (*buffer)->meta()->dup();
143 CHECK(mLatestDequeuedMeta->findInt64("timeUs", &timeUs));
190 mLatestDequeuedMeta = buffer->meta()->dup();
467 return mLatestDequeuedMeta;
624 mLatestDequeuedMeta = NULL;

Completed in 51 milliseconds