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.cpp197 int32_t& width, int32_t& height, int32_t bound_w, int32_t bound_h) in boundToSize() argument
209 if ((top + height) > bound_h) { in boundToSize()
210 height = bound_h - top; in boundToSize()
DQCamera3CropRegionMapper.h60 int32_t& height, int32_t bound_w, int32_t bound_h);