OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X3aFaceDetectionResult
(Results
1 - 4
of
4
) sorted by null
/external/libxcam/xcore/
x3a_result_factory.h
59
SmartPtr<
X3aFaceDetectionResult
> create_face_detection (XCamFDResult *from = NULL);
x3a_result_factory.cpp
276
SmartPtr<
X3aFaceDetectionResult
>
285
X3aFaceDetectionResult
*fd_res = new
X3aFaceDetectionResult
(
x3a_result.h
164
typedef X3aStandardResultT<XCamFDResult>
X3aFaceDetectionResult
;
/external/libxcam/modules/ocl/
cl_post_image_processor.cpp
208
SmartPtr<
X3aFaceDetectionResult
> fd_res = result.dynamic_cast_ptr<
X3aFaceDetectionResult
> ();
Completed in 51 milliseconds