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

/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegBase.cpp175 int ExynosJpegBase::t_v4l2Reqbufs(int iFd, int iBufCount, struct BUF_INFO *pstBufInfo) argument
182 req.type = pstBufInfo->buf_type;
183 req.memory = pstBufInfo->memory;
185 //if (pstBufInfo->memory == V4L2_MEMORY_MMAP)
197 int ExynosJpegBase::t_v4l2Qbuf(int iFd, struct BUF_INFO *pstBufInfo, struct BUFFER *pstBuf) argument
208 v4l2_buf.type = pstBufInfo->buf_type;
209 v4l2_buf.memory = pstBufInfo->memory;
211 v4l2_buf.length = pstBufInfo->numOfPlanes;
214 if (pstBufInfo->memory == V4L2_MEMORY_DMABUF) {
215 for (i = 0; i < pstBufInfo
[all...]
/hardware/samsung_slsi/exynos5/include/
H A DExynosJpegApi.h132 int t_v4l2Reqbufs(int iFd, int iBufCount, struct BUF_INFO *pstBufInfo);
133 int t_v4l2Qbuf(int iFd, struct BUF_INFO *pstBufInfo, struct BUFFER *pstBuf);

Completed in 1974 milliseconds