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.h1025 INCLUDE(CAM_INTF_META_SNAP_CROP_INFO_SENSOR, cam_stream_crop_info_t, 1);
1026 INCLUDE(CAM_INTF_META_SNAP_CROP_INFO_CAMIF, cam_stream_crop_info_t, 1);
1027 INCLUDE(CAM_INTF_META_SNAP_CROP_INFO_ISP, cam_stream_crop_info_t, 1);
1028 INCLUDE(CAM_INTF_META_SNAP_CROP_INFO_CPP, cam_stream_crop_info_t, 1);
1145 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.cpp8427 IF_META_AVAILABLE(cam_stream_crop_info_t, sensorCropInfo, in translateFromHalMetadata()
8429 memcpy(&(repro_info.sensor_crop_info), sensorCropInfo, sizeof(cam_stream_crop_info_t)); in translateFromHalMetadata()
8431 IF_META_AVAILABLE(cam_stream_crop_info_t, camifCropInfo, in translateFromHalMetadata()
8433 memcpy(&(repro_info.camif_crop_info), camifCropInfo, sizeof(cam_stream_crop_info_t)); in translateFromHalMetadata()
8435 IF_META_AVAILABLE(cam_stream_crop_info_t, ispCropInfo, in translateFromHalMetadata()
8437 memcpy(&(repro_info.isp_crop_info), ispCropInfo, sizeof(cam_stream_crop_info_t)); in translateFromHalMetadata()
8439 IF_META_AVAILABLE(cam_stream_crop_info_t, cppCropInfo, in translateFromHalMetadata()
8441 memcpy(&(repro_info.cpp_crop_info), cppCropInfo, sizeof(cam_stream_crop_info_t)); in translateFromHalMetadata()
12755 cam_stream_crop_info_t crop_meta; in setReprocParameters()
12756 memset(&crop_meta, 0, sizeof(cam_stream_crop_info_t)); in setReprocParameters()
[all …]
DQCamera3PostProc.cpp1241 IF_META_AVAILABLE(cam_stream_crop_info_t, jpeg_crop, in encodeFWKData()