Lines Matching defs:size
208 int size, uint8_t *alpha)
212 for (i = 0; i < size; i++)
287 if (avpkt->size < FIC_HEADER_SIZE + 4) {
316 if (tsize > avpkt->size - FIC_HEADER_SIZE) {
319 tsize, avpkt->size - FIC_HEADER_SIZE);
344 "Invalid cursor size. Skipping cursor.\n");
348 if (!skip_cursor && avpkt->size < CURSOR_OFFSET + sizeof(ctx->cursor_buf)) {
359 msize = avpkt->size - nslices * 4 - tsize - FIC_HEADER_SIZE;
382 * Either read the slice size, or consume all data left.
442 return avpkt->size;