Home | History | Annotate | Download | only in ocl

Lines Matching defs:out_info

403     const VideoBufferInfo &out_info = output->get_video_info ();
406 uint32_t fisheye_width_sum = out_info.width;
412 _fisheye[0].height = out_info.height + _stitch_info.crop[0].top + _stitch_info.crop[0].bottom;
432 _fisheye[0].height = out_info.height + _stitch_info.crop[0].top + _stitch_info.crop[0].bottom;
437 _fisheye[0].width = view_angle[0] / 360.0f * out_info.width;
441 _fisheye[1].width = view_angle[1] / 360.0f * out_info.width;
445 _fisheye[2].width = view_angle[2] / 360.0f * out_info.width;
449 _fisheye[3].width = view_angle[3] / 360.0f * out_info.width;
474 _stitch_info.merge_width[i] = XCAM_ALIGN_UP((uint32_t)(20.0f / 360.0f * out_info.width), 32);
572 const VideoBufferInfo &out_info = output->get_video_info ();
575 XCAM_ASSERT (in0_info.width <= out_info.width && in1_info.width <= out_info.width);
608 out_merge_window.height = out_info.height;
624 const VideoBufferInfo &out_info = output->get_video_info ();
627 XCAM_ASSERT (in0_info.width <= out_info.width && in1_info.width <= out_info.width);
634 int cur_start_pos = XCAM_ALIGN_DOWN (out_info.width / _fisheye_num * idx, XCAM_CL_BLENDER_ALIGNMENT_X);
635 int merge_std_width = XCAM_ALIGN_DOWN (out_info.width / _fisheye_num, XCAM_CL_BLENDER_ALIGNMENT_X);
663 out_merge_window.height = out_info.height;