Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DFrameRenderTracker.cpp135 bool foundFrame = (Info *)&*it == until; in checkFencesAndGetRenderedFrames() local
146 if (foundFrame) { in checkFencesAndGetRenderedFrames()
/frameworks/av/media/codec2/hal/common/
DMultiAccessUnitHelper.cpp438 bool foundFrame = false; in gather() local
441 while (!foundFrame && frame != mFrameHolder.end()) { in gather()
445 foundFrame = true; in gather()
520 if (!foundFrame) { in gather()