History log of /external/libxcam/xcore/dma_video_buffer.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9fbfce6bd98f1d790f75215932de854892a58154 24-Nov-2017 Wind Yuan <feng.yuan@intel.com> headers: add xcam_std.h as xcam cplusplus first header

* new xcam_std.h as first header instead of xcam_utils.h
* all export headers with #include <> instead of #include ""

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/dma_video_buffer.cpp
226b6afff4d282f838c583fb4b00b2daa07a9394 07-Mar-2017 Wind Yuan <feng.yuan@intel.com> buffer: support external buffer conversion

* add interfaces
- convert_to_external_buffer
- external_buf_to_dma_buf

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/dma_video_buffer.cpp
0bb87ca0c8190eaf9dcf8b8558edb21004019265 24-Aug-2016 Wind Yuan <feng.yuan@intel.com> xcore: support dma-buf conversion to drm buf

* example:
SmartPtr<VideoBuffer> dma_buf =
new DmaVideoBuffer (info, dma_fd);
SmartPtr<DrmBoBuffer> output =
display->convert_to_drm_bo_buf (display, dma_buf);

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/dma_video_buffer.cpp