Searched refs:height (Results 1 - 25 of 2614) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/omap/
H A Domap_voutlib.c44 crop->height = (pix->height < fbuf->fmt.height) ?
45 pix->height : fbuf->fmt.height;
47 crop->height &= ~1;
49 crop->top = ((pix->height - crop->height) >> 1) & ~1;
75 try_win.height += try_win.top;
80 try_win.height
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/omap/
H A Domap_voutlib.c44 crop->height = (pix->height < fbuf->fmt.height) ?
45 pix->height : fbuf->fmt.height;
47 crop->height &= ~1;
49 crop->top = ((pix->height - crop->height) >> 1) & ~1;
75 try_win.height += try_win.top;
80 try_win.height
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/docs/csharp/scripts/
H A DSplitScreen.js22 var height = document.body.clientHeight - this.nonScrollingRegion.offsetHeight;
23 if (height > 0) {
24 this.scrollingRegion.style.height = height;
26 this.scrollingRegion.style.height = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/docs/csharp/scripts/
H A DSplitScreen.js22 var height = document.body.clientHeight - this.nonScrollingRegion.offsetHeight;
23 if (height > 0) {
24 this.scrollingRegion.style.height = height;
26 this.scrollingRegion.style.height = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/docs/csharp/scripts/
H A DSplitScreen.js22 var height = document.body.clientHeight - this.nonScrollingRegion.offsetHeight;
23 if (height > 0) {
24 this.scrollingRegion.style.height = height;
26 this.scrollingRegion.style.height = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon_rotate.h40 static inline void rotate_ud(const char *in, char *out, u32 width, u32 height) argument
47 for (i = 0; i < height; i++) {
51 height - (1 + i),
58 static inline void rotate_cw(const char *in, char *out, u32 width, u32 height) argument
60 int i, j, h = height, w = width;
61 int shift = (8 - (height % 8)) & 7;
64 height = (height + 7) & ~7;
69 pattern_set_bit(height - 1 - i - shift, j,
70 height, ou
76 rotate_ccw(const char *in, char *out, u32 width, u32 height) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/console/
H A Dfbcon_rotate.h40 static inline void rotate_ud(const char *in, char *out, u32 width, u32 height) argument
47 for (i = 0; i < height; i++) {
51 height - (1 + i),
58 static inline void rotate_cw(const char *in, char *out, u32 width, u32 height) argument
60 int i, j, h = height, w = width;
61 int shift = (8 - (height % 8)) & 7;
64 height = (height + 7) & ~7;
69 pattern_set_bit(height - 1 - i - shift, j,
70 height, ou
76 rotate_ccw(const char *in, char *out, u32 width, u32 height) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/kconfig/lxdialog/
H A Dyesno.c27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) argument
30 int y = height - 2;
42 int dialog_yesno(const char *title, const char *prompt, int height, int width) argument
48 if (getmaxy(stdscr) < (height + 4))
55 y = (LINES - height) / 2;
57 draw_shadow(stdscr, y, x, height, width);
59 dialog = newwin(height, width, y, x);
62 draw_box(dialog, 0, 0, height, width,
65 mvwaddch(dialog, height - 3, 0, ACS_LTEE);
76 print_buttons(dialog, height, widt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dyesno.c27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) argument
30 int y = height - 2;
42 int dialog_yesno(const char *title, const char *prompt, int height, int width) argument
48 if (getmaxy(stdscr) < (height + 4))
55 y = (LINES - height) / 2;
57 draw_shadow(stdscr, y, x, height, width);
59 dialog = newwin(height, width, y, x);
62 draw_box(dialog, 0, 0, height, width,
65 mvwaddch(dialog, height - 3, 0, ACS_LTEE);
76 print_buttons(dialog, height, widt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dbtext.h11 extern void btext_update_display(unsigned long phys, int width, int height,
13 extern void btext_setup_display(int width, int height, int depth, int pitch,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dbtext.h11 extern void btext_update_display(unsigned long phys, int width, int height,
13 extern void btext_setup_display(int width, int height, int depth, int pitch,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/scripts/kconfig/lxdialog/
H A Dyesno.c27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) argument
30 int y = height - 2;
42 int dialog_yesno(const char *title, const char *prompt, int height, int width) argument
49 y = (LINES - height) / 2;
51 draw_shadow(stdscr, y, x, height, width);
53 dialog = newwin(height, width, y, x);
56 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
58 mvwaddch(dialog, height - 3, 0, ACS_LTEE);
69 print_buttons(dialog, height, width, 0);
88 print_buttons(dialog, height, widt
[all...]
H A Dmsgbox.c28 int dialog_msgbox(const char *title, const char *prompt, int height, int width, argument
36 y = (LINES - height) / 2;
38 draw_shadow(stdscr, y, x, height, width);
40 dialog = newwin(height, width, y, x);
43 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
52 mvwaddch(dialog, height - 3, 0, ACS_LTEE);
58 print_button(dialog, " Ok ", height - 2, width / 2 - 4, TRUE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/config/
H A Dyesno.c28 print_buttons(WINDOW *dialog, int height, int width, int selected) argument
31 int y = height - 2;
44 dialog_yesno (const char *title, const char *prompt, int height, int width) argument
51 y = (LINES - height) / 2;
53 draw_shadow (stdscr, y, x, height, width);
55 dialog = newwin (height, width, y, x);
58 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
60 mvwaddch (dialog, height-3, 0, ACS_LTEE);
84 print_buttons(dialog, height, width, 0);
104 print_buttons(dialog, height, widt
[all...]
H A Dmsgbox.c29 dialog_msgbox (const char *title, const char *prompt, int height, int width, argument
37 y = (LINES - height) / 2;
39 draw_shadow (stdscr, y, x, height, width);
41 dialog = newwin (height, width, y, x);
44 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
65 mvwaddch (dialog, height - 3, 0, ACS_LTEE);
72 height - 2, width / 2 - 4, TRUE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/i915/
H A Dintel_panel.c60 int x, y, width, height; local
62 x = y = width = height = 0;
72 height = mode->vdisplay;
74 y = (adjusted_mode->vdisplay - height + 1)/2;
86 height = adjusted_mode->vdisplay;
88 height = scaled_width / mode->hdisplay;
89 y = (adjusted_mode->vdisplay - height + 1) / 2;
95 height = adjusted_mode->vdisplay;
104 height = adjusted_mode->vdisplay;
110 dev_priv->pch_pf_size = (width << 16) | height;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_panel.c60 int x, y, width, height; local
62 x = y = width = height = 0;
72 height = mode->vdisplay;
74 y = (adjusted_mode->vdisplay - height + 1)/2;
86 height = adjusted_mode->vdisplay;
88 height = scaled_width / mode->hdisplay;
89 y = (adjusted_mode->vdisplay - height + 1) / 2;
95 height = adjusted_mode->vdisplay;
104 height = adjusted_mode->vdisplay;
110 dev_priv->pch_pf_size = (width << 16) | height;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/scripts/kconfig/lxdialog/
H A Dyesno.c27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) argument
30 int y = height - 2;
42 int dialog_yesno(const char *title, const char *prompt, int height, int width) argument
49 y = (LINES - height) / 2;
51 draw_shadow(stdscr, y, x, height, width);
53 dialog = newwin(height, width, y, x);
56 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
58 mvwaddch(dialog, height - 3, 0, ACS_LTEE);
69 print_buttons(dialog, height, width, 0);
88 print_buttons(dialog, height, widt
[all...]
H A Dmsgbox.c28 int dialog_msgbox(const char *title, const char *prompt, int height, int width, argument
36 y = (LINES - height) / 2;
38 draw_shadow(stdscr, y, x, height, width);
40 dialog = newwin(height, width, y, x);
43 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
52 mvwaddch(dialog, height - 3, 0, ACS_LTEE);
58 print_button(dialog, " Ok ", height - 2, width / 2 - 4, TRUE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/config/
H A Dyesno.c28 print_buttons(WINDOW *dialog, int height, int width, int selected) argument
31 int y = height - 2;
44 dialog_yesno (const char *title, const char *prompt, int height, int width) argument
51 y = (LINES - height) / 2;
53 draw_shadow (stdscr, y, x, height, width);
55 dialog = newwin (height, width, y, x);
58 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
60 mvwaddch (dialog, height-3, 0, ACS_LTEE);
84 print_buttons(dialog, height, width, 0);
104 print_buttons(dialog, height, widt
[all...]
H A Dmsgbox.c29 dialog_msgbox (const char *title, const char *prompt, int height, int width, argument
37 y = (LINES - height) / 2;
39 draw_shadow (stdscr, y, x, height, width);
41 dialog = newwin (height, width, y, x);
44 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
65 mvwaddch (dialog, height - 3, 0, ACS_LTEE);
72 height - 2, width / 2 - 4, TRUE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/scripts/kconfig/lxdialog/
H A Dyesno.c27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) argument
30 int y = height - 2;
42 int dialog_yesno(const char *title, const char *prompt, int height, int width) argument
49 y = (LINES - height) / 2;
51 draw_shadow(stdscr, y, x, height, width);
53 dialog = newwin(height, width, y, x);
56 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
58 mvwaddch(dialog, height - 3, 0, ACS_LTEE);
69 print_buttons(dialog, height, width, 0);
88 print_buttons(dialog, height, widt
[all...]
H A Dmsgbox.c28 int dialog_msgbox(const char *title, const char *prompt, int height, int width, argument
36 y = (LINES - height) / 2;
38 draw_shadow(stdscr, y, x, height, width);
40 dialog = newwin(height, width, y, x);
43 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
52 mvwaddch(dialog, height - 3, 0, ACS_LTEE);
58 print_button(dialog, " Ok ", height - 2, width / 2 - 4, TRUE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/config/
H A Dyesno.c28 print_buttons(WINDOW *dialog, int height, int width, int selected) argument
31 int y = height - 2;
44 dialog_yesno (const char *title, const char *prompt, int height, int width) argument
51 y = (LINES - height) / 2;
53 draw_shadow (stdscr, y, x, height, width);
55 dialog = newwin (height, width, y, x);
58 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
60 mvwaddch (dialog, height-3, 0, ACS_LTEE);
84 print_buttons(dialog, height, width, 0);
104 print_buttons(dialog, height, widt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dcscd.c33 int linelen, height, bpp; member in struct:__anon1212
39 int linelen, int height) {
42 dst += (height - 1) * f->linesize[0];
43 for (i = height; i; i--) {
51 int linelen, int height) {
54 dst += (height - 1) * f->linesize[0];
55 for (i = height; i; i--) {
69 int linelen, int height) {
72 dst += (height - 1) * f->linesize[0];
73 for (i = height;
38 copy_frame_default(AVFrame *f, const uint8_t *src, int linelen, int height) argument
50 add_frame_default(AVFrame *f, const uint8_t *src, int linelen, int height) argument
68 copy_frame_16(AVFrame *f, const uint8_t *src, int linelen, int height) argument
84 copy_frame_32(AVFrame *f, const uint8_t *src, int linelen, int height) argument
102 add_frame_16(AVFrame *f, const uint8_t *src, int linelen, int height) argument
118 add_frame_32(AVFrame *f, const uint8_t *src, int linelen, int height) argument
[all...]

Completed in 163 milliseconds

1234567891011>>