Home
last modified time | relevance | path

Searched refs:zoran_fh (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/staging/media/zoran/
Dzoran_driver.c185 static void v4l_fbuffer_free(struct zoran_fh *fh);
186 static void jpg_fbuffer_free(struct zoran_fh *fh);
189 static void map_mode_raw(struct zoran_fh *fh) in map_mode_raw()
195 static void map_mode_jpg(struct zoran_fh *fh, int play) in map_mode_jpg()
212 static int v4l_fbuffer_alloc(struct zoran_fh *fh) in v4l_fbuffer_alloc()
255 static void v4l_fbuffer_free(struct zoran_fh *fh) in v4l_fbuffer_free()
306 static int jpg_fbuffer_alloc(struct zoran_fh *fh) in jpg_fbuffer_alloc()
384 static void jpg_fbuffer_free(struct zoran_fh *fh) in jpg_fbuffer_free()
435 zoran_v4l_set_format (struct zoran_fh *fh, in zoran_v4l_set_format()
483 static int zoran_v4l_queue_frame(struct zoran_fh *fh, int num) in zoran_v4l_queue_frame()
[all …]
Dzoran.h173 struct zoran_fh;
176 struct zoran_fh *fh;
216 struct zoran_fh { struct
Dzoran_device.h53 extern void write_overlay_mask(struct zoran_fh *fh,
Dzoran_device.c520 void write_overlay_mask(struct zoran_fh *fh, struct v4l2_clip *vp, int count) in write_overlay_mask()