OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X3aBlackLevelResult
(Results
1 - 6
of
6
) sorted by null
/external/libxcam/xcore/
x3a_result_factory.h
39
SmartPtr<
X3aBlackLevelResult
> create_blacklevel (XCam3aResultBlackLevel *from = NULL);
x3a_result.h
149
typedef X3aStandardResultT<XCam3aResultBlackLevel>
X3aBlackLevelResult
;
x3a_analyzer_simple.cpp
158
SmartPtr<
X3aBlackLevelResult
> bl_result = new
X3aBlackLevelResult
(XCAM_3A_RESULT_BLACK_LEVEL);
x3a_result_factory.cpp
156
SmartPtr<
X3aBlackLevelResult
>
159
XCAM_3A_RESULT_FACTORY (
X3aBlackLevelResult
, XCAM_3A_RESULT_BLACK_LEVEL, from);
/external/libxcam/modules/isp/
x3a_isp_config.cpp
242
SmartPtr<
X3aBlackLevelResult
> bl_res =
243
result.dynamic_cast_ptr<
X3aBlackLevelResult
> ();
/external/libxcam/modules/ocl/
cl_3a_image_processor.cpp
166
SmartPtr<
X3aBlackLevelResult
> bl_res = result.dynamic_cast_ptr<
X3aBlackLevelResult
> ();
Completed in 533 milliseconds