Lines Matching defs:bytes
55 // Fill the chunk with the given data (includes chunk header bytes), after some
74 chunk_data.bytes = data + CHUNK_HEADER_SIZE;
81 const uint8_t* bytes = chunk->data_.bytes;
83 const uint8_t* const last = bytes + size;
96 const WebPData temp = { bytes, hdr_size };
107 bytes += subchunk_size;
110 while (bytes != last) {
112 if (ChunkVerifyAndAssign(&subchunk, bytes, size, size,
131 bytes += subchunk_size;
163 data = bitstream->bytes;
274 *flags = GetLE32(data.bytes); // All OK. Fill up flags.
281 if (!VP8LGetInfo(vp8l_data->bytes, vp8l_data->size, NULL, NULL,
344 bitstream->bytes = data;
393 frame->x_offset = 2 * GetLE24(frame_frgm_data->bytes + 0);
394 frame->y_offset = 2 * GetLE24(frame_frgm_data->bytes + 3);
395 frame->duration = is_frame ? GetLE24(frame_frgm_data->bytes + 12) : 1;
397 is_frame ? (WebPMuxAnimDispose)(frame_frgm_data->bytes[15] & 1)
435 params->bgcolor = GetLE32(anim.bytes);
436 params->loop_count = GetLE16(anim.bytes + 4);