Searched refs:stitch_rect (Results 1 - 1 of 1) sorted by relevance

/external/libxcam/modules/ocl/
H A Dcl_image_360_stitch.cpp787 convert_to_stitch_rect (Rect xcam_rect, Rect &stitch_rect) argument
789 stitch_rect.pos_x = xcam_rect.pos_x;
790 stitch_rect.pos_y = xcam_rect.pos_y + xcam_rect.height / 3;
791 stitch_rect.width = xcam_rect.width;
792 stitch_rect.height = xcam_rect.height / 3;
796 convert_to_xcam_rect (Rect stitch_rect, Rect &xcam_rect) argument
798 xcam_rect.pos_x = stitch_rect.pos_x;
799 xcam_rect.width = stitch_rect.width;

Completed in 254 milliseconds