Home
last modified time | relevance | path

Searched refs:round_width (Results 1 – 1 of 1) sorted by relevance

/external/libxcam/xcore/interface/
Dstitcher.cpp56 const Stitcher::CopyArea &area, const uint32_t round_width, in split_area_by_out() argument
59 XCAM_ASSERT (area.out_area.pos_x >= 0 && area.out_area.pos_x < (int32_t)round_width); in split_area_by_out()
60 XCAM_ASSERT (area.out_area.width > 0 && area.out_area.width < (int32_t)round_width); in split_area_by_out()
61 if (area.out_area.pos_x + area.out_area.width > (int32_t)round_width) { in split_area_by_out()
63 split_a.out_area.width = round_width - area.out_area.pos_x; in split_area_by_out()
71 …SSERT (split_b.out_area.width == area.out_area.pos_x + area.out_area.width - (int32_t)round_width); in split_area_by_out()