Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libhwjpeg/
DExynosJpegBase.cpp105 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.enc_fmt.in_fmt; in t_v4l2SetFmt()
107 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.dec_fmt.in_fmt; in t_v4l2SetFmt()
113 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.enc_fmt.out_fmt; in t_v4l2SetFmt()
115 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.dec_fmt.out_fmt; in t_v4l2SetFmt()
149 pstConfig->width = fmt.fmt.pix.width; in t_v4l2GetFmt()
150 pstConfig->height = fmt.fmt.pix.height; in t_v4l2GetFmt()
156 pstConfig->pix.enc_fmt.in_fmt = fmt.fmt.pix_mp.pixelformat; in t_v4l2GetFmt()
158 pstConfig->pix.dec_fmt.in_fmt = fmt.fmt.pix_mp.pixelformat; in t_v4l2GetFmt()
164 pstConfig->pix.enc_fmt.out_fmt = fmt.fmt.pix_mp.pixelformat; in t_v4l2GetFmt()
166 pstConfig->pix.dec_fmt.out_fmt = fmt.fmt.pix_mp.pixelformat; in t_v4l2GetFmt()
[all …]
DExynosJpegEncoder.cpp128 return t_stJpegConfig.pix.enc_fmt.in_fmt; in getColorFormat()
DExynosJpegDecoder.cpp190 t_stJpegConfig.pix.dec_fmt.out_fmt, in decode()
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp166 mVideoInfo->format.fmt.pix.width = width; in setParameters()
167 mVideoInfo->format.fmt.pix.height = height; in setParameters()
168 mVideoInfo->format.fmt.pix.pixelformat = DEFAULT_PIXEL_FORMAT; in setParameters()
/hardware/samsung_slsi/exynos5/include/
DExynosJpegApi.h104 } pix; member
Dvideodev2.h2210 struct v4l2_pix_format pix; /* V4L2_BUF_TYPE_VIDEO_CAPTURE */ member
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dvideodev2.h2429 struct v4l2_pix_format pix; /* V4L2_BUF_TYPE_VIDEO_CAPTURE */ member
/hardware/qcom/msm8x74/kernel-headers/linux/
Dvideodev2.h2065 struct v4l2_pix_format pix; member
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCamera.cpp3445 v4l2_fmt.fmt.pix = pixfmt; in m_setWidthHeight()