HomeSort by relevance Sort by last modified time
    Searched refs:t_v4l2Dqbuf (Results 1 - 2 of 2) sorted by null

  /hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h 134 int t_v4l2Dqbuf(int iFd, enum v4l2_buf_type eType, enum v4l2_memory eMemory, int iNumPlanes);
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 231 int ExynosJpegBase::t_v4l2Dqbuf(int iFd, enum v4l2_buf_type eType, enum v4l2_memory eMemory, int iNumPlanes)
801 iRet = t_v4l2Dqbuf(t_iJpegFd, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, V4L2_MEMORY_MMAP, iInBufPlanes);
806 iRet = t_v4l2Dqbuf(t_iJpegFd, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, V4L2_MEMORY_MMAP, iOutBufPlanes);

Completed in 379 milliseconds