Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3CropRegionMapper.cpp293 int32_t& width, int32_t& height, int32_t bound_w, int32_t bound_h) in boundToSize() argument
304 if (top >= bound_h) { in boundToSize()
305 top = bound_h - 1; in boundToSize()
311 if ((top + height) > bound_h) { in boundToSize()
312 height = bound_h - top; in boundToSize()
DQCamera3CropRegionMapper.h66 int32_t& height, int32_t bound_w, int32_t bound_h);