Searched refs:RIFF_HEADER_SIZE (Results 1 – 5 of 5) sorted by relevance
67 #define RIFF_HEADER_SIZE 12 // Size of the RIFF header ("RIFFnnnnWEBP"). macro
70 if (*data_size >= RIFF_HEADER_SIZE && !memcmp(*data, "RIFF", TAG_SIZE)) { in ParseRIFF()84 *data += RIFF_HEADER_SIZE; in ParseRIFF()85 *data_size -= RIFF_HEADER_SIZE; in ParseRIFF()285 if (data == NULL || data_size < RIFF_HEADER_SIZE) { in ParseHeadersInternal()
42 uint8_t riff[RIFF_HEADER_SIZE] = { in PutRIFFHeader()
722 uint8_t riff[RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE + VP8L_SIGNATURE_SIZE] = { in WriteRiffHeader()727 PutLE32(riff + RIFF_HEADER_SIZE + TAG_SIZE, (uint32_t)vp8l_size); in WriteRiffHeader()
389 const size_t min_size = RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE; in ReadHeader()409 Skip(mem, RIFF_HEADER_SIZE); in ReadHeader()