Searched refs:WEBP_VP8_HEADER_SIZE (Results 1 – 1 of 1) sorted by relevance
50 static const size_t WEBP_VP8_HEADER_SIZE = 64; variable55 unsigned char buffer[WEBP_VP8_HEADER_SIZE]; in webp_parse_header()56 size_t bytesToRead = WEBP_VP8_HEADER_SIZE; in webp_parse_header()67 SkASSERT(bytesToRead + totalBytesRead == WEBP_VP8_HEADER_SIZE); in webp_parse_header()