Home | History | Annotate | Download | only in src

Lines Matching refs:pix

1354         v4l2format.fmt.pix.field       = V4L2_FIELD_NONE;
1355 v4l2format.fmt.pix.pixelformat = pixelFormat;
1356 v4l2format.fmt.pix.width = width;
1357 v4l2format.fmt.pix.height = height;
1369 /* TBR: In case of user pointer buffers, v4l2format.fmt.pix.sizeimage */