Searched refs:V4L2_MEMORY_DMABUF (Results 1 - 14 of 14) sorted by relevance

/hardware/samsung_slsi/exynos5/libv4l2/
H A Dexynos_v4l2.c410 (req->memory != V4L2_MEMORY_DMABUF)) {
454 (buf->memory != V4L2_MEMORY_DMABUF)) {
493 (buf->memory != V4L2_MEMORY_DMABUF)) {
532 (buf->memory != V4L2_MEMORY_DMABUF)) {
/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegBase.cpp214 if (pstBufInfo->memory == V4L2_MEMORY_DMABUF) {
732 stBufInfo.memory = V4L2_MEMORY_DMABUF;
773 stBufInfo.memory = V4L2_MEMORY_DMABUF;
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c657 req_buf.memory = V4L2_MEMORY_DMABUF;
683 info->buffer.memory = V4L2_MEMORY_DMABUF;
1607 reqbuf.memory = V4L2_MEMORY_DMABUF;
1644 buf.memory = V4L2_MEMORY_DMABUF;
1665 buf.memory = V4L2_MEMORY_DMABUF;
1739 reqbuf.memory = V4L2_MEMORY_DMABUF;
2003 req_buf.memory = V4L2_MEMORY_DMABUF;
2012 req_buf.memory = V4L2_MEMORY_DMABUF;
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp1265 req.memory = V4L2_MEMORY_DMABUF;
1328 v4l2_buf.memory = V4L2_MEMORY_DMABUF;
1368 v4l2_buf.memory = V4L2_MEMORY_DMABUF;
1476 req.memory = V4L2_MEMORY_DMABUF;
1532 v4l2_buf.memory = V4L2_MEMORY_DMABUF;
1583 v4l2_buf.memory = V4L2_MEMORY_DMABUF;
1659 req.memory = V4L2_MEMORY_DMABUF;
1715 v4l2_buf.memory = V4L2_MEMORY_DMABUF;
1760 v4l2_buf.memory = V4L2_MEMORY_DMABUF;
3459 req.memory = V4L2_MEMORY_DMABUF;
[all...]
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp491 reqbuf.memory = V4L2_MEMORY_DMABUF;
530 reqbuf.memory = V4L2_MEMORY_DMABUF;
713 buffer.memory = V4L2_MEMORY_DMABUF;
728 buffer.memory = V4L2_MEMORY_DMABUF;
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp1287 m_camera_info.sensor.memory = V4L2_MEMORY_DMABUF;
1311 m_camera_info.isp.memory = V4L2_MEMORY_DMABUF;
1373 m_camera_info.capture.memory = V4L2_MEMORY_DMABUF;
1750 newParameters.node->memory = V4L2_MEMORY_DMABUF;
1851 newParameters.node->memory = V4L2_MEMORY_DMABUF;
1905 newParameters.node->memory = V4L2_MEMORY_DMABUF;
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h81 V4L2_MEMORY_DMABUF = 4, enumerator in enum:v4l2_memory
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h168 V4L2_MEMORY_DMABUF = 4, enumerator in enum:v4l2_memory
608 * @fd: when memory is V4L2_MEMORY_DMABUF, a userspace file
649 * @fd: for non-multiplanar buffers with memory == V4L2_MEMORY_DMABUF;
/hardware/samsung_slsi/exynos5/include/linux/
H A Dvideodev2.h188 V4L2_MEMORY_DMABUF = 4, enumerator in enum:v4l2_memory
592 * @fd: when memory is V4L2_MEMORY_DMABUF, a userspace file
631 * @fd: for non-multiplanar buffers with memory == V4L2_MEMORY_DMABUF;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A DExynos_OMX_H264dec.c309 pH264Dec->hMFCH264Handle.hMFCHandle = pH264Dec->hMFCH264Handle.pDecOps->Init(V4L2_MEMORY_DMABUF);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DExynos_OMX_Mpeg4dec.c413 pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle = pMpeg4Dec->hMFCMpeg4Handle.pDecOps->Init(V4L2_MEMORY_DMABUF);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
H A DExynos_OMX_Vp8dec.c228 pVp8Dec->hMFCVp8Handle.hMFCHandle = pVp8Dec->hMFCVp8Handle.pDecOps->Init(V4L2_MEMORY_DMABUF);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A DExynos_OMX_H264enc.c471 pH264Enc->hMFCH264Handle.hMFCHandle = pH264Enc->hMFCH264Handle.pEncOps->Init(V4L2_MEMORY_DMABUF);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
H A DExynos_OMX_Mpeg4enc.c599 pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle = pMpeg4Enc->hMFCMpeg4Handle.pEncOps->Init(V4L2_MEMORY_DMABUF);

Completed in 308 milliseconds