Searched refs:crc32value (Results 1 – 3 of 3) sorted by relevance
/cts/tests/media/jni/ |
D | NativeCodecTestBase.cpp | 220 crc32value = crc32(crc32value, flattenInfo, pos); in updateChecksum() 229 crc32value = crc32(crc32value, tmp.data(), width * height); in updateChecksum() 231 crc32value = crc32(crc32value, buf, info->size); in updateChecksum() 289 if (crc32value != that->crc32value) { in equals() 290 ALOGE("ref and test outputs checksum do not match %lu, %lu", crc32value, that->crc32value); in equals()
|
D | NativeCodecTestBase.h | 93 uLong crc32value = 0U; variable 113 uLong getChecksum() { return crc32value; } in getChecksum() 118 crc32value = 0U; in reset()
|
D | NativeExtractorTest.cpp | 515 uLong crc32value = 0U; in nativeReadAllData() local 587 crc32value = crc32(crc32value, static_cast<uint8_t*>(csdBuffer), csdSize); in nativeReadAllData() 597 crc32value = crc32(crc32value, buffer, bufferSize); in nativeReadAllData() 603 crc32value = crc32(crc32value, buffer, refSz); in nativeReadAllData() 621 crc32value = crc32(crc32value, buffer, bufferSize); in nativeReadAllData() 641 return static_cast<jlong>(crc32value); in nativeReadAllData()
|