Searched refs:mCrc32UsingImage (Results 1 – 1 of 1) sorted by relevance
60 private final CRC32 mCrc32UsingImage; field in OutputManager79 mCrc32UsingImage = new CRC32(); in OutputManager()330 mCrc32UsingImage.update(bb, 0, width * height * bytesPerSample); in checksum()363 mCrc32UsingImage.reset(); in reset()452 return mCrc32UsingImage.getValue(); in getCheckSumImage()521 if (mCrc32UsingImage.getValue() != that.mCrc32UsingImage.getValue()) { in equalsDequeuedOutput()526 "Ref CRC32 checksum value is %d \n", mCrc32UsingImage.getValue())); in equalsDequeuedOutput()528 "Test CRC32 checksum value is %d \n", that.mCrc32UsingImage.getValue())); in equalsDequeuedOutput()