Lines Matching refs:isPass
458 bool isPass = true; in testSimpleEncode() local
474 if (!isPass) break; in testSimpleEncode()
486 isPass = false; in testSimpleEncode()
524 CHECK_ERR((hasSeenError()), log, "has seen error", isPass); in testSimpleEncode()
525 CHECK_ERR((0 == mDecInputCount), log, "no input sent", isPass); in testSimpleEncode()
526 CHECK_ERR((0 == mDecOutputCount), log, "no decoder output received", isPass); in testSimpleEncode()
527 CHECK_ERR((0 == mEncOutputCount), log, "no encoder output received", isPass); in testSimpleEncode()
529 isPass); in testSimpleEncode()
541 "Ref pts is not strictly increasing", isPass); in testSimpleEncode()
543 "Test pts is not strictly increasing", isPass); in testSimpleEncode()
553 return isPass; in testSimpleEncode()
566 bool isPass = in nativeTestSimpleEncode() local
574 return static_cast<jboolean>(isPass); in nativeTestSimpleEncode()