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

  /external/libxcam/wrapper/gstreamer/
gst_xcam_utils.h 30 DmaGstBuffer (const XCam::VideoBufferInfo &info, int dma_fd, GstBuffer *gst_buf)
31 : XCam::DmaVideoBuffer (info, dma_fd)
gstxcamfilter.cpp 899 gint dma_fd = get_dmabuf_fd (buffer); local
    [all...]
  /external/libxcam/xcore/
dma_video_buffer.h 33 DmaVideoBuffer (const VideoBufferInfo &info, int dma_fd, bool need_close_fd = false);
dma_video_buffer.cpp 37 DmaVideoBuffer::DmaVideoBuffer (const VideoBufferInfo &info, int dma_fd, bool need_close_fd)
39 , _dma_fd (dma_fd)
42 XCAM_ASSERT (dma_fd >= 0);
drm_display.cpp 512 int dma_fd = 0; local
524 dma_fd = buf_in->get_fd ();
525 if (dma_fd < 0) {
530 bo = drm_intel_bo_gem_create_from_prime (_buf_manager, dma_fd, video_info.size);
536 bo_data->set_prime_fd (dma_fd, false);
  /external/libdrm/amdgpu/
amdgpu_bo.c 209 int fd, dma_fd; local
221 &dma_fd);
223 r = drmPrimeFDToHandle(bo->dev->flink_fd, dma_fd, &handle);
224 close(dma_fd);
290 int dma_fd; local
376 r = drmPrimeHandleToFD(dev->flink_fd, bo->handle, DRM_CLOEXEC, &dma_fd);
382 r = drmPrimeFDToHandle(dev->fd, dma_fd, &bo->handle );
384 close(dma_fd);
  /external/libxcam/tests/
test-image-blend.cpp 107 SmartPtr<DrmDisplay> display, int dma_fd,
115 * dma_fd = native_handle_t.data[0] ;
121 XCAM_ASSERT (dma_fd > 0);
129 dma_buf = new DmaVideoBuffer (info, dma_fd);
132 XCAM_LOG_ERROR ("dma_buf(%d) convert to xcam_buf failed", dma_fd);

Completed in 200 milliseconds