Searched refs:video_fmt (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/
H A Dsaa7146_video.c411 fmt = saa7146_format_by_fourcc(dev,fh->video_fmt.pixelformat);
463 fmt = saa7146_format_by_fourcc(dev,fh->video_fmt.pixelformat);
735 f->fmt.pix = ((struct saa7146_fh *)fh)->video_fmt;
888 fh->video_fmt = f->fmt.pix;
889 DEB_EE(("set to pixelformat '%4.4s'\n", (char *)&fh->video_fmt.pixelformat));
1228 if (fh->video_fmt.width < 48 ||
1229 fh->video_fmt.height < 32 ||
1230 fh->video_fmt.width > vv->standard->h_max_out ||
1231 fh->video_fmt.height > vv->standard->v_max_out) {
1232 DEB_D(("w (%d) / h (%d) out of bounds.\n",fh->video_fmt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ps3/
H A Dps3av_cmd.c31 static const struct video_fmt { struct
378 u32 ps3av_cmd_set_video_mode(void *p, u32 head, int video_vid, int video_fmt, argument
387 if (video_fmt == -1)
388 video_fmt = PS3AV_CMD_VIDEO_FMT_X8R8G8B8;
407 video_mode->video_format = ps3av_video_fmt_table[video_fmt].format;
412 video_mode->video_order = ps3av_video_fmt_table[video_fmt].order;
421 int ps3av_cmd_video_format_black(u32 head, u32 video_fmt, u32 mute) argument
432 ps3av_video_fmt_table[video_fmt].format;
433 video_format.video_order = ps3av_video_fmt_table[video_fmt].order;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dsaa7146_vv.h96 struct v4l2_pix_format video_fmt; member in struct:saa7146_fh

Completed in 129 milliseconds