Searched defs:bound_w (Results 1 - 3 of 3) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL3/
H A DQCamera3CropRegionMapper.cpp191 * @bound_w : width of bounding box
197 int32_t& width, int32_t& height, int32_t bound_w, int32_t bound_h)
206 if ((left + width) > bound_w) {
207 width = bound_w - left;
196 boundToSize(int32_t& left, int32_t& top, int32_t& width, int32_t& height, int32_t bound_w, int32_t bound_h) argument
/device/huawei/angler/camera/QCamera2/HAL3/
H A DQCamera3CropRegionMapper.cpp187 * @bound_w : width of bounding box
193 int32_t& width, int32_t& height, int32_t bound_w, int32_t bound_h)
202 if ((left + width) > bound_w) {
203 width = bound_w - left;
192 boundToSize(int32_t& left, int32_t& top, int32_t& width, int32_t& height, int32_t bound_w, int32_t bound_h) argument
/device/lge/bullhead/camera/QCamera2/HAL3/
H A DQCamera3CropRegionMapper.cpp187 * @bound_w : width of bounding box
193 int32_t& width, int32_t& height, int32_t bound_w, int32_t bound_h)
202 if ((left + width) > bound_w) {
203 width = bound_w - left;
192 boundToSize(int32_t& left, int32_t& top, int32_t& width, int32_t& height, int32_t bound_w, int32_t bound_h) argument

Completed in 188 milliseconds