#include "config.h"#include <stdio.h>#include <stdlib.h>#include <glib.h>#include <string.h>#include <sys/types.h>#include <unistd.h>#include <linux/videodev.h>#include <sys/ioctl.h>#include <sys/mman.h>#include <sys/stat.h>#include <time.h>#include <fcntl.h>#include <signal.h>#include <linux/types.h>#include <errno.h>Go to the source code of this file.
Defines | |
| #define | READ_VIDEO_PIXEL(buf, format, depth, r, g, b) |
Functions | |
| gint | gxsm_v4l_open_video4l () |
| gint | gxsm_v4l_close_video4l () |
| gint | gxsm_v4l_maxwidth () |
| gint | gxsm_v4l_maxheight () |
| gint | gxsm_v4l_win_width () |
| gint | gxsm_v4l_win_height () |
| gint | gxsm_v4l_grab_video4l () |
| gint | gxsm_v4l_get_pixel (int *r, int *g, int *b) |
Variables | |
| int | video_dev_fd = 0 |
| video_capability | cap |
| video_picture | pic |
| video_window | win |
| video_capture | vicap |
| video_channel | vidcan |
| video_mbuf | vidbuf |
| video_buffer | buffer |
| video_mmap | mapbuf |
| guchar * | bigbuf |
| guchar * | buf |
| int | gray [3] |
| guchar * | src |
|
|
Definition at line 332 of file grab_v4l_c.c. Referenced by gxsm_v4l_get_pixel(). |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 76 of file grab_v4l_c.c. Referenced by gxsm_v4l_grab_video4l(). |
|
|
|
Definition at line 74 of file grab_v4l_c.c. Referenced by App::create_ui_control(), external_converter_Control::dlg_clicked(), App::grab_url(), gxsm_v4l_open_video4l(), main(), LAN_rhk_hwi_spm::PutParameter(), App::ui_setcomment(), App::ui_update(), and WSxM_ImExportFile::WSxMRead(). |
|
|
Definition at line 68 of file grab_v4l_c.c. Referenced by gxsm_v4l_maxheight(), gxsm_v4l_maxwidth(), and gxsm_v4l_open_video4l(). |
|
|
Definition at line 78 of file grab_v4l_c.c. |
|
|
Definition at line 75 of file grab_v4l_c.c. Referenced by gxsm_v4l_grab_video4l(). |
|
|
Definition at line 69 of file grab_v4l_c.c. Referenced by gxsm_v4l_get_pixel(), and gxsm_v4l_grab_video4l(). |
|
|
|
Definition at line 71 of file grab_v4l_c.c. |
|
|
Definition at line 73 of file grab_v4l_c.c. Referenced by gxsm_v4l_grab_video4l(). |
|
|
Definition at line 72 of file grab_v4l_c.c. |
|
|
Definition at line 67 of file grab_v4l_c.c. Referenced by gxsm_v4l_close_video4l(), gxsm_v4l_grab_video4l(), and gxsm_v4l_open_video4l(). |
|
|
Definition at line 70 of file grab_v4l_c.c. Referenced by gxsm_v4l_grab_video4l(), gxsm_v4l_win_height(), and gxsm_v4l_win_width(). |
1.4.6