HomeSort by relevance Sort by last modified time
    Searched refs:pp_config (Results 1 - 25 of 33) sorted by null

1 2

  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_reprocess.c 111 cam_pp_feature_config_t pp_config,
159 stream->s_config.stream_info->reprocess_config.pp_feature_config = pp_config;
192 cam_pp_feature_config_t pp_config; local
193 memset(&pp_config, 0, sizeof(cam_pp_feature_config_t));
197 pp_config.feature_mask |= CAM_QCOM_FEATURE_SHARPNESS;
198 pp_config.sharpness = test_obj->reproc_sharpness;
202 pp_config.feature_mask |= CAM_QCOM_FEATURE_DENOISE2D;
203 pp_config.denoise2d = test_obj->reproc_wnr;
207 pp_config.feature_mask |= CAM_QCOM_FEATURE_CAC;
215 pp_config,
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_reprocess.c 110 cam_pp_feature_config_t pp_config,
157 stream->s_config.stream_info->reprocess_config.pp_feature_config = pp_config;
190 cam_pp_feature_config_t pp_config; local
191 memset(&pp_config, 0, sizeof(cam_pp_feature_config_t));
195 pp_config.feature_mask |= CAM_QCOM_FEATURE_SHARPNESS;
196 pp_config.sharpness = test_obj->reproc_sharpness;
200 pp_config.feature_mask |= CAM_QCOM_FEATURE_DENOISE2D;
201 pp_config.denoise2d = test_obj->reproc_wnr;
205 pp_config.feature_mask |= CAM_QCOM_FEATURE_CAC;
213 pp_config,
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_reprocess.c 110 cam_pp_feature_config_t pp_config,
157 stream->s_config.stream_info->reprocess_config.pp_feature_config = pp_config;
190 cam_pp_feature_config_t pp_config; local
191 memset(&pp_config, 0, sizeof(cam_pp_feature_config_t));
195 pp_config.feature_mask |= CAM_QCOM_FEATURE_SHARPNESS;
196 pp_config.sharpness = test_obj->reproc_sharpness;
200 pp_config.feature_mask |= CAM_QCOM_FEATURE_DENOISE2D;
201 pp_config.denoise2d = test_obj->reproc_wnr;
205 pp_config.feature_mask |= CAM_QCOM_FEATURE_CAC;
213 pp_config,
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCamera2HWI.cpp 5911 cam_pp_feature_config_t pp_config; local
    [all...]
QCameraStream.cpp 675 if (streamInfo->pp_config.feature_mask & CAM_QCOM_FEATURE_ROTATION &&
677 if (streamInfo->pp_config.rotation == ROTATE_90 ||
678 streamInfo->pp_config.rotation == ROTATE_270) {
    [all...]
QCamera2HWI.h 446 int32_t getPPConfig(cam_pp_feature_config_t &pp_config, int curCount);
QCameraChannel.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWI.cpp 5909 cam_pp_feature_config_t pp_config; local
    [all...]
QCameraStream.cpp 675 if (streamInfo->pp_config.feature_mask & CAM_QCOM_FEATURE_ROTATION &&
677 if (streamInfo->pp_config.rotation == ROTATE_90 ||
678 streamInfo->pp_config.rotation == ROTATE_270) {
    [all...]
QCamera2HWI.h 446 int32_t getPPConfig(cam_pp_feature_config_t &pp_config, int curCount);
QCameraChannel.cpp     [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.cpp 7744 cam_pp_feature_config_t pp_config; local
8962 cam_pp_feature_config_t pp_config; local
    [all...]
QCameraStream.cpp 782 if (streamInfo->pp_config.feature_mask & CAM_QCOM_FEATURE_ROTATION &&
784 if (streamInfo->pp_config.rotation == ROTATE_90 ||
785 streamInfo->pp_config.rotation == ROTATE_270) {
    [all...]
QCamera2HWI.h 488 int32_t getPPConfig(cam_pp_feature_config_t &pp_config,
QCameraChannel.cpp     [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Stream.cpp 367 mStreamInfo->pp_config.feature_mask = postprocess_mask;
369 mStreamInfo->pp_config.rotation = streamRotation;
371 mStreamInfo->stream_type, mStreamInfo->pp_config.feature_mask);
    [all...]
QCamera3Channel.h 582 int32_t addReprocStreamsFromSource(cam_pp_feature_config_t &pp_config,
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Stream.cpp 349 mStreamInfo->pp_config.feature_mask = postprocess_mask;
351 mStreamInfo->pp_config.rotation = streamRotation;
353 mStreamInfo->stream_type, mStreamInfo->pp_config.feature_mask);
    [all...]
QCamera3Channel.h 517 int32_t addReprocStreamsFromSource(cam_pp_feature_config_t &pp_config,
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Stream.cpp 349 mStreamInfo->pp_config.feature_mask = postprocess_mask;
351 mStreamInfo->pp_config.rotation = streamRotation;
353 mStreamInfo->stream_type, mStreamInfo->pp_config.feature_mask);
    [all...]
QCamera3Channel.h 517 int32_t addReprocStreamsFromSource(cam_pp_feature_config_t &pp_config,
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_intf.h 497 cam_pp_feature_config_t pp_config; member in struct:__anon4101
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_intf.h 497 cam_pp_feature_config_t pp_config; member in struct:__anon4653
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
cam_intf.h 620 cam_pp_feature_config_t pp_config; member in struct:__anon3478
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c     [all...]

Completed in 357 milliseconds

1 2