Home
last modified time | relevance | path

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

/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3CropRegionMapper.cpp193 int32_t& width, int32_t& height, int32_t bound_w, int32_t bound_h) in boundToSize() argument
205 if ((top + height) > bound_h) { in boundToSize()
206 height = bound_h - top; in boundToSize()
DQCamera3CropRegionMapper.h61 int32_t& height, int32_t bound_w, int32_t bound_h);
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3CropRegionMapper.cpp193 int32_t& width, int32_t& height, int32_t bound_w, int32_t bound_h) in boundToSize() argument
205 if ((top + height) > bound_h) { in boundToSize()
206 height = bound_h - top; in boundToSize()
DQCamera3CropRegionMapper.h61 int32_t& height, int32_t bound_w, int32_t bound_h);