Searched refs:to_line (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dx11grab.c359 int to_line, to_column; local
384 to_line = FFMIN((y + xcim->height), (height + y_off));
387 for (line = FFMAX(y, y_off); line < to_line; line++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dx11grab.c344 int to_line, to_column; local
361 to_line = FFMIN((y + xcim->height), (height + y_off));
364 for (line = FFMAX(y, y_off); line < to_line; line++) {

Completed in 26 milliseconds