Searched refs:view (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dpwc-uncompress.c113 n = pdev->view.x * pdev->view.y;
116 stride = pdev->view.x * pdev->offset.y + pdev->offset.x;
120 stride = pdev->view.x * pdev->offset.y / 4 + pdev->offset.x / 2;
125 stride = (pdev->view.x - pdev->image.x) / 2; /* u16 is 2 bytes */
149 &pdev->image, &pdev->view, &pdev->offset,
H A Dpwc-uncompress.h47 void (* decompress)(struct pwc_coord *image, struct pwc_coord *view, struct pwc_coord *offset,
H A Dpwc-ctrl.c452 pdev->view.x = width;
453 pdev->view.y = height;
470 pdev->view.size = pdev->view.x * pdev->view.y * factor / 4;
477 pdev->offset.x = ((pdev->view.x - pdev->image.x) / 2) & 0xFFFC;
478 pdev->offset.y = ((pdev->view.y - pdev->image.y) / 2) & 0xFFFE;
483 memset(pdev->image_ptr[i], filler, pdev->view.size);
1314 ret = pwc_try_video_mode(pdev, pdev->view.x, pdev->view
[all...]
H A Dpwc.h177 /* We have an 'image' and a 'view', where 'image' is the fixed-size image
178 as delivered by the camera, and 'view' is the size requested by the
180 a gray or black border. view_min <= image <= view <= view_max;
184 struct pwc_coord image, view; /* image and viewport size */ member in struct:pwc_device
H A Dpwc-if.c925 ret = pwc_set_video_mode(pdev, pdev->view.x, pdev->view.y, pdev->vframes, pdev->vcompression, pdev->vsnapshot);
1160 if (count + pdev->image_read_pos > pdev->view.size)
1161 count = pdev->view.size - pdev->image_read_pos;
1165 if (pdev->image_read_pos >= pdev->view.size) { /* All data has been read */
1336 vw.width = pdev->view.x;
1337 vw.height = pdev->view.y;
1359 if (pdev->view.x == vw.width && pdev->view.y && fps == pdev->vframes && snapshot == pdev->vsnapshot)
1420 if ((vm.width != pdev->view
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Ddebug.c44 struct debug_view *view; /* used view of debug info */ member in struct:file_private_info
82 struct debug_view *view, char *out_buf);
83 static int debug_input_level_fn(debug_info_t * id, struct debug_view *view,
86 static int debug_input_flush_fn(debug_info_t * id, struct debug_view *view,
89 static int debug_hex_ascii_format_fn(debug_info_t * id, struct debug_view *view,
92 struct debug_view *view, char *out_buf,
94 static int debug_raw_header_fn(debug_info_t * id, struct debug_view *view,
97 static int debug_sprintf_format_fn(debug_info_t * id, struct debug_view *view,
382 struct debug_view *view local
944 debug_register_view(debug_info_t * id, struct debug_view *view) argument
987 debug_unregister_view(debug_info_t * id, struct debug_view *view) argument
1022 debug_prolog_level_fn(debug_info_t * id, struct debug_view *view, char *out_buf) argument
1036 debug_input_level_fn(debug_info_t * id, struct debug_view *view, struct file *file, const char *user_buf, size_t in_buf_size, loff_t * offset) argument
1100 debug_input_flush_fn(debug_info_t * id, struct debug_view *view, struct file *file, const char *user_buf, size_t in_buf_size, loff_t * offset) argument
1134 debug_raw_header_fn(debug_info_t * id, struct debug_view *view, int area, debug_entry_t * entry, char *out_buf) argument
1148 debug_raw_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, const char *in_buf) argument
1162 debug_hex_ascii_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, const char *in_buf) argument
1187 debug_dflt_header_fn(debug_info_t * id, struct debug_view *view, int area, debug_entry_t * entry, char *out_buf) argument
1228 debug_sprintf_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, debug_sprintf_entry *curr_event) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Ddebug.c44 struct debug_view *view; /* used view of debug info */ member in struct:file_private_info
82 struct debug_view *view, char *out_buf);
83 static int debug_input_level_fn(debug_info_t * id, struct debug_view *view,
86 static int debug_input_flush_fn(debug_info_t * id, struct debug_view *view,
89 static int debug_hex_ascii_format_fn(debug_info_t * id, struct debug_view *view,
92 struct debug_view *view, char *out_buf,
94 static int debug_raw_header_fn(debug_info_t * id, struct debug_view *view,
97 static int debug_sprintf_format_fn(debug_info_t * id, struct debug_view *view,
382 struct debug_view *view local
944 debug_register_view(debug_info_t * id, struct debug_view *view) argument
987 debug_unregister_view(debug_info_t * id, struct debug_view *view) argument
1022 debug_prolog_level_fn(debug_info_t * id, struct debug_view *view, char *out_buf) argument
1036 debug_input_level_fn(debug_info_t * id, struct debug_view *view, struct file *file, const char *user_buf, size_t in_buf_size, loff_t * offset) argument
1100 debug_input_flush_fn(debug_info_t * id, struct debug_view *view, struct file *file, const char *user_buf, size_t in_buf_size, loff_t * offset) argument
1134 debug_raw_header_fn(debug_info_t * id, struct debug_view *view, int area, debug_entry_t * entry, char *out_buf) argument
1148 debug_raw_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, const char *in_buf) argument
1162 debug_hex_ascii_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, const char *in_buf) argument
1187 debug_dflt_header_fn(debug_info_t * id, struct debug_view *view, int area, debug_entry_t * entry, char *out_buf) argument
1228 debug_sprintf_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, debug_sprintf_entry *curr_event) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Ddebug.h14 * in order to allow a user program to analyze the 'raw'-view.
83 struct debug_view* view,
89 struct debug_view* view, char* out_buf,
92 struct debug_view* view,
95 struct debug_view* view,
99 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view,
200 int debug_register_view(debug_info_t* id, struct debug_view* view);
201 int debug_unregister_view(debug_info_t* id, struct debug_view* view);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Ddebug.h14 * in order to allow a user program to analyze the 'raw'-view.
83 struct debug_view* view,
89 struct debug_view* view, char* out_buf,
92 struct debug_view* view,
95 struct debug_view* view,
99 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view,
200 int debug_register_view(debug_info_t* id, struct debug_view* view);
201 int debug_unregister_view(debug_info_t* id, struct debug_view* view);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Ddebug.h14 * in order to allow a user program to analyze the 'raw'-view.
83 struct debug_view* view,
89 struct debug_view* view, char* out_buf,
92 struct debug_view* view,
95 struct debug_view* view,
99 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view,
200 int debug_register_view(debug_info_t* id, struct debug_view* view);
201 int debug_unregister_view(debug_info_t* id, struct debug_view* view);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Ddebug.h14 * in order to allow a user program to analyze the 'raw'-view.
83 struct debug_view* view,
89 struct debug_view* view, char* out_buf,
92 struct debug_view* view,
95 struct debug_view* view,
99 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view,
200 int debug_register_view(debug_info_t* id, struct debug_view* view);
201 int debug_unregister_view(debug_info_t* id, struct debug_view* view);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-tunnels.tex287 Besides that, you may view list of installed tunnels with the help of command:
H A Dip-cref.tex2518 in a startup script, you will be able to view the full history
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/cdrom/
H A Dcdrom-standard.tex616 CDO_USE_FFLAGS \mathrel| CDO_LOCK$, reflecting my own view on user

Completed in 132 milliseconds