RIFF_HEADER_SIZE   68 third_party/libwebp/dec/webp.c   if (*data_size >= RIFF_HEADER_SIZE && !memcmp(*data, "RIFF", TAG_SIZE)) {
RIFF_HEADER_SIZE   82 third_party/libwebp/dec/webp.c       *data += RIFF_HEADER_SIZE;
RIFF_HEADER_SIZE   83 third_party/libwebp/dec/webp.c       *data_size -= RIFF_HEADER_SIZE;
RIFF_HEADER_SIZE  298 third_party/libwebp/dec/webp.c   if (data == NULL || data_size < RIFF_HEADER_SIZE) {
RIFF_HEADER_SIZE  395 third_party/libwebp/demux/demux.c   const size_t min_size = RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE;
RIFF_HEADER_SIZE  415 third_party/libwebp/demux/demux.c   Skip(mem, RIFF_HEADER_SIZE);
RIFF_HEADER_SIZE   42 third_party/libwebp/enc/frame.c #define HEADER_SIZE_ESTIMATE (RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE +  \
RIFF_HEADER_SIZE   40 third_party/libwebp/enc/syntax.c   uint8_t riff[RIFF_HEADER_SIZE] = {
RIFF_HEADER_SIZE  717 third_party/libwebp/enc/vp8l.c   uint8_t riff[RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE + VP8L_SIGNATURE_SIZE] = {
RIFF_HEADER_SIZE  722 third_party/libwebp/enc/vp8l.c   PutLE32(riff + RIFF_HEADER_SIZE + TAG_SIZE, (uint32_t)vp8l_size);