Lines Matching refs:hasSeenError
75 bool hasSeenError() { return mAsyncHandleDecoder.getError() || mAsyncHandleEncoder.getError(); } in hasSeenError() function in CodecEncoderSurfaceTest
251 return !hasSeenError(); in configureCodec()
268 if (!hasSeenError() && !mSawDecInputEOS) { in enqueueDecoderEOS()
275 return !hasSeenError(); in enqueueDecoderEOS()
306 return !hasSeenError(); in enqueueDecoderInput()
321 return !hasSeenError(); in dequeueDecoderOutput()
356 return !hasSeenError(); in dequeueEncoderOutput()
361 if (!hasSeenError() && !mSawEncOutputEOS) { in tryEncoderOutput()
373 return !hasSeenError(); in tryEncoderOutput()
402 return !hasSeenError(); in tryEncoderOutput()
407 while (!hasSeenError() && !mSawEncOutputEOS) { in waitForAllEncoderOutputs()
415 return !hasSeenError(); in waitForAllEncoderOutputs()
420 while (!hasSeenError() && !mSawDecInputEOS) { in queueEOS()
462 while (!hasSeenError() && !mSawDecOutputEOS) { in queueEOS()
497 return !hasSeenError(); in queueEOS()
504 while (!hasSeenError() && !mSawDecInputEOS && frameCnt < frameLimit) { in doWork()
556 return !hasSeenError(); in doWork()