Searched refs:cam_stream_crop_info_t (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_intf.h | 1028 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);
|
D | cam_types.h | 1536 } 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/ |
D | QCamera3PostProc.cpp | 1262 IF_META_AVAILABLE(cam_stream_crop_info_t, jpeg_crop, in encodeFWKData()
|