Searched refs:bufType (Results 1 – 5 of 5) sorted by relevance
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 311 enum v4l2_buf_type bufType; in startPreview() local 313 bufType = V4L2_BUF_TYPE_VIDEO_CAPTURE; in startPreview() 315 ret = ioctl (mCameraHandle, VIDIOC_STREAMON, &bufType); in startPreview() 339 enum v4l2_buf_type bufType; in stopPreview() local 350 bufType = V4L2_BUF_TYPE_VIDEO_CAPTURE; in stopPreview() 352 ret = ioctl (mCameraHandle, VIDIOC_STREAMOFF, &bufType); in stopPreview()
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/ |
D | LCML_DspCodec.h | 213 bufType, \ argument 222 bufType, \
|
D | LCML_CodecInterface.h | 117 TMMCodecBufferType bufType,
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/ |
D | LCML_DspCodec.c | 99 TMMCodecBufferType bufType, 859 TMMCodecBufferType bufType, in QueueBuffer() argument 924 switch (bufType) in QueueBuffer() 927 bufType = EMMCodecInputBuffer; in QueueBuffer() 931 bufType = EMMCodecOuputBuffer; in QueueBuffer() 935 bufType = EMMCodecInputBuffer; in QueueBuffer() 939 bufType = EMMCodecOuputBuffer; in QueueBuffer() 946 if ((bufType >= EMMCodecStream0) && (bufType <= (EMMCodecStream0 + 20))) in QueueBuffer() 948 streamId = bufType - EMMCodecStream0; in QueueBuffer() 953 if (bufType == EMMCodecInputBuffer || !(streamId % 2)) in QueueBuffer() [all …]
|
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 152 enum v4l2_buf_type bufType; in v4lStartStreaming() local 155 bufType = V4L2_BUF_TYPE_VIDEO_CAPTURE; in v4lStartStreaming() 157 ret = v4lIoctl (mCameraHandle, VIDIOC_STREAMON, &bufType); in v4lStartStreaming() 169 enum v4l2_buf_type bufType; in v4lStopStreaming() local 172 bufType = V4L2_BUF_TYPE_VIDEO_CAPTURE; in v4lStopStreaming() 174 ret = v4lIoctl (mCameraHandle, VIDIOC_STREAMOFF, &bufType); in v4lStopStreaming() 740 enum v4l2_buf_type bufType; in stopPreview() local
|