Home | History | Annotate | Download | only in mosaic

Lines Matching refs:frames

44         if (frames[i])
45 delete frames[i];
47 delete frames;
79 frames = new MosaicFrame *[max_frames];
86 frames[i] = new MosaicFrame(this->width,this->height,false); // Do no allocate memory for YUV data
93 frames[i] = NULL;
102 LOGV("Max num frames %d", max_frames);
144 if(frames[frames_size]==NULL)
145 frames[frames_size] = new MosaicFrame(this->width,this->height,false);
147 MosaicFrame *frame = frames[frames_size];
162 LOGV("WARNING: More frames than preallocated, ignoring."
163 "Increase maximum number of frames (-f <max_frames>) to avoid this");
214 ret = blender->runBlend((MosaicFrame **) frames, (MosaicFrame **) rframes,
249 for (int i = 0; i < frames_size; i++) sineAngle += frames[i]->trs[0][1];
260 memcpy(tmp, frames[i]->trs, sizeof(tmp));
261 mult33d(frames[i]->trs, m, tmp);