Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libxcam
/
6c3673573de171da0d4bfc54963e0c5de9bbadc6
/
tests
6c36735
cl-retinex: enable tnr after retinex to reduce noise
by Yinhang Liu
· 9 years ago
fde746d
cl-wavelet: tune threshold of Haar wavelet denoise
by zongwave
· 9 years ago
7db344d
tests: fix swap buffer order in test-cl-image
by zongwave
· 9 years ago
b714044
cl-wavelet: support Haar wavelet in both Y and UV channels
by zongwave
· 9 years ago
0ad35ac
robust: fix potential issues reported by klocwork
by Wind Yuan
· 9 years ago
d6d824a
tests: fix overlay mode display failed issue
by Yinhang Liu
· 9 years ago
b0ad64b
tests: fix raw data capture failure in test-dev-manager
by Yinhang Liu
· 9 years ago
06f7762
cl-wdr: change interface enable-wdr to wdr-mode
by wujunkai166
· 9 years ago
155c8f5
compile: fix possible memory leak issues
by Wind Yuan
· 9 years ago
28a747b
cl-wavelet: fix Haar-wavelet decomposition order issue
by zongwave
· 9 years ago
3c721c1
cl-retinex: move retinex to cl post image processor
by Yinhang Liu
· 9 years ago
2ba7f64
cl-wavlet: add Haar wavelet handler and CL kernel
by zongwave
· 9 years ago
3c17fea
isp-processor: support cl post image processor
by Yinhang Liu
· 9 years ago
2ab1f99
cl-processor: Support cl post image processor
by Yinhang Liu
· 9 years ago
bc1e071
tests: add wavelet test case
by Wind Yuan
· 9 years ago
c8f3b44
cl-wdr: optimize new tonemapping algorithm
by wujunkai166
· 9 years ago
80adcf5
tests: add test case for wavelet denoise
by zongwave
· 9 years ago
6523286
cl-gauss: add gaussian-blur handler on Y format.
by Wangfei
· 9 years ago
7111132
test-dev-manager: fix frame storing into file
by Wind Yuan
· 9 years ago
8e5e3e4
cl: add retinex algorithm to enhance edge on yuv
by Wangfei
· 9 years ago
b0bd551
cl-wdr: New wdr algorithm based on histogram
by wujunkai166
· 9 years ago
6b43739
bugs: fix klockwork scan issues
by Wind Yuan
· 9 years ago
d934649
usbcam: fix rendering failure in 720p mode
by Yinhang Liu
· 9 years ago
a8cdc36
cl-bayer: separate bayer into basic and demosaic 2 parts
by Wind Yuan
· 9 years ago
5bd3ae6
cl-bayer: output planar RGB and slm vector load
by Wind Yuan
· 9 years ago
0a53293
poll_thread: implement FakePollThread to read from raw image
by Jia Meng
· 9 years ago
cd70194
format: support RGB planar format
by Wind Yuan
· 9 years ago
82950fb
wdr-test: set path to imx185_wdr.cpf when wdr on
by wujunkai166
· 9 years ago
fd37480
wdr-test: simple cmdline cover wdr feature
by wujunkai166
· 9 years ago
a9a55f2
cl-wdr: correct tonemapping only works on BA12
by wujunkai166
· 9 years ago
a658023
tests: add wdr option for test-device-manager
by Jia Meng
· 9 years ago
03954a3
framework: add smart analysis feature and sample code
by zongwave
· 9 years ago
d966493
cl-yuv: add bilateral noise reduction on yuv
by Juan Zhao
· 9 years ago
3af0405
cl: support binary kernel
by Yinhang Liu
· 9 years ago
757f3c9
tests: set exposure range and max gain for WDR case
by Jia Meng
· 9 years ago
4313577
test: add bayer-nr option for cl-test-image
by Wind Yuan
· 9 years ago
16b65db
cl: merged tnr-yuv feature into yuv-pipe
by Wangfei
· 9 years ago
a84ba05
cl: add capture_stage check into cl processor
by wujunkai166
· 9 years ago
1487b9b
cl: adjust tnr frame count and bayer pipe output format to improve
by Wangfei
· 9 years ago
b67045c
event: fix capture when sub-event doesn't work
by Wind Yuan
· 9 years ago
c2f1908
cl: make cl related features controlled by HAVE_LIBCL macro
by Yinhang Liu
· 9 years ago
9845b02
tests: fix format from rg12 to ba12 in tests
by wujunkai166
· 9 years ago
c54c332
3alib: add hybrid analyzer sample code and restructure
by Jia Meng
· 9 years ago
54a2dcb
Klocwork: add invalid pointer sanity check
by Jia Meng
· 9 years ago
bf15dda
tests: fix NV12 read/write failed on test-cl-image
by Yinhang Liu
· 9 years ago
6e05115
cl: add tonemapping framwork on rgba process
by yaowang1
· 9 years ago
9724cfe
analyzer: enable hybrid analyzer
by Jia Meng
· 9 years ago
8f94a10
analyzer: add sync mode to X3aAnalyzer
by Jia Meng
· 9 years ago
25787e8
test-cl-image: fix stride issue
by Yinhang Liu
· 9 years ago
7b42929
usbcam: Added support for USB camera
by Sameer Kibey
· 9 years ago
a5f1212
cl: add brightness functionality for both 1. web test 2. test-device-manager
by yaowang1
· 9 years ago
347f704
cl pipe: merge all yuv kernel together to improve performance.
by Wangfei
· 9 years ago
1c90c3e
cl test: add bayer-pipe kernel
by Wind Yuan
· 9 years ago
e26b262
cl: add option of DPC enable/disable in libxcam
by Yinhang Liu
· 9 years ago
63e2c26
cl: enable bayer noise reduction feature in testcase
by ShincyTu
· 9 years ago
73af393
cl: refine framework for async mode of kernels
by Wind Yuan
· 9 years ago
55bef7d
cl: enable Defect Pixel Correction for CL path
by ShincyTu
· 9 years ago
9162580
profile: add cl profiling info
by Wind Yuan
· 9 years ago
b92930c
change parameters of test-device-manager
by Yinhang Liu
· 9 years ago
66efecf
denoise: use bitmask to toggle denoise features
by Jia Meng
· 9 years ago
2c0a48f
add edge enhancement function.
by wangfei
· 9 years ago
7f509fa
cl: add format rg12 in test-cl-image to enable test-cl-image unit test for build-in WDR
by ShincyTu
· 9 years ago
6c9241d
fix Klocwork issues
by Jia Meng
· 9 years ago
81c44e0
test: support more options in test-dev-manager
by Yinhang Liu
· 9 years ago
1a4de9d
Enable WDR + AIQ path. Image comes out succesfully w/ WDR enabled ISP driver.
by ShincyTu
· 9 years ago
8df40e3
csc module: add nv12 to rgba function.
by wangfei
· 9 years ago
cf4c4e7
drm local preview: add primary plane and page flip mode to improve
by wangfei
· 9 years ago
35601bd
make matrix can be set up when use it in rgba to nv12 conversion.
by wangfei
· 10 years ago
e25ce3f
test: support dynamic 3a lib load
by Wind Yuan
· 10 years ago
42d62b1
add macc function.
by wangfei
· 10 years ago
eace4f2
cl: add simple noise reduction
by ShincyTu
· 10 years ago
139ea7e
refine drm display module.
by wangfei
· 10 years ago
17dd4ff
cl: add configuration setting interface for black level correction
by ShincyTu
· 10 years ago
227ba27
refine test-cl-image.
by wangfei
· 10 years ago
3d1d15e
processor: cl support whitebalance from 3a analyzer
by Wind Yuan
· 10 years ago
26e9e21
misc: fix stats conversion and correct exposure
by Wind Yuan
· 10 years ago
7ddf260
cl: make 3a calcultor work with analyzer in pipeline
by Wind Yuan
· 10 years ago
ebc2a40
interface: add stats callback apart from buffer cb
by Wind Yuan
· 10 years ago
1d5f5ce
stats: X3aStatisticsQueue refactor to base on X3aStats
by Wind Yuan
· 10 years ago
7e0436e
add gamma function.
by wangfei
· 10 years ago
ee0864d
correct test script for gstreamer plugin xcamsrc
by John Ye
· 10 years ago
ab5e6fe
add bi-laterial filter for denoise feature
by Juan Zhao
· 10 years ago
952dff4
test: fix video buffer init and correct format
by Wind Yuan
· 10 years ago
6c16e98
test: change demosaic output format to BGR32
by Wind Yuan
· 10 years ago
4bbe4ec
bufferpool: init buffer pool and proxy
by Wind Yuan
· 10 years ago
125221b
cl: add hdr process on lab.
by wangfei
· 10 years ago
9842835
add white balance function.
by wangfei
· 10 years ago
c846640
Add a error check definition for tests and code refine
by ShincyTu
· 10 years ago
024e1f3
drm display: check connection status before display
by Wind Yuan
· 10 years ago
683f866
tests: add fps print and check condition for display
by Wind Yuan
· 10 years ago
a1a5ff4
refine csc module.
by wangfei
· 10 years ago
e521cf9
tests: specify frame number to save image
by ShincyTu
· 10 years ago
e4ba0c9
cl_3a: enabled display and fix 3a processor format
by Wind Yuan
· 10 years ago
5828ba5
fix drm_display in test and plugin
by Wind Yuan
· 10 years ago
1a7d9f3
add color conversion from rgba to Lab.
by wangfei
· 10 years ago
0a1c73e
cl-test-image: standard video_buf replace manual set
by Wind Yuan
· 10 years ago
de4c636
cl csc: remove unnecessary func and hardcode
by Wind Yuan
· 10 years ago
5710f97
cl bayer: enable normalization and black level correction
by ShincyTu
· 10 years ago
6ea2221
tests: add color conversion test in cl-test-image.
by wangfei
· 10 years ago
5c96d9f
tests: add demosaic test in test-cl-image
by Wind Yuan
· 10 years ago
Next »