Lines Matching defs:size
68 int xsize; /**< Frame x size */
69 int ysize; /**< Frame y size */
309 pkt->size = frame_len - vo_len;
463 /* Store the desired frame size */
680 int size, got_packet;
700 size = ((avctx->width + 1) & ~1) * ((avctx->height + 1) & ~1);
701 picture->data[0] = av_malloc(size + size / 2);
707 picture->data[1] = picture->data[0] + size;
708 picture->data[2] = picture->data[1] + size / 4;
709 memset(picture->data[0], 0, size);
710 memset(picture->data[1], 128, size / 2);
751 xvid_enc_frame.length = pkt->size;
839 pkt->size = xerr;