Searched refs:mCrc32UsingImage (Results 1 – 1 of 1) sorted by relevance
216 private CRC32 mCrc32UsingImage; field in OutputManager224 mCrc32UsingImage = new CRC32(); in OutputManager()404 mCrc32UsingImage.update(bb, 0, width * height); in checksum()428 mCrc32UsingImage.reset(); in reset()450 return mCrc32UsingImage.getValue(); in getCheckSumImage()477 if (mCrc32UsingImage.getValue() != that.mCrc32UsingImage.getValue()) { in equalsInterlaced()480 mCrc32UsingImage.getValue() + '/' + that.mCrc32UsingImage.getValue()); in equalsInterlaced()