History log of /external/libxcam/xcore/v4l2_device.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/v4l2_device.cpp
155c8f5e4011d9a411b6be778766ba93239eac82 18-Mar-2016 Wind Yuan <feng.yuan@intel.com> compile: fix possible memory leak issues

* potential issues reported by klocwork

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/v4l2_device.cpp
db3def7daa7a9f68116fb9907561a69f5d7c374b 28-Jan-2016 Wind Yuan <feng.yuan@intel.com> v4l2-dev: add build flag for mmap 32bit

* some v4l2 drivers need specify mmap MAP_32BIT flags
* need build with
$./configure CFLAGS="-DNEED_MAP_32BIT" CXXFLAGS="-DNEED_MAP_32BIT"
* requirement from Mikhail Tsvetkov

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/v4l2_device.cpp
d934649ac1f1f5fd55a6705e05d704328713bfb0 17-Dec-2015 Yinhang Liu <yinhangx.liu@intel.com> usbcam: fix rendering failure in 720p mode

* check v4l2 format parameter settings
* add option of '--resolution' in test-device-manager for usbcam
* test command:
test-device-manager -m dma -f YUYV -d video -e overlay -p \
--usb /dev/videoX --resolution 1280x960

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/v4l2_device.cpp
ac38155b98609596a799f73d297763a936df0478 29-Jul-2015 Sameer Kibey <sameer.kibey@intel.com> v4l2device: Fix endless while loop in set_format()

The while loop in V4l2Device::set_format was
missing a break. It will keep looping forever.
This issue was found when enabling USB camera
with Libxcam.

Signed-off-by: Sameer Kibey <sameer.kibey@intel.com>
/external/libxcam/xcore/v4l2_device.cpp
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_device.cpp
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_device.cpp
69cf3fb4e3a5608b6a8c0a8d14f47970bdc57a1f 15-Jan-2015 Wind Yuan <feng.yuan@intel.com> v4l2-device: fix compile error

include <errno.h> in v4l2_device.cpp
/external/libxcam/xcore/v4l2_device.cpp
75564b1f2bd9b01b6b715d24963f6a723127bd03 15-Jan-2015 Wind Yuan <feng.yuan@intel.com> init libxcam source code
/external/libxcam/xcore/v4l2_device.cpp