Home
last modified time | relevance | path

Searched refs:nr_of_images (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/xmedcon/xmedcon-0.17.0/source/
H A Dm-stack.c90 Uint32 d, nr_of_images; in MdcStackSlices() local
103 nr_of_images = total[MDC_FILES]; in MdcStackSlices()
129 ofi->dim[3] = nr_of_images; in MdcStackSlices()
143 if (!MdcGetStructID(ofi,nr_of_images)) { in MdcStackSlices()
258 for (i=1; i<nr_of_images; i++) { in MdcStackSlices()
264 if (nr_of_images > 1) { in MdcStackSlices()
311 Uint32 d, nr_of_frames, nr_of_images=0; in MdcStackFrames() local
373 ofi->dim[3] = nr_of_images; in MdcStackFrames()
394 if (!MdcGetStructID(ofi,nr_of_images)) { in MdcStackFrames()
402 nr_of_images += ifi->number; in MdcStackFrames()
[all …]
/dports/multimedia/transcode/transcode-1.1.7/filter/
H A Dfilter_logo.c89 unsigned int nr_of_images; /* animated: number of images */ member
427 mfd->nr_of_images++; in tc_filter()
441 mfd->nr_of_images, mfd->cur_delay, mfd->image->delay); in tc_filter()
460 mfd->yuv = flogo_yuvbuf_alloc(width*height * 3, mfd->nr_of_images); in tc_filter()
483 for (i = 0; i < mfd->nr_of_images; i++) { in tc_filter()
605 flogo_yuvbuf_free(mfd->yuv, mfd->nr_of_images); in tc_filter()
676 mfd->cur_seq = (mfd->cur_seq + 1) % mfd->nr_of_images; in tc_filter()