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/drm_v4l2_buffer.cpp
|
25aed2b65c7b990d2e128e858224ddd1636f91ec |
|
10-Feb-2015 |
Wind Yuan <feng.yuan@intel.com> |
drm: add DrmBoBuffer from drm display * add DrmBoBuffer for drm bo object * fix drm_display from unsafe pointer to smartptr
/external/libxcam/xcore/drm_v4l2_buffer.cpp
|
1503c6b9ace71fa09fb1afe87963d7f3806ea853 |
|
22-Jan-2015 |
John Ye <john.ye@intel.com> |
local preview with DRM
/external/libxcam/xcore/drm_v4l2_buffer.cpp
|