Home
last modified time | relevance | path

Searched defs:crc (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Dframing.c157 OI_UINT crc; in crc_iterate() local
171 OI_UINT crc; in crc_iterate_top4() local
191 INLINE uint8_t crc_iterate(uint8_t crc, uint8_t next) { in crc_iterate()
199 INLINE uint8_t crc_iterate(uint8_t crc, uint8_t next) { in crc_iterate()
210 uint8_t crc = 0x0f; in OI_SBC_CalculateChecksum() local
Ddecoder-sbc.c249 uint8_t crc; in OI_CODEC_SBC_DecodeFrame() local
359 uint8_t crc; in OI_CODEC_SBC_SkipFrame() local
/packages/modules/NeuralNetworks/driver/cache/nnCache/
DnnCache.cpp209 uint32_t* crc = reinterpret_cast<uint32_t*>(buf + 4); in saveBlobCacheLocked() local
269 uint32_t* crc = reinterpret_cast<uint32_t*>(buf + 4); in loadBlobCacheLocked() local
/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
DHdHomeRunUtils.java184 long crc = crc32.getValue(); in getCrcFromBytes() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DUtils.java156 long crc = INITIALCRC; in crc64Long() local
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/
Doi_codec_sbc.h179 uint8_t crc; /**< Parity check byte used for error detection. */ member
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_fcr.cc108 unsigned short crc = icrc; in l2c_fcr_updcrc() local
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DSectionParser.java2101 int crc = 0xffffffff; in checkSanity() local