Searched refs:pstBufInfo (Results 1 – 2 of 2) sorted by relevance
175 int ExynosJpegBase::t_v4l2Reqbufs(int iFd, int iBufCount, struct BUF_INFO *pstBufInfo) in t_v4l2Reqbufs() argument182 req.type = pstBufInfo->buf_type; in t_v4l2Reqbufs()183 req.memory = pstBufInfo->memory; in t_v4l2Reqbufs()197 int ExynosJpegBase::t_v4l2Qbuf(int iFd, struct BUF_INFO *pstBufInfo, struct BUFFER *pstBuf) in t_v4l2Qbuf() argument208 v4l2_buf.type = pstBufInfo->buf_type; in t_v4l2Qbuf()209 v4l2_buf.memory = pstBufInfo->memory; in t_v4l2Qbuf()211 v4l2_buf.length = pstBufInfo->numOfPlanes; in t_v4l2Qbuf()214 if (pstBufInfo->memory == V4L2_MEMORY_DMABUF) { in t_v4l2Qbuf()215 for (i = 0; i < pstBufInfo->numOfPlanes; i++) { in t_v4l2Qbuf()
132 int t_v4l2Reqbufs(int iFd, int iBufCount, struct BUF_INFO *pstBufInfo);133 int t_v4l2Qbuf(int iFd, struct BUF_INFO *pstBufInfo, struct BUFFER *pstBuf);