Home | History | Annotate | Download | only in V4LCameraAdapter

Lines Matching refs:pix

220     mVideoInfo->format.fmt.pix.width = width;
221 mVideoInfo->format.fmt.pix.height = height;
222 mVideoInfo->format.fmt.pix.pixelformat = pix_format;
230 CAMHAL_LOGDB("VIDIOC_G_FMT : WxH = %dx%d", mVideoInfo->format.fmt.pix.width, mVideoInfo->format.fmt.pix.height);