Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.h430 struct StashEntry { struct
431 inline StashEntry() in StashEntry() argument
438 inline StashEntry( in StashEntry() argument
462 std::list<StashEntry> mPending; argument
466 std::list<StashEntry> mReorderStash;
480 bool popPending(StashEntry *entry);
485 void deferPending(const StashEntry &entry);
DCCodecBuffers.cpp455 for (StashEntry& e : mPending) { in flushStash()
458 for (StashEntry& e : mReorderStash) { in flushStash()
522 StashEntry &entry = mPending.front(); in popFromStashAndRegister()
575 bool OutputBuffers::popPending(StashEntry *entry) { in popPending()
584 void OutputBuffers::deferPending(const OutputBuffers::StashEntry &entry) { in deferPending()