Searched refs:CRC_SIZE (Results 1 – 4 of 4) sorted by relevance
139 contentSize = dataSize - RAW_DATA_OFFSET + BLOCK_SIZE + SEQ_SIZE + CRC_SIZE; in GetContentSize()199 out_.write(reinterpret_cast<const char*>(&crcDefault), CRC_SIZE); in WriteContent()
34 #define CRC_SIZE sizeof(uint32_t) macro
117 if (!rawData->Append(content + contentPos, contentSize - contentPos - CRC_SIZE)) { in AppendContentData()
229 constexpr uint32_t minContentSize = BLOCK_SIZE + sizeof(ContentHeader) + CRC_SIZE; in ReadContent()