Home
last modified time | relevance | path

Searched refs:isp_controller (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/tests/
Dtest-device-manager.cpp320 SmartPtr<IspController> isp_controller; in main() local
685 if (!isp_controller.ptr ()) in main()
686 isp_controller = new IspController (device); in main()
695 SmartPtr<X3aAnalyzer> aiq_analyzer = new X3aAnalyzerAiq (isp_controller, DEFAULT_CPF_FILE); in main()
715 hybrid_loader->set_isp_controller (isp_controller); in main()
810 isp_processor = new IspExposureImageProcessor (isp_controller); in main()
813 isp_processor = new IspImageProcessor (isp_controller); in main()
888 isp_poll_thread->set_isp_controller (isp_controller); in main()
Dtest-poll-thread.cpp165 SmartPtr<IspController> isp_controller = new IspController (device); in main() local
166 SmartPtr<ImageProcessor> processor = new IspImageProcessor (isp_controller); in main()
/external/libxcam/modules/isp/
DMakefile.am28 isp_controller.cpp \
/external/libxcam/wrapper/gstreamer/
Dgstxcamsrc.cpp914 SmartPtr<IspController> isp_controller; in gst_xcam_src_start() local
972 isp_controller = new IspController (capture_device); in gst_xcam_src_start()
979 isp_processor = new IspExposureImageProcessor (isp_controller); in gst_xcam_src_start()
1010 isp_processor = new IspImageProcessor (isp_controller); in gst_xcam_src_start()
1060 … SmartPtr<X3aAnalyzer> aiq_analyzer = new X3aAnalyzerAiq (isp_controller, xcamsrc->path_to_cpf); in gst_xcam_src_start()
1083 hybrid_loader->set_isp_controller (isp_controller); in gst_xcam_src_start()
1149 isp_poll_thread->set_isp_controller (isp_controller); in gst_xcam_src_start()