Searched defs:win_size (Results 1 - 8 of 8) sorted by relevance
/external/dropbear/ |
H A D | progressmeter.c | 64 static int win_size; /* terminal window size */ variable 151 file_len = win_size - 35; 168 snprintf(buf + strlen(buf), win_size - strlen(buf), 172 format_size(buf + strlen(buf), win_size - strlen(buf), 174 strlcat(buf, " ", win_size); 177 format_rate(buf + strlen(buf), win_size - strlen(buf), 179 strlcat(buf, "/s ", win_size); 188 strlcat(buf, "- stalled -", win_size); 190 strlcat(buf, " --:-- ETA", win_size); 203 snprintf(buf + strlen(buf), win_size [all...] |
/external/openssh/ |
H A D | progressmeter.c | 74 static int win_size; /* terminal window size */ variable 161 file_len = win_size - 35; 178 snprintf(buf + strlen(buf), win_size - strlen(buf), 182 format_size(buf + strlen(buf), win_size - strlen(buf), 184 strlcat(buf, " ", win_size); 187 format_rate(buf + strlen(buf), win_size - strlen(buf), 189 strlcat(buf, "/s ", win_size); 198 strlcat(buf, "- stalled -", win_size); 200 strlcat(buf, " --:-- ETA", win_size); 213 snprintf(buf + strlen(buf), win_size [all...] |
/external/opencv/cv/src/ |
H A D | cvsamplers.cpp | 89 CvSize src_size, CvSize win_size, 103 if( rect.x > win_size.width ) 104 rect.x = win_size.width; 107 if( ip.x + win_size.width < src_size.width ) 108 rect.width = win_size.width; 117 assert( rect.width <= win_size.width ); 128 if( ip.y + win_size.height < src_size.height ) 129 rect.height = win_size.height; 149 dsttype* dst, int dst_step, CvSize win_size, CvPoint2D32f center ) \ 156 center.x -= (win_size 88 icvAdjustRect( const void* srcptr, int src_step, int pix_size, CvSize src_size, CvSize win_size, CvPoint ip, CvRect* pRect ) argument 392 icvGetRectSubPix_8u32f_C1R( const uchar* src, int src_step, CvSize src_size, float* dst, int dst_step, CvSize win_size, CvPoint2D32f center ) argument [all...] |
H A D | cvlkpyramid.cpp | 46 intersect( CvPoint2D32f pt, CvSize win_size, CvSize imgSize, argument 54 ipt.x -= win_size.width; 55 ipt.y -= win_size.height; 57 win_size.width = win_size.width * 2 + 1; 58 win_size.height = win_size.height * 2 + 1; 62 max_pt->x = MIN( win_size.width, imgSize.width - ipt.x ); 63 max_pt->y = MIN( win_size.height, imgSize.height - ipt.y );
|
H A D | mycvHaarDetectObjects.cpp | 977 // CvSize win_size = { cvRound(win_size0.width*factor), 989 // if( win_size.width < min_size.width || win_size.height < min_size.height ) 1098 // win_size.width, win_size.height }; 1160 CvSize win_size = { cvRound( cascade->orig_window_size.width * factor ), local 1167 int end_x = cvRound((img->cols - win_size.width) / ystep); 1168 int end_y = cvRound((img->rows - win_size.height) / ystep); 1170 if( win_size.width < min_size.width || win_size [all...] |
H A D | cvhaar.cpp | 949 CvSize win_size = { cvRound(win_size0.width*factor), local 961 if( win_size.width < min_size.width || win_size.height < min_size.height ) 1070 win_size.width, win_size.height }; 1128 CvSize win_size = { cvRound( cascade->orig_window_size.width * factor ), local 1135 int end_x = cvRound((img->cols - win_size.width) / ystep); 1136 int end_y = cvRound((img->rows - win_size.height) / ystep); 1138 if( win_size.width < min_size.width || win_size [all...] |
/external/grub/stage2/ |
H A D | shared.h | 453 unsigned short win_size; member in struct:vbe_mode
|
/external/opencv/cvaux/include/ |
H A D | cvaux.h | 1342 int win_size; /* = 1/alpha */ member in struct:CvGaussBGStatModelParams
|
Completed in 261 milliseconds