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

  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 75 mVideoInfo = (struct VideoInfo *) calloc (1, sizeof (struct VideoInfo));
76 if(!mVideoInfo)
87 ret = ioctl (mCameraHandle, VIDIOC_QUERYCAP, &mVideoInfo->cap);
94 if ((mVideoInfo->cap.capabilities & V4L2_CAP_VIDEO_CAPTURE) == 0)
100 if (!(mVideoInfo->cap.capabilities & V4L2_CAP_STREAMING))
108 mVideoInfo->isStreaming = false;
121 if ( !mVideoInfo->isStreaming )
132 mVideoInfo->buf.index = i;
133 mVideoInfo->buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
134 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP
    [all...]
  /hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 148 struct VideoInfo *mVideoInfo;

Completed in 2269 milliseconds