History log of /external/libxcam/xcore/base/xcam_common.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/base/xcam_common.h
d447e2203609fb50bfc4c4fbe1b8c18d5bb0c8db 09-Nov-2017 Wind Yuan <feng.yuan@intel.com> utils: move dump-buffer to xcam utils

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/base/xcam_common.h
67dc1d485b5888fd859117580dfc1e53cbff538b 30-Sep-2017 Wind Yuan <feng.yuan@intel.com> interface: initialize stitcher

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/base/xcam_common.h
324909697988c3dc94b4eeaff3097f55b0d9fe3b 27-Sep-2017 zongwave <wei.zong@intel.com> build: Cent OS 7 make fails with errors related to inttypes.h
/external/libxcam/xcore/base/xcam_common.h
660eb8d8fcadd8dbf541726f5c037c5a1b032bbe 14-Sep-2017 Wind Yuan <feng.yuan@intel.com> soft: imporve framework for soft handler and worker

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/base/xcam_common.h
1984c65366c10231ccf80d51a79b2e758a05807c 30-Aug-2017 zongwave <wei.zong@intel.com> log: support output debug trace into file
/external/libxcam/xcore/base/xcam_common.h
0995e53b9064a563b343a9bdcd50ecf88bf84bec 23-Aug-2017 Wind Yuan <feng.yuan@intel.com> module: add stitcher module interface

* module/interface, new feature interface entry.
* add interface/stitcher.h as stitching module interface.

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/base/xcam_common.h
a326ebd4d586425f840c9f4d4c109660868a7c67 17-Aug-2017 Wind Yuan <feng.yuan@intel.com> file-handle: extract common file io operations

* ImageFileHandle inherited from FileHandle
* restore file pointer position after get_file_size

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/base/xcam_common.h
3d5767c8cd73a7d66755b17e978a2861296dcfda 14-Nov-2016 zongwave <wei.zong@intel.com> log: fix printf format warnings

* add <inttypes> for printf format
* define PRIuS for size_t

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/base/xcam_common.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/base/xcam_common.h
7e0436ec3835e76dc94645f4f7796fbf1e194d0d 15-Apr-2015 wangfei <feix.w.wang@intel.com> add gamma function.

test gamma cmd:
$./test-cl-image -t gamma -f rgba -i capture.rgba -o gamma.rgba

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/base/xcam_common.h
48022c6d82e9aa6b35fa367ccdee8f893c8146a5 10-Feb-2015 Wind Yuan <feng.yuan@intel.com> XCamReturn: add type XCAM_RETURN_ERROR_CL
/external/libxcam/xcore/base/xcam_common.h
29a49f50a2be78c046017672ec7a410044de0747 26-Jan-2015 Wind Yuan <feng.yuan@intel.com> c structure: extract to xcore/base dir
/external/libxcam/xcore/base/xcam_common.h