Lines Matching defs:size
37 int size;
406 if (avpkt->size < 8)
409 bytestream2_init(gb, avpkt->data, avpkt->size);
416 unsigned type, size;
420 size = bytestream2_get_le16(gb);
421 if (size > bytestream2_get_bytes_left(gb))
467 unsigned size, offset;
474 size = bytestream2_get_le16(gb);
475 if (size > bytestream2_get_bytes_left(gb))
488 if (s->blocks[offset].size * 4 != bytestream2_tell_p(pb) - start)
537 return avpkt->size;
597 s->blocks[block].size = BLOCK_WIDTH * h;
601 s->blocks[block].size = BLOCK_HEIGHT * w;
605 s->blocks[block].size = BLOCK_WIDTH * BLOCK_HEIGHT;
610 s->blocks[block].size = w * h;