OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLCscImageProcessor
(Results
1 - 2
of
2
) sorted by null
/external/libxcam/modules/ocl/
cl_csc_image_processor.h
32
class
CLCscImageProcessor
37
explicit
CLCscImageProcessor
();
38
virtual ~
CLCscImageProcessor
();
42
XCAM_DEAD_COPY (
CLCscImageProcessor
);
cl_csc_image_processor.cpp
27
CLCscImageProcessor
::
CLCscImageProcessor
()
28
: CLImageProcessor ("
CLCscImageProcessor
")
30
XCAM_LOG_DEBUG ("
CLCscImageProcessor
constructed");
33
CLCscImageProcessor
::~
CLCscImageProcessor
()
35
XCAM_LOG_DEBUG ("
CLCscImageProcessor
destructed");
39
CLCscImageProcessor
::create_handlers ()
53
"
CLCscImageProcessor
create csc handler failed");
Completed in 454 milliseconds