Home
last modified time | relevance | path

Searched refs:isp_poll_thread (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/modules/isp/
DMakefile.am26 isp_poll_thread.cpp \
/external/libxcam/tests/
Dtest-device-manager.cpp887 SmartPtr<IspPollThread> isp_poll_thread = new IspPollThread (); in main() local
888 isp_poll_thread->set_isp_controller (isp_controller); in main()
889 poll_thread = isp_poll_thread; in main()
/external/libxcam/wrapper/gstreamer/
Dgstxcamsrc.cpp1148 SmartPtr<IspPollThread> isp_poll_thread = new IspPollThread (); in gst_xcam_src_start() local
1149 isp_poll_thread->set_isp_controller (isp_controller); in gst_xcam_src_start()
1150 poll_thread = isp_poll_thread; in gst_xcam_src_start()