History log of /external/libxcam/xcore/v4l2_buffer_proxy.h
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/v4l2_buffer_proxy.h
2f9c6c5fdfd5c87046295b37cd3bd99b6d4e7b09 30-Apr-2015 Wind Yuan <feng.yuan@intel.com> fix xcam_mem_clear bug which can't clear array mem

* xcam_mem_clear usage change to:
int a;
int b[10];
xcam_mem_clear (a);
xcam_mem_clear (b);
* only works for stack variables not heap objects
/external/libxcam/xcore/v4l2_buffer_proxy.h
10a616d3602fda3fcf1d48e589938e771390d714 23-Apr-2015 Jia Meng <jia.meng@intel.com> Enable CL image processor via xcamsrc plugin

Image processor and 3A analyzer can be configured via set_property.
Restructure MainDeviceManager to reuse more from DeviceManager.
gstxcamsrc can handle both drm bo buffer and v4l2 buffer now.
/external/libxcam/xcore/v4l2_buffer_proxy.h
b90a89ca7cf13529362e556fe4faaa33a9dbc090 08-Apr-2015 Wind Yuan <feng.yuan@intel.com> cl: add cl image bo buffer and pool

* CLImageBoBuffer derived from DrmBoBuffer
* CLImageBoData created from cl image and export bo
to DrmBoData
/external/libxcam/xcore/v4l2_buffer_proxy.h
18d4cb579e4e2497797c8084b8f39393b7433a5f 02-Apr-2015 Wind Yuan <feng.yuan@intel.com> v4l2_buffer: refactor to base on bufferdata and proxy
/external/libxcam/xcore/v4l2_buffer_proxy.h
e9cc96891b52812b81d1ac7a319f3ba8bc1ccd4f 10-Feb-2015 Wind Yuan <feng.yuan@intel.com> v4l2_buffer_proxy: fix data type of get_v4l2_mem_type
/external/libxcam/xcore/v4l2_buffer_proxy.h
8810a79739aa187d4bf3c8aa9012910c788cbeef 22-Jan-2015 Wind Yuan <feng.yuan@intel.com> normalize xcam_common/utils/defs headers

force all c++ headers to include xcam_utils.h
/external/libxcam/xcore/v4l2_buffer_proxy.h
75564b1f2bd9b01b6b715d24963f6a723127bd03 15-Jan-2015 Wind Yuan <feng.yuan@intel.com> init libxcam source code
/external/libxcam/xcore/v4l2_buffer_proxy.h