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

  /external/libxcam/modules/ocl/
cl_3a_image_processor.cpp 221 SmartPtr<X3aTemporalNoiseReduction> nr_res = result.dynamic_cast_ptr<X3aTemporalNoiseReduction> (); local
222 XCAM_ASSERT (nr_res.ptr ());
223 XCAM_UNUSED (nr_res);
cl_post_image_processor.cpp 189 SmartPtr<X3aTemporalNoiseReduction> nr_res = result.dynamic_cast_ptr<X3aTemporalNoiseReduction> (); local
190 XCAM_ASSERT (nr_res.ptr ());
192 _3d_denoise->set_denoise_config (nr_res->get_standard_result ());

Completed in 179 milliseconds