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

  /external/libxcam/modules/ocl/
cl_3a_image_processor.cpp 44 , _tnr_mode (0)
356 _yuv_pipe->set_tnr_enable (_tnr_mode & CL_TNR_TYPE_YUV);
423 _tnr_mode |= CL_TNR_TYPE_YUV;
430 _yuv_pipe->set_tnr_enable (_tnr_mode & CL_TNR_TYPE_YUV);
480 _tnr_mode = mode;
484 _yuv_pipe->set_tnr_enable (_tnr_mode & CL_TNR_TYPE_YUV);
cl_3a_image_processor.h 121 uint32_t _tnr_mode; member in class:XCam::CL3aImageProcessor
cl_post_image_processor.cpp 48 , _tnr_mode (TnrYuv)
268 switch (_tnr_mode) {
286 XCAM_LOG_WARNING ("CLPostImageProcessor unknown tnr mode (%d)", _tnr_mode);
442 _tnr_mode = mode;
cl_post_image_processor.h 130 CLTnrMode _tnr_mode; member in class:XCam::CLPostImageProcessor

Completed in 95 milliseconds