Lines Matching defs:size
37 * bytes 4-7 chunk size in big-endian format, should be 0x0000002A
44 * of either 4x2 or 4x4 in size. Compressed VQA chunks can contain vector
139 av_log(s->avctx, AV_LOG_ERROR, "expected extradata size of %d\n", VQA_HEADER_SIZE);
177 av_log(avctx, AV_LOG_ERROR, "Image size not multiple of block size\n");
246 av_log(s->avctx, AV_LOG_ERROR, "Chunk size %d is out of range\n",
438 /* sanity check the palette size */
477 /* sanity check the full codebook size */
687 /* sanity check the full codebook size */
773 int size = 4 * sizeof(uint16_t);
774 memcpy(dst, src, size);
776 src += size;
806 bytestream2_init(&s->gb, avpkt->data, avpkt->size);
829 return avpkt->size;