Searched refs:iFd (Results 1 – 2 of 2) sorted by relevance
/hardware/samsung_slsi/exynos5/include/ |
D | ExynosJpegApi.h | 128 int t_v4l2Querycap(int iFd); 129 int t_v4l2SetJpegcomp(int iFd, int iQuality); 130 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); 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); 134 int t_v4l2Dqbuf(int iFd, enum v4l2_buf_type eType, enum v4l2_memory eMemory, int iNumPlanes); 135 int t_v4l2StreamOn(int iFd, enum v4l2_buf_type eType); 136 int t_v4l2StreamOff(int iFd, enum v4l2_buf_type eType); 137 int t_v4l2SetCtrl(int iFd, int iCid, int iValue); [all …]
|
/hardware/samsung_slsi/exynos5/libhwjpeg/ |
D | ExynosJpegBase.cpp | 55 int ExynosJpegBase::t_v4l2Querycap(int iFd) in t_v4l2Querycap() argument 60 iRet = ioctl(iFd, VIDIOC_QUERYCAP, &cap); in t_v4l2Querycap() 69 int ExynosJpegBase::t_v4l2SetJpegcomp(int iFd, int iQuality) in t_v4l2SetJpegcomp() argument 76 iRet = ioctl(iFd, VIDIOC_S_JPEGCOMP, &arg); in t_v4l2SetJpegcomp() 85 int ExynosJpegBase::t_v4l2SetFmt(int iFd, enum v4l2_buf_type eType, struct CONFIG *pstConfig) in t_v4l2SetFmt() argument 125 iRet = ioctl(iFd, VIDIOC_S_FMT, &fmt); in t_v4l2SetFmt() 134 int ExynosJpegBase::t_v4l2GetFmt(int iFd, enum v4l2_buf_type eType, struct CONFIG *pstConfig) in t_v4l2GetFmt() argument 140 iRet = ioctl(iFd, VIDIOC_G_FMT, &fmt); in t_v4l2GetFmt() 175 int ExynosJpegBase::t_v4l2Reqbufs(int iFd, int iBufCount, struct BUF_INFO *pstBufInfo) in t_v4l2Reqbufs() argument 188 iRet = ioctl(iFd, VIDIOC_REQBUFS, &req); in t_v4l2Reqbufs() [all …]
|