HomeSort by relevance Sort by last modified time
    Searched refs:image_processor (Results 1 - 5 of 5) sorted by null

  /external/libxcam/xcore/
x3a_image_process_center.h 25 #include <image_processor.h>
device_manager.h 30 #include <image_processor.h>
  /external/libxcam/wrapper/gstreamer/
gstxcamfilter.cpp 511 SmartPtr<CLPostImageProcessor> image_processor; local
533 image_processor = new CLPostImageProcessor ();
534 XCAM_ASSERT (image_processor.ptr ());
535 image_processor->set_stats_callback (pipe_manager);
536 image_processor->set_defog_mode ((CLPostImageProcessor::CLDefogMode) xcamfilter->defog_mode);
540 image_processor->set_wavelet (CL_WAVELET_HAT, CL_IMAGE_CHANNEL_Y, false);
542 image_processor->set_wavelet (CL_WAVELET_HAT, CL_IMAGE_CHANNEL_UV, false);
544 image_processor->set_wavelet (CL_WAVELET_HAAR, CL_IMAGE_CHANNEL_Y, false);
546 image_processor->set_wavelet (CL_WAVELET_HAAR, CL_IMAGE_CHANNEL_UV, false);
548 image_processor->set_wavelet (CL_WAVELET_HAAR, CL_IMAGE_CHANNEL_UV | CL_IMAGE_CHANNEL_Y, false)
    [all...]
  /external/libxcam/modules/ocl/
cl_image_processor.h 25 #include <image_processor.h>
  /hardware/libhardware/modules/camera/3_4/
Android.mk 48 arc/image_processor.cpp \

Completed in 344 milliseconds