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

/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegBase.cpp105 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.enc_fmt.in_fmt;
107 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.dec_fmt.in_fmt;
113 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.enc_fmt.out_fmt;
115 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.dec_fmt.out_fmt;
149 pstConfig->width = fmt.fmt.pix.width;
150 pstConfig->height = fmt.fmt.pix.height;
156 pstConfig->pix.enc_fmt.in_fmt = fmt.fmt.pix_mp.pixelformat;
158 pstConfig->pix.dec_fmt.in_fmt = fmt.fmt.pix_mp.pixelformat;
164 pstConfig->pix.enc_fmt.out_fmt = fmt.fmt.pix_mp.pixelformat;
166 pstConfig->pix
[all...]
H A DExynosJpegEncoder.cpp128 return t_stJpegConfig.pix.enc_fmt.in_fmt;
H A DExynosJpegDecoder.cpp190 t_stJpegConfig.pix.dec_fmt.out_fmt,
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp166 mVideoInfo->format.fmt.pix.width = width;
167 mVideoInfo->format.fmt.pix.height = height;
168 mVideoInfo->format.fmt.pix.pixelformat = DEFAULT_PIXEL_FORMAT;
/hardware/samsung_slsi/exynos5/include/
H A DExynosJpegApi.h104 } pix; member in struct:ExynosJpegBase::CONFIG
H A Dvideodev2.h2198 * @pix: definition of an image format
2208 struct v4l2_pix_format pix; /* V4L2_BUF_TYPE_VIDEO_CAPTURE */ member in union:v4l2_format::__anon1468
/hardware/qcom/camera/mm-camera-interface/
H A Dmm_camera_stream.c511 stream->fmt.fmt.pix.width,
512 stream->fmt.fmt.pix.height,
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp3445 v4l2_fmt.fmt.pix = pixfmt;

Completed in 450 milliseconds