Home
last modified time | relevance | path

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

/samples/v4l/
Dv4l2-pci-skeleton.c320 struct v4l2_pix_format *pix) in skeleton_fill_pix_format() argument
322 pix->pixelformat = V4L2_PIX_FMT_YUYV; in skeleton_fill_pix_format()
325 pix->width = 720; in skeleton_fill_pix_format()
326 pix->height = (skel->std & V4L2_STD_525_60) ? 480 : 576; in skeleton_fill_pix_format()
327 pix->field = V4L2_FIELD_INTERLACED; in skeleton_fill_pix_format()
328 pix->colorspace = V4L2_COLORSPACE_SMPTE170M; in skeleton_fill_pix_format()
331 pix->width = skel->timings.bt.width; in skeleton_fill_pix_format()
332 pix->height = skel->timings.bt.height; in skeleton_fill_pix_format()
334 pix->field = V4L2_FIELD_ALTERNATE; in skeleton_fill_pix_format()
335 pix->height /= 2; in skeleton_fill_pix_format()
[all …]