Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Ddemand.c63 int framemax; variable
90 framemax = PPP_MRU; in demand_conf()
91 framemax += PPP_HDRLEN + PPP_FCSLEN; in demand_conf()
92 frame = malloc(framemax); in demand_conf()
264 if (framelen >= framemax) {
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestRotozoom.c92 int framecount, framemax, frameinc; in RotatePicture() local
98 framemax=4*360; in RotatePicture()
100 for (framecount=-360; framecount<framemax; framecount += frameinc) { in RotatePicture()
104 zoomf=(float)(framecount+2*360)/(float)framemax; in RotatePicture()
229 int framecount, framemax, frameinc; in ZoomPicture() local
235 framemax=4*360; frameinc=1; in ZoomPicture()
236 for (framecount=360; framecount<framemax; framecount += frameinc) { in ZoomPicture()
240 zoomxf=(float)framecount/(float)framemax; in ZoomPicture()
277 int framecount, framemax, frameinc; in RotatePicture90Degrees() local
283 framemax = 21; in RotatePicture90Degrees()
[all …]

Completed in 4 milliseconds