OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:denoise_3d_ref_count
(Results
1 - 6
of
6
) sorted by null
/external/libxcam/wrapper/gstreamer/
gstxcamfilter.h
81
uint8_t
denoise_3d_ref_count
;
member in struct:_GstXCamFilter
gstxcamsrc.h
100
uint8_t
denoise_3d_ref_count
;
member in struct:_GstXCamSrc
gstxcamfilter.cpp
351
xcamfilter->
denoise_3d_ref_count
= 2;
557
(CLPostImageProcessor::CL3DDenoiseMode) xcamfilter->denoise_3d_mode, xcamfilter->
denoise_3d_ref_count
);
[
all
...]
gstxcamsrc.cpp
604
xcamsrc->
denoise_3d_ref_count
= 2;
[
all
...]
/external/libxcam/tests/
test-pipe-manager.cpp
220
uint8_t
denoise_3d_ref_count
= 3;
local
407
cl_post_processor->set_3ddenoise_mode ((CLPostImageProcessor::CL3DDenoiseMode) denoise_3d_mode,
denoise_3d_ref_count
);
test-device-manager.cpp
348
uint8_t
denoise_3d_ref_count
= 3;
local
845
cl_post_processor->set_3ddenoise_mode ((CLPostImageProcessor::CL3DDenoiseMode) denoise_3d_mode,
denoise_3d_ref_count
);
Completed in 1690 milliseconds