Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.h399 struct StashEntry { struct
400 inline StashEntry() in StashEntry() argument
407 inline StashEntry( in StashEntry() argument
431 std::list<StashEntry> mPending; argument
435 std::list<StashEntry> mReorderStash;
449 bool popPending(StashEntry *entry);
454 void deferPending(const StashEntry &entry);
DCCodecBuffers.cpp201 for (StashEntry& e : mPending) { in flushStash()
204 for (StashEntry& e : mReorderStash) { in flushStash()
268 StashEntry &entry = mPending.front(); in popFromStashAndRegister()
332 bool OutputBuffers::popPending(StashEntry *entry) { in popPending()
341 void OutputBuffers::deferPending(const OutputBuffers::StashEntry &entry) { in deferPending()