Searched refs:cx88_set_scale (Results 1 – 4 of 4) sorted by relevance
/drivers/media/pci/cx88/ |
D | cx88-core.c | 702 int cx88_set_scale(struct cx88_core *core, unsigned int width, unsigned int height, in cx88_set_scale() function 1009 cx88_set_scale(core, 320, 240, V4L2_FIELD_INTERLACED); in cx88_set_tvnorm() 1119 EXPORT_SYMBOL(cx88_set_scale);
|
D | cx88-blackbird.c | 764 cx88_set_scale(core, f->fmt.pix.width, f->fmt.pix.height, f->fmt.pix.field); in vidioc_s_fmt_vid_cap() 833 cx88_set_scale(dev->core, dev->width, dev->height, in vidioc_s_frequency() 1007 cx88_set_scale(dev->core, dev->width, dev->height, in mpeg_open()
|
D | cx88.h | 655 extern int cx88_set_scale(struct cx88_core *core, unsigned int width,
|
D | cx88-video.c | 422 cx88_set_scale(core, buf->vb.width, buf->vb.height, buf->vb.field); in start_video_dma()
|