Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_fisheye_handler.cpp134 , _output_height (0) in CLFisheyeHandler()
157 _output_height = height; in set_output_size()
164 height = _output_height; 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()
555 height = _output_height; in get_geo_equivalent_out_size()
562 height = _output_height; in get_geo_pixel_out_size()
Dcl_geo_map_handler.cpp92 , _output_height (0) in CLGeoMapHandler()
113 height = _output_height; in get_geo_pixel_out_size()
234 if (!_output_width || !_output_height) { in prepare_buffer_pool_video_info()
236 _output_height = input.height; 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.h85 _output_height = height; in set_output_size()
89 height = _output_height; in get_output_size()
140 uint32_t _output_height; variable
Dcl_image_360_stitch.h73 _output_height = height; in set_output_size()
133 uint32_t _output_height; variable
Dcl_image_360_stitch.cpp279 , _output_height (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.h133 uint32_t _output_height; variable
/external/libxcam/xcore/interface/
Dstitcher.h154 _output_height = height; in set_output_size()
159 height = _output_height; in get_output_size()
197 uint32_t _output_width, _output_height; variable
Dstitcher.cpp84 , _output_height (0) in Stitcher()
204 view_slice.height = _output_height; in estimate_round_slices()