Lines Matching refs:isPass

288     bool isPass = true;  in testSimpleDecode()  local
296 if (!isPass) break; in testSimpleDecode()
298 if (!isPass) break; in testSimpleDecode()
341 CHECK_ERR(hasSeenError(), log, "has seen error", isPass); in testSimpleDecode()
342 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testSimpleDecode()
343 CHECK_ERR((0 == mOutputCount), log, "received 0 outputs", isPass); in testSimpleDecode()
344 CHECK_ERR(loopCounter != 0 && (!ref->equals(test)), log, "output is flaky", isPass); in testSimpleDecode()
347 log, "pts is not strictly increasing", isPass); in testSimpleDecode()
350 log, "input pts list and output pts list are not identical", isPass); in testSimpleDecode()
355 isPass = false; in testSimpleDecode()
360 isPass = false; in testSimpleDecode()
370 isPass = false; in testSimpleDecode()
374 return isPass; in testSimpleDecode()
378 bool isPass = true; in testFlush() local
398 "pts is not strictly increasing", isPass); in testFlush()
400 "input pts list and output pts list are not identical", isPass); in testFlush()
401 if (!isPass) return false; in testFlush()
407 if (!isPass) break; in testFlush()
447 "pts is not strictly increasing", isPass); in testFlush()
460 CHECK_ERR(hasSeenError(), log, "has seen error", isPass); in testFlush()
461 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testFlush()
462 CHECK_ERR((0 == mOutputCount), log, "received 0 outputs", isPass); in testFlush()
463 CHECK_ERR((!ref->equals(test)), log, "output is flaky", isPass); in testFlush()
464 if (!isPass) continue; in testFlush()
479 CHECK_ERR(hasSeenError(), log, "has seen error", isPass); in testFlush()
480 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testFlush()
481 CHECK_ERR((0 == mOutputCount), log, "received 0 outputs", isPass); in testFlush()
482 CHECK_ERR((!ref->equals(test)), log, "output is flaky", isPass); in testFlush()
487 isPass = false; in testFlush()
492 isPass = false; in testFlush()
497 return isPass; in testFlush()
501 bool isPass = true; in testOnlyEos() local
509 if (!isPass) break; in testOnlyEos()
530 CHECK_ERR(hasSeenError(), log, "has seen error", isPass); in testOnlyEos()
531 CHECK_ERR(loopCounter != 0 && (!ref->equals(test)), log, "output is flaky", isPass); in testOnlyEos()
533 log, "pts is not strictly increasing", isPass); in testOnlyEos()
535 log, "input pts list and output pts list are not identical", isPass); in testOnlyEos()
538 return isPass; in testOnlyEos()
542 bool isPass = true; in testSimpleDecodeQueueCSD() local
566 for (int i = 0; i < formats.size() && isPass; i++) { in testSimpleDecodeQueueCSD()
569 if (!isPass) break; in testSimpleDecodeQueueCSD()
571 if (!isPass) break; in testSimpleDecodeQueueCSD()
605 CHECK_ERR(hasSeenError(), log, "has seen error", isPass); in testSimpleDecodeQueueCSD()
606 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testSimpleDecodeQueueCSD()
607 CHECK_ERR((0 == mOutputCount), log, "received 0 outputs", isPass); in testSimpleDecodeQueueCSD()
608 CHECK_ERR(loopCounter != 0 && (!ref->equals(test)), log, "output is flaky", isPass); in testSimpleDecodeQueueCSD()
611 log, "pts is not strictly increasing", isPass); in testSimpleDecodeQueueCSD()
614 log, "input pts list and output pts list are not identical", isPass); in testSimpleDecodeQueueCSD()
619 isPass = false; in testSimpleDecodeQueueCSD()
624 isPass = false; in testSimpleDecodeQueueCSD()
632 return isPass; in testSimpleDecodeQueueCSD()
645 bool isPass = codecDecoderTest->testSimpleDecode(cDecoder, cTestFile, cRefFile, cRmsError); in nativeTestSimpleDecode() local
655 return static_cast<jboolean>(isPass); in nativeTestSimpleDecode()
664 bool isPass = codecDecoderTest->testOnlyEos(cDecoder, cTestFile); in nativeTestOnlyEos() local
669 return static_cast<jboolean>(isPass); in nativeTestOnlyEos()
679 bool isPass = codecDecoderTest->testFlush(cDecoder, cTestFile); in nativeTestFlush() local
688 return static_cast<jboolean>(isPass); in nativeTestFlush()
697 bool isPass = codecDecoderTest->testSimpleDecodeQueueCSD(cDecoder, cTestFile); in nativeTestSimpleDecodeQueueCSD() local
702 return static_cast<jboolean>(isPass); in nativeTestSimpleDecodeQueueCSD()