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.cpp318 int crc = crc32(0L, Z_NULL, 0);
323 crc = crc32(crc, (Bytef*)buf, amt);
329 out->s.crc32 = crc;
399 LOGP("file added: %s crc=0x%08x", g.file.string(), g.s.crc32);
407 LOGP(" old: modTime=%d,%d mode=%04o size=%-3d crc32=0x%08x",
408 f.modTime_sec, f.modTime_nsec, f.mode, f.size, f.crc32);
409 LOGP(" new: modTime=%d,%d mode=%04o size=%-3d crc32=0x%08x",
410 g.s.modTime_sec, g.s.modTime_nsec, g.s.mode, g.s.size, g.s.crc32);
412 || 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.cpp213 unsigned long crc32; local
215 &compressedLen, &crc32);
/frameworks/av/include/media/stagefright/
H A DMPEG2TSWriter.h82 uint32_t crc32(const uint8_t *start, size_t length);
/frameworks/base/include/androidfw/
H A DBackupHelpers.h50 int crc32; member in struct:android::FileState
/frameworks/base/tools/aapt/
H A DZipFile.cpp651 *pCRC32 = crc32(0L, Z_NULL, 0);
660 *pCRC32 = crc32(*pCRC32, tmpBuf, count);
679 *pCRC32 = crc32(0L, Z_NULL, 0);
681 *pCRC32 = crc32(*pCRC32, (const unsigned char*)data, size);
706 *pCRC32 = crc32(0L, Z_NULL, 0);
722 *pCRC32 = crc32(*pCRC32, tmpBuf, count);
789 crc = crc32(0L, Z_NULL, 0);
819 crc = crc32(crc, inBuf, getSize);
H A DZipEntry.h185 void setDataInfo(long uncompLen, long compLen, unsigned long crc32,
H A DZipEntry.cpp241 void ZipEntry::setDataInfo(long uncompLen, long compLen, unsigned long crc32, argument
245 mCDE.mCRC32 = crc32;
494 ALOGD(" modTime=0x%04x modDate=0x%04x crc32=0x%08lx\n",
663 ALOGD(" modTime=0x%04x modDate=0x%04x crc32=0x%08lx\n",
/frameworks/base/tools/aapt2/
H A DZipFile.cpp661 *pCRC32 = crc32(0L, Z_NULL, 0);
670 *pCRC32 = crc32(*pCRC32, tmpBuf, count);
689 *pCRC32 = crc32(0L, Z_NULL, 0);
691 *pCRC32 = crc32(*pCRC32, (const unsigned char*)data, size);
716 *pCRC32 = crc32(0L, Z_NULL, 0);
732 *pCRC32 = crc32(*pCRC32, tmpBuf, count);
799 crc = crc32(0L, Z_NULL, 0);
829 crc = crc32(crc, inBuf, getSize);
H A DZipEntry.h188 void setDataInfo(long uncompLen, long compLen, unsigned long crc32,
H A DZipEntry.cpp249 void ZipEntry::setDataInfo(long uncompLen, long compLen, unsigned long crc32, argument
253 mCDE.mCRC32 = crc32;
502 ALOGD(" modTime=0x%04x modDate=0x%04x crc32=0x%08lx\n",
671 ALOGD(" modTime=0x%04x modDate=0x%04x crc32=0x%08lx\n",
/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp138 uLong crc = crc32(0L, Z_NULL, 0);
142 crc = crc32(crc, crcBuffer, numBytes);
/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp739 uint32_t crc = htonl(crc32(&buffer->data()[5], 12));
815 uint32_t crc = htonl(crc32(&buffer->data()[5], 12+mSources.size()*5));
1000 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 2520 milliseconds