Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/fuzzer/
DC2Fuzzer.h72 bool isEos() { return mFrameList.empty(); } in isEos() function
DC2Fuzzer.cpp251 while (!bufferSource->isEos() && ++iterationCount <= kMaxIterations) { in decodeFrames()