OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_output_width
(Results
1 - 8
of
8
) sorted by null
/external/libxcam/modules/ocl/
cl_geo_map_handler.h
84
_output_width
= width;
88
width =
_output_width
;
139
uint32_t
_output_width
;
cl_fisheye_handler.cpp
133
,
_output_width
(0)
156
_output_width
= width;
163
width =
_output_width
;
216
if (!
_output_width
|| !_output_height) {
220
WARNING,
_output_width
&& _output_height, XCAM_RETURN_ERROR_PARAM,
222
_output_width
, _output_height);
225
input.format,
_output_width
, _output_height,
226
XCAM_ALIGN_UP (
_output_width
, 16), XCAM_ALIGN_UP (_output_height, 16));
554
width =
_output_width
;
561
width =
_output_width
;
[
all
...]
cl_geo_map_handler.cpp
91
,
_output_width
(0)
112
width =
_output_width
;
234
if (!
_output_width
|| !_output_height) {
235
_output_width
= input.width;
239
input.format,
_output_width
, _output_height,
240
XCAM_ALIGN_UP (
_output_width
, 16), XCAM_ALIGN_UP (_output_height, 16));
cl_image_360_stitch.h
72
_output_width
= width; //XCAM_ALIGN_UP (width, XCAM_BLENDER_ALIGNED_WIDTH);
132
uint32_t
_output_width
;
cl_fisheye_handler.h
132
uint32_t
_output_width
;
cl_image_360_stitch.cpp
278
,
_output_width
(0)
514
if (
_output_width
== 0 || _output_height == 0) {
515
XCAM_LOG_ERROR ("incorrect output size: width:%d height:%d",
_output_width
, _output_height);
522
input.format,
_output_width
, _output_height,
523
XCAM_ALIGN_UP(
_output_width
, aligned_width), XCAM_ALIGN_UP(_output_height, 16));
/external/libxcam/xcore/interface/
stitcher.h
153
_output_width
= width; //XCAM_ALIGN_UP (width, XCAM_BLENDER_ALIGNED_WIDTH);
158
width =
_output_width
;
197
uint32_t
_output_width
, _output_height;
member in class:XCam::Stitcher
stitcher.cpp
83
,
_output_width
(0)
202
view_slice.width = cam_info.angle_range / 360.0f * (float)
_output_width
;
205
view_slice.hori_angle_range = view_slice.width * 360.0f / (float)
_output_width
;
207
uint32_t aligned_start = format_angle (cam_info.round_angle_start) / 360.0f * (float)
_output_width
;
209
if (
_output_width
<= constraint_margin + aligned_start || aligned_start <= constraint_margin)
211
view_slice.hori_angle_start = format_angle((float)aligned_start / (float)
_output_width
* 360.0f);
259
uint32_t out_pos = format_angle (center_angle - _out_start_angle) / 360.0f *
_output_width
;
260
XCAM_ASSERT (out_pos <
_output_width
);
261
if (
_output_width
<= constraint_margin + out_pos || out_pos <= constraint_margin)
265
center_angle = XCAM_ALIGN_AROUND (out_pos, _alignment_x) / (float)
_output_width
* 360.0f - _out_start_angle
[
all
...]
Completed in 3758 milliseconds