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

  /external/libxcam/modules/ocl/
cl_3a_image_processor.cpp 37 CL3aImageProcessor::CL3aImageProcessor ()
38 : CLImageProcessor ("CL3aImageProcessor")
50 XCAM_LOG_DEBUG ("CL3aImageProcessor constructed");
53 CL3aImageProcessor::~CL3aImageProcessor ()
55 XCAM_LOG_DEBUG ("CL3aImageProcessor destructed");
59 CL3aImageProcessor::set_stats_callback (const SmartPtr<StatsCallback> &callback)
66 CL3aImageProcessor::set_output_format (uint32_t fourcc)
80 CL3aImageProcessor::set_capture_stage (CaptureStage capture_stage
    [all...]
cl_3a_image_processor.h 41 class CL3aImageProcessor
69 explicit CL3aImageProcessor ();
70 virtual ~CL3aImageProcessor ();
100 XCAM_DEAD_COPY (CL3aImageProcessor);

Completed in 380 milliseconds