Home
last modified time | relevance | path

Searched refs:pstConfig (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/libhwjpeg/
DExynosJpegBase.cpp85 int ExynosJpegBase::t_v4l2SetFmt(int iFd, enum v4l2_buf_type eType, struct CONFIG *pstConfig) in t_v4l2SetFmt() argument
91 fmt.fmt.pix_mp.width = pstConfig->width; in t_v4l2SetFmt()
92 fmt.fmt.pix_mp.height = pstConfig->height; in t_v4l2SetFmt()
94 fmt.fmt.pix_mp.num_planes = pstConfig->numOfPlanes; in t_v4l2SetFmt()
96 if (pstConfig->mode == MODE_ENCODE) in t_v4l2SetFmt()
104 if (pstConfig->mode == MODE_ENCODE) { in t_v4l2SetFmt()
105 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()
108 fmt.fmt.pix_mp.plane_fmt[0].sizeimage = pstConfig->sizeJpeg; in t_v4l2SetFmt()
112 if (pstConfig->mode == MODE_ENCODE) { in t_v4l2SetFmt()
[all …]
/hardware/samsung_slsi/exynos5/include/
DExynosJpegApi.h130 int t_v4l2SetFmt(int iFd, enum v4l2_buf_type eType, struct CONFIG *pstConfig);
131 int t_v4l2GetFmt(int iFd, enum v4l2_buf_type eType, struct CONFIG *pstConfig);