Searched refs:XCAM_STITCH_MAX_CAMERAS (Results 1 – 4 of 4) sorted by relevance
/external/libxcam/xcore/interface/ |
D | stitcher.h | 31 #define XCAM_STITCH_MAX_CAMERAS XCAM_STITCH_FISHEYE_MAX_NUM macro 190 ImageCropInfo _crop_info[XCAM_STITCH_MAX_CAMERAS]; 193 ScaleFactor _scale_factors[XCAM_STITCH_MAX_CAMERAS]; 200 CameraInfo _camera_info[XCAM_STITCH_MAX_CAMERAS]; 201 RoundViewSlice _round_view_slices[XCAM_STITCH_MAX_CAMERAS]; 204 ImageOverlapInfo _overlap_info[XCAM_STITCH_MAX_CAMERAS]; 209 CenterMark _center_marks[XCAM_STITCH_MAX_CAMERAS];
|
D | stitcher.cpp | 110 ERROR, num <= XCAM_STITCH_MAX_CAMERAS, false, in set_camera_num() 112 num, XCAM_STITCH_MAX_CAMERAS); in set_camera_num() 180 ERROR, index < XCAM_STITCH_MAX_CAMERAS, false, in get_camera_info() 182 index, XCAM_STITCH_MAX_CAMERAS); in get_camera_info() 194 ERROR, _camera_num && _camera_num < XCAM_STITCH_MAX_CAMERAS, XCAM_RETURN_ERROR_PARAM, in estimate_round_slices() 196 _camera_num, XCAM_STITCH_MAX_CAMERAS); in estimate_round_slices()
|
/external/libxcam/modules/soft/ |
D | soft_stitcher.h | 51 SmartPtr<VideoBuffer> in_bufs[XCAM_STITCH_MAX_CAMERAS];
|
D | soft_stitcher.cpp | 197 FisheyeDewarp _fisheye [XCAM_STITCH_MAX_CAMERAS]; 198 Overlap _overlaps [XCAM_STITCH_MAX_CAMERAS];
|