OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_3a_process_center
(Results
1 - 2
of
2
) sorted by null
/external/libxcam/xcore/
device_manager.cpp
80
_3a_process_center
= new X3aImageProcessCenter;
142
return
_3a_process_center
->insert_processor (processor);
216
if (!
_3a_process_center
->has_processors ()) {
220
_3a_process_center
->set_image_callback(this);
221
XCAM_FAILED_STOP (ret =
_3a_process_center
->start (), "3A process center start failed");
258
if (
_3a_process_center
.ptr())
259
_3a_process_center
->stop ();
317
if (
_3a_process_center
->put_buffer (buf) == false)
333
XCamReturn ret =
_3a_process_center
->put_3a_results (results);
device_manager.h
135
SmartPtr<X3aImageProcessCenter>
_3a_process_center
;
member in class:XCam::DeviceManager
Completed in 53 milliseconds