CHUNK_HEADER_SIZE 74 third_party/libwebp/dec/webp.c if (size < TAG_SIZE + CHUNK_HEADER_SIZE) { CHUNK_HEADER_SIZE 101 third_party/libwebp/dec/webp.c const uint32_t vp8x_size = CHUNK_HEADER_SIZE + VP8X_CHUNK_SIZE; CHUNK_HEADER_SIZE 108 third_party/libwebp/dec/webp.c if (*data_size < CHUNK_HEADER_SIZE) { CHUNK_HEADER_SIZE 157 third_party/libwebp/dec/webp.c CHUNK_HEADER_SIZE + // "VP8Xnnnn". CHUNK_HEADER_SIZE 176 third_party/libwebp/dec/webp.c if (buf_size < CHUNK_HEADER_SIZE) { // Insufficient data. CHUNK_HEADER_SIZE 185 third_party/libwebp/dec/webp.c disk_chunk_size = (CHUNK_HEADER_SIZE + chunk_size + 1) & ~1; CHUNK_HEADER_SIZE 207 third_party/libwebp/dec/webp.c *alpha_data = buf + CHUNK_HEADER_SIZE; CHUNK_HEADER_SIZE 234 third_party/libwebp/dec/webp.c TAG_SIZE + CHUNK_HEADER_SIZE; // "WEBP" + "VP8 nnnn" OR CHUNK_HEADER_SIZE 241 third_party/libwebp/dec/webp.c if (*data_size < CHUNK_HEADER_SIZE) { CHUNK_HEADER_SIZE 253 third_party/libwebp/dec/webp.c *data_ptr += CHUNK_HEADER_SIZE; CHUNK_HEADER_SIZE 254 third_party/libwebp/dec/webp.c *data_size -= CHUNK_HEADER_SIZE; CHUNK_HEADER_SIZE 213 third_party/libwebp/demux/demux.c const size_t chunk_size = CHUNK_HEADER_SIZE + payload_available; CHUNK_HEADER_SIZE 266 third_party/libwebp/demux/demux.c Rewind(mem, CHUNK_HEADER_SIZE); CHUNK_HEADER_SIZE 273 third_party/libwebp/demux/demux.c } else if (MemDataSize(mem) < CHUNK_HEADER_SIZE) { CHUNK_HEADER_SIZE 395 third_party/libwebp/demux/demux.c const size_t min_size = RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE; CHUNK_HEADER_SIZE 401 third_party/libwebp/demux/demux.c memcmp(GetBuffer(mem) + CHUNK_HEADER_SIZE, "WEBP", CHUNK_SIZE_BYTES)) { CHUNK_HEADER_SIZE 406 third_party/libwebp/demux/demux.c if (riff_size < CHUNK_HEADER_SIZE) return PARSE_ERROR; CHUNK_HEADER_SIZE 410 third_party/libwebp/demux/demux.c mem->riff_end_ = riff_size + CHUNK_HEADER_SIZE; CHUNK_HEADER_SIZE 420 third_party/libwebp/demux/demux.c const size_t min_size = CHUNK_HEADER_SIZE; CHUNK_HEADER_SIZE 435 third_party/libwebp/demux/demux.c status = StoreFrame(1, CHUNK_HEADER_SIZE, &dmux->mem_, frame); CHUNK_HEADER_SIZE 491 third_party/libwebp/demux/demux.c Rewind(mem, CHUNK_HEADER_SIZE); CHUNK_HEADER_SIZE 541 third_party/libwebp/demux/demux.c CHUNK_HEADER_SIZE + chunk_size)) { CHUNK_HEADER_SIZE 554 third_party/libwebp/demux/demux.c } else if (MemDataSize(mem) < CHUNK_HEADER_SIZE) { CHUNK_HEADER_SIZE 566 third_party/libwebp/demux/demux.c if (MemDataSize(mem) < CHUNK_HEADER_SIZE) return PARSE_NEED_MORE_DATA; CHUNK_HEADER_SIZE 587 third_party/libwebp/demux/demux.c if (SizeIsInvalid(mem, CHUNK_HEADER_SIZE)) return PARSE_ERROR; CHUNK_HEADER_SIZE 588 third_party/libwebp/demux/demux.c if (MemDataSize(mem) < CHUNK_HEADER_SIZE) return PARSE_NEED_MORE_DATA; CHUNK_HEADER_SIZE 962 third_party/libwebp/demux/demux.c iter->chunk.bytes = mem_buf + chunk->data_.offset_ + CHUNK_HEADER_SIZE; CHUNK_HEADER_SIZE 963 third_party/libwebp/demux/demux.c iter->chunk.size = chunk->data_.size_ - CHUNK_HEADER_SIZE; CHUNK_HEADER_SIZE 984 third_party/libwebp/demux/demux.c (const char*)iter->chunk.bytes - CHUNK_HEADER_SIZE; CHUNK_HEADER_SIZE 993 third_party/libwebp/demux/demux.c (const char*)iter->chunk.bytes - CHUNK_HEADER_SIZE; CHUNK_HEADER_SIZE 42 third_party/libwebp/enc/frame.c #define HEADER_SIZE_ESTIMATE (RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE + \ CHUNK_HEADER_SIZE 53 third_party/libwebp/enc/syntax.c uint8_t vp8x[CHUNK_HEADER_SIZE + VP8X_CHUNK_SIZE] = { CHUNK_HEADER_SIZE 67 third_party/libwebp/enc/syntax.c PutLE32(vp8x + CHUNK_HEADER_SIZE, flags); CHUNK_HEADER_SIZE 68 third_party/libwebp/enc/syntax.c PutLE24(vp8x + CHUNK_HEADER_SIZE + 4, pic->width - 1); CHUNK_HEADER_SIZE 69 third_party/libwebp/enc/syntax.c PutLE24(vp8x + CHUNK_HEADER_SIZE + 7, pic->height - 1); CHUNK_HEADER_SIZE 78 third_party/libwebp/enc/syntax.c uint8_t alpha_chunk_hdr[CHUNK_HEADER_SIZE] = { CHUNK_HEADER_SIZE 104 third_party/libwebp/enc/syntax.c uint8_t vp8_chunk_hdr[CHUNK_HEADER_SIZE] = { CHUNK_HEADER_SIZE 377 third_party/libwebp/enc/syntax.c riff_size = TAG_SIZE + CHUNK_HEADER_SIZE + vp8_size; CHUNK_HEADER_SIZE 379 third_party/libwebp/enc/syntax.c riff_size += CHUNK_HEADER_SIZE + VP8X_CHUNK_SIZE; CHUNK_HEADER_SIZE 384 third_party/libwebp/enc/syntax.c riff_size += CHUNK_HEADER_SIZE + padded_alpha_size; CHUNK_HEADER_SIZE 417 third_party/libwebp/enc/syntax.c enc->coded_size_ = (int)(CHUNK_HEADER_SIZE + riff_size); CHUNK_HEADER_SIZE 717 third_party/libwebp/enc/vp8l.c uint8_t riff[RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE + VP8L_SIGNATURE_SIZE] = { CHUNK_HEADER_SIZE 754 third_party/libwebp/enc/vp8l.c const size_t riff_size = TAG_SIZE + CHUNK_HEADER_SIZE + vp8l_size + pad; CHUNK_HEADER_SIZE 771 third_party/libwebp/enc/vp8l.c *coded_size = CHUNK_HEADER_SIZE + riff_size; CHUNK_HEADER_SIZE 86 third_party/libwebp/webp/format_constants.h #define MAX_CHUNK_PAYLOAD (~0U - CHUNK_HEADER_SIZE - 1)