Lines Matching defs:size
118 int size, bpp, r, g, b, a;
130 size = bytestream2_get_le32(gbc);
131 if (size != 32) {
132 av_log(avctx, AV_LOG_ERROR, "Invalid pixel format header %d.\n", size);
253 "Found array of size %d (ignored).\n", array);
578 bytestream2_init(gbc, avpkt->data, avpkt->size);
587 bytestream2_get_le32(gbc) != 124) { // header size
598 av_log(avctx, AV_LOG_ERROR, "Invalid image size %dx%d.\n",
603 /* Since codec is based on 4x4 blocks, size is aligned to 4. */
624 int size = (avctx->coded_height / TEXTURE_BLOCK_H) *
629 if (bytestream2_get_bytes_left(gbc) < size) {
632 bytestream2_get_bytes_left(gbc), size);
709 return avpkt->size;