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

  /external/libxcam/capi/
xcam_handle.cpp 147 SmartPtr<DmaVideoBuffer> dma_buf; local
151 dma_buf = external_buf_to_dma_buf (buf);
154 ERROR, dma_buf.ptr (), NULL,
157 video_buf = dma_buf;
  /external/libxcam/tests/
test-image-blend.cpp 118 SmartPtr<VideoBuffer> dma_buf; local
129 dma_buf = new DmaVideoBuffer (info, dma_fd);
130 output = display->convert_to_drm_bo_buf (display, dma_buf);
132 XCAM_LOG_ERROR ("dma_buf(%d) convert to xcam_buf failed", dma_fd);
  /external/libxcam/wrapper/gstreamer/
gstxcamfilter.cpp 906 SmartPtr<VideoBuffer> dma_buf = new DmaGstBuffer (info, dma_fd, buffer); local
    [all...]

Completed in 94 milliseconds