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

/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp3412 struct v4l2_pix_format pixfmt; local
3417 memset(&pixfmt, 0, sizeof(pixfmt));
3439 pixfmt.width = w;
3440 pixfmt.height = h;
3441 pixfmt.pixelformat = colorFormat;
3442 if (pixfmt.pixelformat == V4L2_PIX_FMT_JPEG)
3443 pixfmt.colorspace = V4L2_COLORSPACE_JPEG;
3445 v4l2_fmt.fmt.pix = pixfmt;

Completed in 1182 milliseconds