Searched refs:RIFF_HEADER_SIZE (Results 1 – 11 of 11) sorted by relevance
190 if (size < RIFF_HEADER_SIZE) return NULL; in WebPMuxCreateInternal()199 if (size < RIFF_HEADER_SIZE + TAG_SIZE) goto Err; in WebPMuxCreateInternal()201 tag = GetLE32(data + RIFF_HEADER_SIZE); in WebPMuxCreateInternal()218 data += RIFF_HEADER_SIZE; in WebPMuxCreateInternal()219 size -= RIFF_HEADER_SIZE; in WebPMuxCreateInternal()380 const size_t size = RIFF_HEADER_SIZE + vp8x_size + alpha_size + in SynthesizeBitstream()
420 return data + RIFF_HEADER_SIZE; in MuxEmitRiffHeader()
626 + ChunkListDiskSize(mux->unknown_) + RIFF_HEADER_SIZE; in WebPMuxAssemble()
72 #define RIFF_HEADER_SIZE 12 // Size of the RIFF header ("RIFFnnnnWEBP"). macro
62 if (*data_size >= RIFF_HEADER_SIZE && !memcmp(*data, "RIFF", TAG_SIZE)) { in ParseRIFF()79 *data += RIFF_HEADER_SIZE; in ParseRIFF()80 *data_size -= RIFF_HEADER_SIZE; in ParseRIFF()297 if (data == NULL || data_size < RIFF_HEADER_SIZE) { in ParseHeadersInternal()
167 #define RIFF_HEADER_SIZE 12 in IsWEBPImageLossless() macro185 offset=RIFF_HEADER_SIZE+TAG_SIZE+CHUNK_SIZE_BYTES+VP8X_CHUNK_SIZE; in IsWEBPImageLossless()
40 uint8_t riff[RIFF_HEADER_SIZE] = { in PutRIFFHeader()
1040 uint8_t riff[RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE + VP8L_SIGNATURE_SIZE] = { in WriteRiffHeader()1045 PutLE32(riff + RIFF_HEADER_SIZE + TAG_SIZE, (uint32_t)vp8l_size); in WriteRiffHeader()
28 #define HEADER_SIZE_ESTIMATE (RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE + \
366 const size_t min_size = RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE; in ReadHeader()386 Skip(mem, RIFF_HEADER_SIZE); in ReadHeader()