Home
last modified time | relevance | path

Searched refs:cam_stream_crop_info_t (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_intf.h1028 INCLUDE(CAM_INTF_META_SNAP_CROP_INFO_SENSOR, cam_stream_crop_info_t, 1);
1029 INCLUDE(CAM_INTF_META_SNAP_CROP_INFO_CAMIF, cam_stream_crop_info_t, 1);
1030 INCLUDE(CAM_INTF_META_SNAP_CROP_INFO_ISP, cam_stream_crop_info_t, 1);
1031 INCLUDE(CAM_INTF_META_SNAP_CROP_INFO_CPP, cam_stream_crop_info_t, 1);
1148 INCLUDE(CAM_INTF_PARM_JPEG_ENCODE_CROP, cam_stream_crop_info_t, 1);
Dcam_types.h1536 } cam_stream_crop_info_t; typedef
1546 cam_stream_crop_info_t crop_info[MAX_NUM_STREAMS];
3155 cam_stream_crop_info_t sensor_crop_info; /* sensor crop info */
3156 cam_stream_crop_info_t camif_crop_info; /* CAMIF crop info */
3157 cam_stream_crop_info_t isp_crop_info; /* ISP crop info */
3158 cam_stream_crop_info_t cpp_crop_info; /* CPP crop info */
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp8471 IF_META_AVAILABLE(cam_stream_crop_info_t, sensorCropInfo, in translateFromHalMetadata()
8473 memcpy(&(repro_info.sensor_crop_info), sensorCropInfo, sizeof(cam_stream_crop_info_t)); in translateFromHalMetadata()
8475 IF_META_AVAILABLE(cam_stream_crop_info_t, camifCropInfo, in translateFromHalMetadata()
8477 memcpy(&(repro_info.camif_crop_info), camifCropInfo, sizeof(cam_stream_crop_info_t)); in translateFromHalMetadata()
8479 IF_META_AVAILABLE(cam_stream_crop_info_t, ispCropInfo, in translateFromHalMetadata()
8481 memcpy(&(repro_info.isp_crop_info), ispCropInfo, sizeof(cam_stream_crop_info_t)); in translateFromHalMetadata()
8483 IF_META_AVAILABLE(cam_stream_crop_info_t, cppCropInfo, in translateFromHalMetadata()
8485 memcpy(&(repro_info.cpp_crop_info), cppCropInfo, sizeof(cam_stream_crop_info_t)); in translateFromHalMetadata()
12810 cam_stream_crop_info_t crop_meta; in setReprocParameters()
12811 memset(&crop_meta, 0, sizeof(cam_stream_crop_info_t)); in setReprocParameters()
[all …]
DQCamera3PostProc.cpp1262 IF_META_AVAILABLE(cam_stream_crop_info_t, jpeg_crop, in encodeFWKData()