Searched defs:pp_config (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp1483 streamInfo->pp_config.feature_mask |= CAM_QCOM_FEATURE_FLIP;
1484 streamInfo->pp_config.flip = flipMode;
3191 cam_pp_feature_config_t pp_config; local
3192 memset(&pp_config, 0, sizeof(cam_pp_feature_config_t));
3194 pp_config.feature_mask |= CAM_QCOM_FEATURE_SHARPNESS;
3195 pp_config.sharpness = mParameters.getInt(QCameraParameters::KEY_QC_SHARPNESS);
3199 pp_config.feature_mask |= CAM_QCOM_FEATURE_DENOISE2D;
3200 pp_config.denoise2d.denoise_enable = 1;
3201 pp_config.denoise2d.process_plates = mParameters.getWaveletDenoiseProcessPlate();
3205 pp_config
[all...]
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_intf.h359 cam_pp_feature_config_t pp_config; member in struct:__anon427
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp4529 cam_pp_feature_config_t pp_config; local
4530 memset(&pp_config, 0, sizeof(cam_pp_feature_config_t));
4532 pp_config.feature_mask |= CAM_QCOM_FEATURE_SHARPNESS;
4533 pp_config.sharpness = mJpegSettings->sharpness;
4537 pp_config.feature_mask |= CAM_QCOM_FEATURE_DENOISE2D;
4538 pp_config.denoise2d.denoise_enable = 1;
4539 pp_config.denoise2d.process_plates = getWaveletDenoiseProcessPlate();
4542 pp_config.feature_mask |= CAM_QCOM_FEATURE_ROTATION;
4545 pp_config.rotation = ROTATE_0;
4547 pp_config
[all...]

Completed in 108 milliseconds