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

  /external/libxcam/modules/ocl/
cl_3a_image_processor.cpp 229 SmartPtr<X3aTemporalNoiseReduction> tnr_res = result.dynamic_cast_ptr<X3aTemporalNoiseReduction> (); local
230 XCAM_ASSERT (tnr_res.ptr ());
232 _yuv_pipe->set_tnr_yuv_config(tnr_res->get_standard_result ());
cl_post_image_processor.cpp 167 SmartPtr<X3aTemporalNoiseReduction> tnr_res = result.dynamic_cast_ptr<X3aTemporalNoiseReduction> (); local
168 XCAM_ASSERT (tnr_res.ptr ());
183 _tnr->set_yuv_config (tnr_res->get_standard_result ());

Completed in 517 milliseconds