Home
last modified time | relevance | path

Searched refs:_output_width (Results 1 – 8 of 8) sorted by relevance

/external/libxcam/xcore/interface/
Dstitcher.cpp83 , _output_width (0) in Stitcher()
202 view_slice.width = cam_info.angle_range / 360.0f * (float)_output_width; in estimate_round_slices()
205 view_slice.hori_angle_range = view_slice.width * 360.0f / (float)_output_width; in estimate_round_slices()
207 …uint32_t aligned_start = format_angle (cam_info.round_angle_start) / 360.0f * (float)_output_width; in estimate_round_slices()
209 … if (_output_width <= constraint_margin + aligned_start || aligned_start <= constraint_margin) in estimate_round_slices()
211 … view_slice.hori_angle_start = format_angle((float)aligned_start / (float)_output_width * 360.0f); in estimate_round_slices()
259 uint32_t out_pos = format_angle (center_angle - _out_start_angle) / 360.0f * _output_width; in mark_centers()
260 XCAM_ASSERT (out_pos < _output_width); in mark_centers()
261 if (_output_width <= constraint_margin + out_pos || out_pos <= constraint_margin) in mark_centers()
265 …center_angle = XCAM_ALIGN_AROUND (out_pos, _alignment_x) / (float)_output_width * 360.0f - _out_st… in mark_centers()
[all …]
Dstitcher.h153 _output_width = width; //XCAM_ALIGN_UP (width, XCAM_BLENDER_ALIGNED_WIDTH); in set_output_size()
158 width = _output_width; in get_output_size()
197 uint32_t _output_width, _output_height; variable
/external/libxcam/modules/ocl/
Dcl_fisheye_handler.cpp133 , _output_width (0) in CLFisheyeHandler()
156 _output_width = width; in set_output_size()
163 width = _output_width; in get_output_size()
216 if (!_output_width || !_output_height) { in prepare_buffer_pool_video_info()
220 WARNING, _output_width && _output_height, XCAM_RETURN_ERROR_PARAM, in prepare_buffer_pool_video_info()
222 _output_width, _output_height); in prepare_buffer_pool_video_info()
225 input.format, _output_width, _output_height, in prepare_buffer_pool_video_info()
226 XCAM_ALIGN_UP (_output_width, 16), XCAM_ALIGN_UP (_output_height, 16)); in prepare_buffer_pool_video_info()
554 width = _output_width; in get_geo_equivalent_out_size()
561 width = _output_width; in get_geo_pixel_out_size()
Dcl_geo_map_handler.cpp91 , _output_width (0) in CLGeoMapHandler()
112 width = _output_width; in get_geo_pixel_out_size()
234 if (!_output_width || !_output_height) { in prepare_buffer_pool_video_info()
235 _output_width = input.width; in prepare_buffer_pool_video_info()
239 input.format, _output_width, _output_height, in prepare_buffer_pool_video_info()
240 XCAM_ALIGN_UP (_output_width, 16), XCAM_ALIGN_UP (_output_height, 16)); in prepare_buffer_pool_video_info()
Dcl_geo_map_handler.h84 _output_width = width; in set_output_size()
88 width = _output_width; in get_output_size()
139 uint32_t _output_width;
Dcl_image_360_stitch.h72 _output_width = width; //XCAM_ALIGN_UP (width, XCAM_BLENDER_ALIGNED_WIDTH); in set_output_size()
132 uint32_t _output_width; variable
Dcl_image_360_stitch.cpp278 , _output_width (0) in CLImage360Stitch()
514 if (_output_width == 0 || _output_height == 0) { in prepare_buffer_pool_video_info()
515 XCAM_LOG_ERROR ("incorrect output size: width:%d height:%d", _output_width, _output_height); in prepare_buffer_pool_video_info()
522 input.format, _output_width, _output_height, in prepare_buffer_pool_video_info()
523 XCAM_ALIGN_UP(_output_width, aligned_width), XCAM_ALIGN_UP(_output_height, 16)); in prepare_buffer_pool_video_info()
Dcl_fisheye_handler.h132 uint32_t _output_width;