Searched defs:width (Results 1 - 9 of 9) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Dv4l2-mediabus.h89 __u32 width; member in struct:v4l2_mbus_framefmt
H A Dkd.h167 unsigned int width, height; member in struct:console_font_op
174 unsigned int width, height; member in struct:console_font
H A Dvideodev.h164 __s32 width, height; member in struct:video_clip
171 __u32 width,height; member in struct:video_window
187 __u32 width, height; member in struct:video_capture
199 int height,width; member in struct:video_buffer
207 int height,width; member in struct:video_mmap
H A Dfb.h279 __u32 width; member in struct:fb_var_screeninfo
352 __u32 width; member in struct:fb_copyarea
362 __u32 width; member in struct:fb_fillrect
372 __u32 width; member in struct:fb_image
H A Dvideodev2.h122 __s32 width; member in struct:v4l2_rect
170 __u32 width; member in struct:v4l2_pix_format
341 __u32 width; member in struct:v4l2_frmsize_discrete
384 __u32 width; member in struct:v4l2_frmivalenum
677 __u32 width; member in struct:v4l2_dv_enum_preset
707 __u32 width; member in struct:v4l2_bt_timings
1941 __u32 width; member in struct:v4l2_pix_format_mplane
/bionic/libc/stdio/
H A Dvfscanf.c105 size_t width; /* field width, or 0 */ local
140 width = 0;
201 width = width * 10 + c - '0';
347 if (width == 0)
348 width = 1;
352 if ((n = fp->_r) < (int)width) {
354 width -= n;
362 sum += width;
[all...]
H A Dvfprintf.c180 int width; /* width from format (%8d), or 0 */ local
364 width = 0;
384 * ``A negative field width argument is taken as a
385 * - flag followed by a positive field width.''
389 GETASTER(width);
390 if (width >= 0)
392 width = -width;
425 * beginning of a field width
[all...]
/bionic/libc/bionic/
H A Dlibc_logging.cpp236 int width = -1; local
289 /* parse field width */
292 width = (int)parse_decimal(format, &nn);
390 if (slen < width && !padLeft) {
392 SendRepeat(o, padChar, width - slen);
397 if (slen < width && padLeft) {
399 SendRepeat(o, padChar, width - slen);
/bionic/libc/kernel/common/video/
H A Ddsscomp.h197 __u16 width; member in struct:dss2_ovl_cfg

Completed in 191 milliseconds