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

  /hardware/samsung_slsi/exynos5/libv4l2/
exynos_v4l2.c 410 (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/
ExynosJpegBase.cpp 214 if (pstBufInfo->memory == V4L2_MEMORY_DMABUF) {
732 stBufInfo.memory = V4L2_MEMORY_DMABUF;
773 stBufInfo.memory = V4L2_MEMORY_DMABUF;
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c 657 req_buf.memory = V4L2_MEMORY_DMABUF;
683 info->buffer.memory = V4L2_MEMORY_DMABUF;
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 497 reqbuf.memory = V4L2_MEMORY_DMABUF;
536 reqbuf.memory = V4L2_MEMORY_DMABUF;
719 buffer.memory = V4L2_MEMORY_DMABUF;
734 buffer.memory = V4L2_MEMORY_DMABUF;
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]
  /hardware/samsung_slsi/exynos5/include/
videodev2.h 188 V4L2_MEMORY_DMABUF = 4,
592 * @fd: when memory is V4L2_MEMORY_DMABUF, a userspace file
631 * @fd: for non-multiplanar buffers with memory == V4L2_MEMORY_DMABUF;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c 309 pH264Dec->hMFCH264Handle.hMFCHandle = pH264Dec->hMFCH264Handle.pDecOps->Init(V4L2_MEMORY_DMABUF);
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c 413 pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle = pMpeg4Dec->hMFCMpeg4Handle.pDecOps->Init(V4L2_MEMORY_DMABUF);
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c 228 pVp8Dec->hMFCVp8Handle.hMFCHandle = pVp8Dec->hMFCVp8Handle.pDecOps->Init(V4L2_MEMORY_DMABUF);
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c 471 pH264Enc->hMFCH264Handle.hMFCHandle = pH264Enc->hMFCH264Handle.pEncOps->Init(V4L2_MEMORY_DMABUF);
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c 599 pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle = pMpeg4Enc->hMFCMpeg4Handle.pEncOps->Init(V4L2_MEMORY_DMABUF);
    [all...]

Completed in 105 milliseconds