Searched refs:mSawDecInputEOS (Results 1 – 2 of 2) sorted by relevance
43 bool mSawDecInputEOS; member in CodecEncoderSurfaceTest183 mSawDecInputEOS = false; in resetContext()209 if (!hasSeenError() && !mSawDecInputEOS) { in enqueueDecoderEOS()213 mSawDecInputEOS = true; in enqueueDecoderEOS()242 mSawDecInputEOS = true; in enqueueDecoderInput()342 if (!hasSeenError() && !mSawDecInputEOS) { in queueEOS()349 if (!mSawDecInputEOS) { in queueEOS()403 while (!hasSeenError() && !mSawDecInputEOS && frameCnt < frameLimit) { in doWork()426 while (!mSawDecInputEOS && frameCnt < frameLimit) { in doWork()
68 private boolean mSawDecInputEOS; field in CodecEncoderSurfaceTest202 mSawDecInputEOS = false; in resetContext()225 if (!mSawDecInputEOS) { in enqueueDecoderEOS()227 mSawDecInputEOS = true; in enqueueDecoderEOS()252 mSawDecInputEOS = true; in enqueueDecoderInput()342 while (!mAsyncHandleDecoder.hasSeenError() && !mSawDecInputEOS) { in queueEOS()354 } else if (!mSawDecInputEOS) { in queueEOS()388 while (!hasSeenError() && !mSawDecInputEOS && frameCnt < frameLimit) { in doWork()412 while (!mSawDecInputEOS && frameCnt < frameLimit) { in doWork()