Home
last modified time | relevance | path

Searched refs:getDenoiseProcessPlate (Results 1 – 5 of 5) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/
DQCameraParametersIntf.h167 cam_denoise_process_type_t getDenoiseProcessPlate(cam_intf_parm_type_t type);
DQCameraParametersIntf.cpp640 cam_denoise_process_type_t QCameraParametersIntf::getDenoiseProcessPlate( in getDenoiseProcessPlate() function in qcamera::QCameraParametersIntf
645 return mImpl->getDenoiseProcessPlate(type); in getDenoiseProcessPlate()
DQCameraParameters.h726 cam_denoise_process_type_t getDenoiseProcessPlate(cam_intf_parm_type_t type);
DQCameraParameters.cpp4518 temp.process_plates = getDenoiseProcessPlate( in setTemporalDenoise()
9705 QCameraParameters::getDenoiseProcessPlate(cam_intf_parm_type_t type) in getDenoiseProcessPlate() function in qcamera::QCameraParameters
9770 temp.process_plates = getDenoiseProcessPlate(CAM_INTF_PARM_WAVELET_DENOISE); in setWaveletDenoise()
DQCamera2HWI.cpp3131 mParameters.getDenoiseProcessPlate(CAM_INTF_PARM_WAVELET_DENOISE); in allocateStreamInfoBuf()
7560 mParameters.getDenoiseProcessPlate(CAM_INTF_PARM_WAVELET_DENOISE); in getPPConfig()