Home
last modified time | relevance | path

Searched refs:ng_video_buf (Results 1 – 25 of 46) sorted by relevance

12

/dports/multimedia/xawtv/xawtv-3.107/libng/
H A Dgrab-ng.h136 struct ng_video_buf { struct
356 struct ng_video_buf *out,
357 struct ng_video_buf *in);
378 struct ng_video_buf *dest,
408 struct ng_video_buf *in);
462 struct ng_video_buf *in);
490 struct ng_video_buf *in);
492 struct ng_video_buf *in);
494 struct ng_video_buf *in);
496 struct ng_video_buf *in);
[all …]
H A Dconvert.c69 ng_convert_copyframe(struct ng_video_buf *dest, in ng_convert_copyframe()
70 struct ng_video_buf *src) in ng_convert_copyframe()
93 struct ng_video_buf*
95 struct ng_video_buf *dest, in ng_convert_frame()
96 struct ng_video_buf *buf) in ng_convert_frame()
127 struct ng_video_buf*
128 ng_convert_single(struct ng_convert_handle *h, struct ng_video_buf *in) in ng_convert_single()
130 struct ng_video_buf *out; in ng_convert_single()
H A Dcolor_yuv2rgb.c149 yuv42xp_to_gray(void *h, struct ng_video_buf *out, struct ng_video_buf *in) in yuv42xp_to_gray()
170 yuv420p_to_rgb24(void *h, struct ng_video_buf *out, struct ng_video_buf *in) in yuv420p_to_rgb24()
206 yuv422p_to_rgb24(void *h, struct ng_video_buf *out, struct ng_video_buf *in) in yuv422p_to_rgb24()
237 ng_yuv420p_to_lut2(void *h, struct ng_video_buf *out, struct ng_video_buf *in) in ng_yuv420p_to_lut2()
276 ng_yuv422p_to_lut2(void *h, struct ng_video_buf *out, struct ng_video_buf *in) in ng_yuv422p_to_lut2()
310 ng_yuv420p_to_lut4(void *h, struct ng_video_buf *out, struct ng_video_buf *in) in ng_yuv420p_to_lut4()
349 ng_yuv422p_to_lut4(void *h, struct ng_video_buf *out, struct ng_video_buf *in) in ng_yuv422p_to_lut4()
H A Dwritefile.h4 int write_jpeg(char *filename, struct ng_video_buf *buf,
6 int write_ppm(char *filename, struct ng_video_buf *buf);
7 int write_pgm(char *filename, struct ng_video_buf *buf);
H A Dcolor_common.c22 ng_packed_frame(void *handle, struct ng_video_buf *out, in ng_packed_frame()
23 struct ng_video_buf *in) in ng_packed_frame()
H A Dgrab-ng.c122 void ng_init_video_buf(struct ng_video_buf *buf) in ng_init_video_buf()
129 void ng_release_video_buf(struct ng_video_buf *buf) in ng_release_video_buf()
141 void ng_wakeup_video_buf(struct ng_video_buf *buf) in ng_wakeup_video_buf()
146 void ng_waiton_video_buf(struct ng_video_buf *buf) in ng_waiton_video_buf()
154 static void ng_free_video_buf(struct ng_video_buf *buf) in ng_free_video_buf()
160 struct ng_video_buf*
163 struct ng_video_buf *buf; in ng_malloc_video_buf()
813 struct ng_video_buf*
814 ng_filter_single(struct ng_filter *filter, struct ng_video_buf *in) in ng_filter_single()
816 struct ng_video_buf *out = in; in ng_filter_single()
H A Dwritefile.c87 static int do_write_jpeg(FILE *fp, struct ng_video_buf *buf, in do_write_jpeg()
119 int write_jpeg(char *filename, struct ng_video_buf *buf, in write_jpeg()
132 int write_jpeg_fd(int fd, struct ng_video_buf *buf,
145 int write_ppm(char *filename, struct ng_video_buf *buf) in write_ppm()
161 int write_pgm(char *filename, struct ng_video_buf *buf) in write_pgm()
330 files_video(void *handle, struct ng_video_buf *buf) in files_video()
497 raw_video(void *handle, struct ng_video_buf *buf) in raw_video()
H A DOVERVIEW19 ng_video_fmt or ng_video_buf) and those which define a interface (like
29 video buffers (struct ng_video_buf)
44 (2) The above implies you should not write to ng_video_buf->data
49 frame meta data to the new buffer (ng_video_buf->info).
53 buffers provided by the hardware drivers, where ng_video_buf->data is
/dports/multimedia/xawtv/xawtv-3.107/libng/plugins/
H A Dconv-mjpeg.c36 struct ng_video_buf *buf;
180 mjpg_rgb_compress(void *handle, struct ng_video_buf *out, in mjpg_rgb_compress()
181 struct ng_video_buf *in) in mjpg_rgb_compress()
202 mjpg_bgr_compress(void *handle, struct ng_video_buf *out, in mjpg_bgr_compress()
203 struct ng_video_buf *in) in mjpg_bgr_compress()
298 struct ng_video_buf *in) in mjpg_422_420_compress()
328 struct ng_video_buf *in) in mjpg_420_420_compress()
360 struct ng_video_buf *in) in mjpg_422_422_compress()
423 mjpg_rgb_decompress(void *handle, struct ng_video_buf *out, in mjpg_rgb_decompress()
424 struct ng_video_buf *in) in mjpg_rgb_decompress()
[all …]
H A Dflt-invert.c66 static struct ng_video_buf*
67 frame(void *handle, struct ng_video_buf *in) in frame()
69 struct ng_video_buf *out; in frame()
H A Dflt-gamma.c70 static struct ng_video_buf*
71 frame(void *handle, struct ng_video_buf *in) in frame()
73 struct ng_video_buf *out; in frame()
H A Dflt-debug.c29 static struct ng_video_buf*
30 frame(void *handle, struct ng_video_buf *in) in frame()
H A Dflt-disor.c35 static struct ng_video_buf*
36 frame(void *handle, struct ng_video_buf *in) in frame()
38 struct ng_video_buf *out; in frame()
H A Ddrv0-bsd.c94 static struct ng_video_buf* bsd_nextframe(void *handle);
95 static struct ng_video_buf* bsd_getimage(void *handle);
816 static struct ng_video_buf* bsd_nextframe(void *handle) in bsd_nextframe()
819 struct ng_video_buf *buf; in bsd_nextframe()
838 static struct ng_video_buf* bsd_getimage(void *handle) in bsd_getimage()
841 struct ng_video_buf *buf; in bsd_getimage()
/dports/multimedia/xawtv/xawtv-3.107/libng/contrib-plugins/
H A Dlinedoubler.c31 deinterlace(struct ng_video_buf *frame) in deinterlace()
49 static struct ng_video_buf*
50 frame(void *handle, struct ng_video_buf *frame) in frame()
H A Dbilinear.c33 deinterlace (struct ng_video_buf *frame) in deinterlace()
54 static struct ng_video_buf *
55 frame (void *handle, struct ng_video_buf *frame) in frame()
H A Dcubic.c40 deinterlace (struct ng_video_buf *frame) in deinterlace()
90 static struct ng_video_buf *
91 frame (void *handle, struct ng_video_buf *frame) in frame()
H A Dlinear-blend.c105 deinterlace (struct ng_video_buf *frame) in deinterlace()
131 static struct ng_video_buf *
132 frame (void *handle, struct ng_video_buf *frame) in frame()
H A Dflt-smooth.c36 struct ng_video_buf * pLastFrame;
449 static struct ng_video_buf*
450 frame(void *h, struct ng_video_buf *in) in frame()
453 struct ng_video_buf *out; in frame()
/dports/multimedia/xawtv/xawtv-3.107/common/
H A Dcapture.h23 struct ng_video_buf* ng_grabber_grab_image(int single);
24 struct ng_video_buf* ng_grabber_get_image(struct ng_video_fmt *fmt);
36 int movie_grab_put_video(struct movie_handle*, struct ng_video_buf **ret);
H A Dcapture.c135 struct ng_video_buf *in, *out; in ng_convert_thread()
225 struct ng_video_buf*
231 struct ng_video_buf*
237 struct ng_video_buf *buf; in ng_grabber_get_image()
324 struct ng_video_buf *buf; in writer_video_thread()
325 struct ng_video_buf *reorder[REORDER_SIZE]; in writer_video_thread()
606 movie_grab_put_video(struct movie_handle *h, struct ng_video_buf **ret) in movie_grab_put_video()
608 struct ng_video_buf *buf; in movie_grab_put_video()
H A Dwebcam.c26 struct ng_video_buf *buf;
128 webcam_put(char *filename, struct ng_video_buf *buf) in webcam_put()
H A Dwebcam.h2 int webcam_put(char *filename, struct ng_video_buf *buf);
/dports/multimedia/xawtv/xawtv-3.107/x11/
H A Dblit.h11 struct ng_video_buf *buf);
33 void blit_putframe(struct blit_state *st, struct ng_video_buf *buf);
/dports/misc/visp/visp-3.4.0/modules/sensor/include/visp3/sensor/
H A DvpV4l2Grabber.h182 struct ng_video_buf { struct
337 struct ng_video_buf *buf_me; //[vpV4l2Grabber::MAX_BUFFERS];

12