OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLCloneImageHandler
(Results
1 - 2
of
2
) sorted by null
/external/libxcam/modules/ocl/
cl_image_handler.h
175
class
CLCloneImageHandler
179
explicit
CLCloneImageHandler
(const SmartPtr<CLContext> &context, const char *name);
192
XCAM_DEAD_COPY (
CLCloneImageHandler
);
cl_image_handler.cpp
486
CLCloneImageHandler
::
CLCloneImageHandler
(const SmartPtr<CLContext> &context, const char *name)
493
CLCloneImageHandler
::prepare_output_buf (SmartPtr<VideoBuffer> &input, SmartPtr<VideoBuffer> &output)
500
"
CLCloneImageHandler
(%s) clone output buffer failed since clone_flags none",
512
"
CLCloneImageHandler
(%s) clone output buffer failed(clone_flags:%d)",
518
XCAM_LOG_ERROR ("
CLCloneImageHandler
doesn't support DrmBoBuffer");
Completed in 88 milliseconds