Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.h397 struct StashEntry { struct
398 inline StashEntry() in StashEntry() function
405 inline StashEntry( in StashEntry() function
429 std::list<StashEntry> mPending; argument
433 std::list<StashEntry> mReorderStash;
447 bool popPending(StashEntry *entry);
452 void deferPending(const StashEntry &entry);
DCCodecBuffers.cpp207 for (StashEntry& e : mPending) { in flushStash()
210 for (StashEntry& e : mReorderStash) { in flushStash()
274 StashEntry &entry = mPending.front(); in popFromStashAndRegister()
327 bool OutputBuffers::popPending(StashEntry *entry) { in popPending()
336 void OutputBuffers::deferPending(const OutputBuffers::StashEntry &entry) { in deferPending()