HomeSort by relevance Sort by last modified time
    Searched refs:out_area (Results 1 - 4 of 4) sorted by null

  /external/libxcam/xcore/interface/
stitcher.cpp 42 current.out_area.pos_x + current.out_area.width == next.out_area.pos_x)
47 merged.out_area.pos_x = current.out_area.pos_x;
48 merged.out_area.width = current.out_area.width + next.out_area.width;
59 XCAM_ASSERT (area.out_area.pos_x >= 0 && area.out_area.pos_x < (int32_t)round_width)
    [all...]
stitcher.h 110 Rect out_area; member in struct:XCam::Stitcher::ImageOverlapInfo
116 Rect out_area; member in struct:XCam::Stitcher::CopyArea
  /external/libxcam/modules/soft/
soft_blender.cpp 507 Rect out_area = _blender->get_merge_window (); local
509 if (out_area.width == 0 || out_area.height == 0) {
510 out_area.width = out_info.width;
511 out_area.height = out_info.height;
513 XCAM_ASSERT (out_area.pos_x % SOFT_BLENDER_ALIGNMENT_X == 0);
514 XCAM_ASSERT (out_area.pos_y % SOFT_BLENDER_ALIGNMENT_Y == 0);
516 out_buf, out_area.width, out_area.height, out_info.strides[0],
517 out_info.offsets[0] + out_area.pos_x + out_area.pos_y * out_info.strides[0])
654 Rect in0_area, in1_area, out_area; local
    [all...]
soft_stitcher.cpp 316 area.in_area.width == area.out_area.width && area.in_area.height == area.out_area.height,
376 areas[i].out_area.pos_x, areas[i].out_area.pos_y, areas[i].out_area.width, areas[i].out_area.height);
555 blender->set_merge_window (overlap_info.out_area);
646 out_buf, copy_area.out_area.width, copy_area.out_area.height, out_info.strides[0],
647 out_info.offsets[0] + copy_area.out_area.pos_x + copy_area.out_area.pos_y * out_info.strides[0])
    [all...]

Completed in 65 milliseconds