HomeSort by relevance Sort by last modified time
    Searched defs:X3aImageProcessCenter (Results 1 - 2 of 2) sorted by null

  /external/libxcam/xcore/
x3a_image_process_center.h 29 class X3aImageProcessCenter
35 explicit X3aImageProcessCenter();
36 ~X3aImageProcessCenter();
56 XCAM_DEAD_COPY (X3aImageProcessCenter);
x3a_image_process_center.cpp 24 X3aImageProcessCenter::X3aImageProcessCenter()
27 XCAM_LOG_DEBUG ("X3aImageProcessCenter construction");
30 X3aImageProcessCenter::~X3aImageProcessCenter()
33 XCAM_LOG_DEBUG ("~X3aImageProcessCenter destruction");
37 X3aImageProcessCenter::set_image_callback (ImageProcessCallback *callback)
45 X3aImageProcessCenter::insert_processor (SmartPtr<ImageProcessor> &processor)
53 X3aImageProcessCenter::has_processors ()
59 X3aImageProcessCenter::start (
    [all...]

Completed in 97 milliseconds