Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_3a_image_processor.h51 enum PipelineProfile { enum
72 bool set_profile (PipelineProfile value);
85 PipelineProfile get_profile () const { in get_profile()
105 PipelineProfile _pipeline_profile;
Dcl_3a_image_processor.cpp418 CL3aImageProcessor::set_profile (const CL3aImageProcessor::PipelineProfile value) in set_profile()
/external/libxcam/tests/
Dtest-device-manager.cpp336 CL3aImageProcessor::PipelineProfile pipeline_mode = CL3aImageProcessor::BasicPipelineProfile; in main()
/external/libxcam/wrapper/gstreamer/
Dgstxcamsrc.cpp1002 cl_processor->set_profile ((CL3aImageProcessor::PipelineProfile)xcamsrc->cl_pipe_profile); in gst_xcam_src_start()