Searched refs:crc32value (Results 1 – 3 of 3) sorted by relevance
/cts/tests/media/jni/ |
D | NativeCodecTestBase.cpp | 283 crc32value = crc32(crc32value, flattenInfo, pos); in updateChecksum() 292 crc32value = crc32(crc32value, tmp.data(), width * height * bytesPerSample); in updateChecksum() 294 crc32value = crc32(crc32value, buf, info->size); in updateChecksum() 321 if (crc32value != that->crc32value) { in equalsDequeuedOutput() 324 mSharedErrorLogs->append(StringFormat("Ref CRC32 checksum value is %lu \n", crc32value)); in equalsDequeuedOutput() 326 StringFormat("Test CRC32 checksum value is %lu \n", that->crc32value)); in equalsDequeuedOutput()
|
D | NativeCodecTestBase.h | 113 uLong crc32value = 0U; variable 139 uLong getChecksum() { return crc32value; } in getChecksum() 144 crc32value = 0U; in reset()
|
D | NativeExtractorTest.cpp | 521 uLong crc32value = 0U; in nativeReadAllData() local 594 crc32value = crc32(crc32value, static_cast<uint8_t*>(csdBuffer), csdSize); in nativeReadAllData() 604 crc32value = crc32(crc32value, buffer, bufferSize); in nativeReadAllData() 610 crc32value = crc32(crc32value, buffer, refSz); in nativeReadAllData() 628 crc32value = crc32(crc32value, buffer, bufferSize); in nativeReadAllData() 648 return static_cast<jlong>(crc32value); in nativeReadAllData()
|