Lines Matching defs:size
83 int64_t size;
90 size = avio_size(s->pb);
91 if (size <= 0)
93 buf = av_malloc(size);
96 size = avio_read(s->pb, buf, size);
97 if (size < 0) {
100 return size;
105 openmpt->module = openmpt_module_create_from_memory2(buf, size, openmpt_logfunc, s, NULL, NULL, &error, NULL, NULL);
116 openmpt->module = openmpt_module_create_from_memory(buf, size, openmpt_logfunc, s, NULL);
192 pkt->size = 0;
196 pkt->size = ret * (openmpt->ch_layout.nb_channels * 4);