Searched refs:crc32 (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
H A DTSPacketizer.h86 uint32_t crc32(const uint8_t *start, size_t size) const;
H A DTSPacketizer.cpp700 uint32_t crc = htonl(crc32(crcDataStart, ptr - crcDataStart));
815 crc = htonl(crc32(crcDataStart, ptr - crcDataStart));
1026 uint32_t TSPacketizer::crc32(const uint8_t *start, size_t size) const { function in class:android::TSPacketizer
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp317 int crc = crc32(0L, Z_NULL, 0);
322 crc = crc32(crc, (Bytef*)buf, amt);
328 out->s.crc32 = crc;
398 LOGP("file added: %s crc=0x%08x", g.file.string(), g.s.crc32);
406 LOGP(" old: modTime=%d,%d mode=%04o size=%-3d crc32=0x%08x",
407 f.modTime_sec, f.modTime_nsec, f.mode, f.size, f.crc32);
408 LOGP(" new: modTime=%d,%d mode=%04o size=%-3d crc32=0x%08x",
409 g.s.modTime_sec, g.s.modTime_nsec, g.s.mode, g.s.size, g.s.crc32);
411 || f.mode != g.s.mode || f.size != g.s.size || f.crc32 != g.s.crc32) {
[all...]
H A DZipFileRO.cpp123 *pCrc32 = ze.crc32;
H A DAsset.cpp220 unsigned long crc32; local
222 &compressedLen, &crc32);
/frameworks/av/include/media/stagefright/
H A DMPEG2TSWriter.h82 uint32_t crc32(const uint8_t *start, size_t length);
/frameworks/av/media/libstagefright/foundation/include/
H A DMPEG2TSWriter.h82 uint32_t crc32(const uint8_t *start, size_t length);
/frameworks/av/media/libstagefright/include/
H A DMPEG2TSWriter.h82 uint32_t crc32(const uint8_t *start, size_t length);
/frameworks/base/libs/androidfw/include/androidfw/
H A DBackupHelpers.h50 int crc32; member in struct:android::FileState
/frameworks/base/tools/aapt/
H A DZipFile.cpp650 *pCRC32 = crc32(0L, Z_NULL, 0);
659 *pCRC32 = crc32(*pCRC32, tmpBuf, count);
678 *pCRC32 = crc32(0L, Z_NULL, 0);
680 *pCRC32 = crc32(*pCRC32, (const unsigned char*)data, size);
705 *pCRC32 = crc32(0L, Z_NULL, 0);
721 *pCRC32 = crc32(*pCRC32, tmpBuf, count);
788 crc = crc32(0L, Z_NULL, 0);
818 crc = crc32(crc, inBuf, getSize);
H A DZipEntry.h186 void setDataInfo(long uncompLen, long compLen, unsigned long crc32,
H A DZipEntry.cpp242 void ZipEntry::setDataInfo(long uncompLen, long compLen, unsigned long crc32, argument
246 mCDE.mCRC32 = crc32;
495 ALOGD(" modTime=0x%04x modDate=0x%04x crc32=0x%08lx\n",
664 ALOGD(" modTime=0x%04x modDate=0x%04x crc32=0x%08lx\n",
/frameworks/base/core/jni/
H A Dandroid_util_jar_StrictJarFile.cpp46 static_cast<jlong>(entry.crc32),
H A Dcom_android_internal_content_NativeLibraryHelper.cpp135 uLong crc = crc32(0L, Z_NULL, 0);
139 crc = crc32(crc, crcBuffer, numBytes);
/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp710 uint32_t crc = htonl(crc32(&buffer->data()[5], 12));
786 uint32_t crc = htonl(crc32(&buffer->data()[5], 12+mSources.size()*5));
971 uint32_t MPEG2TSWriter::crc32(const uint8_t *p_start, size_t length) { function in class:android::MPEG2TSWriter
/frameworks/compile/mclinker/lib/LD/
H A DIdenticalCodeFolding.cpp189 uint32_t checksum = ::crc32(0xFFFFFFFF,
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 8645 milliseconds