Home | History | Annotate | Download | only in ocl

Lines Matching refs:idx_next

484         int idx_next = 1;
486 idx_next = (i == (_fisheye_num - 1)) ? 0 : (i + 1);
495 - _stitch_info.merge_width[idx_next];
497 _img_merge_info[i].right.width = _stitch_info.merge_width[idx_next];
568 int idx, int idx_next, int &cur_start_pos)
578 Rect right_lap = get_image_overlap (idx_next, 0);
620 SmartPtr<VideoBuffer> &input0, SmartPtr<VideoBuffer> &input1, SmartPtr<VideoBuffer> &output, int idx, int idx_next)
630 Rect right_lap = get_image_overlap (idx_next, 0);
725 int idx_next = 1;
727 idx_next = (i == (_fisheye_num - 1)) ? 0 : (i + 1);
730 _fisheye[i].buf, _fisheye[idx_next].buf, output, i, idx_next);
733 _fisheye[i].buf->attach_buffer (_fisheye[idx_next].buf);
736 _fisheye[i].buf->detach_buffer (_fisheye[idx_next].buf);
745 int idx_next = 1;
748 idx_next = (i == (_fisheye_num - 1)) ? 0 : (i + 1);
751 _fisheye[i].buf, _fisheye[idx_next].buf, scale_input, i, idx_next, cur_start_pos);
754 _fisheye[i].buf->attach_buffer (_fisheye[idx_next].buf);
757 _fisheye[i].buf->detach_buffer (_fisheye[idx_next].buf);
810 int idx_next = 1;
814 idx_next = (i == (_fisheye_num - 1)) ? 0 : (i + 1);
817 convert_to_stitch_rect (_img_merge_info[idx_next].left, crop_right);
820 _fisheye[i].buf, _fisheye[idx_next].buf, crop_left, crop_right, _fisheye[i].width);
823 convert_to_xcam_rect (crop_right, _img_merge_info[idx_next].left);