History log of /external/libxcam/xcore/swapped_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/swapped_buffer.cpp
024a2343d0f365e73fbfbea44ac0a5c2bc8cef40 27-Feb-2017 Yinhang Liu <yinhangx.liu@intel.com> log: fix spelling errors/typos

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/swapped_buffer.cpp
b3bba1f94823f58917c317777cc0eb1505b5916a 24-Aug-2016 Wind Yuan <feng.yuan@intel.com> xcore: fix uninitialized variable in swap buffer

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/swapped_buffer.cpp
048311f8340f7e9f61df140b92e8e04284286b35 14-Feb-2016 Wind Yuan <feng.yuan@intel.com> cl: support swap buffer for image handler

* SwappedBuffer can clone a new buffer for Y or UV swap
* DrmBoBuffer/CLImageBoBuffer derived from SwappedBuffer
* CLImageHandler can enable buffer pool for swap buffers.
* CLCloneImageHandler is a pure clone buffer clone handler
* e.g image with format NV12 with SwapY, the memory plane
orders are Y0, UV and another Y1; offsets point to Y0 and
Y1 can swap and keep UV offsets same.

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