Searched refs:crop_height (Results 1 – 4 of 4) sorted by relevance
/device/lge/bullhead/camera/QCamera2/HAL3/ |
D | QCamera3CropRegionMapper.cpp | 124 int32_t& crop_width, int32_t& crop_height) in toActiveArray() argument 135 crop_height = crop_height * mActiveArrayH / mSensorH; in toActiveArray() 137 boundToSize(crop_left, crop_top, crop_width, crop_height, in toActiveArray() 156 int32_t& crop_width, int32_t& crop_height) in toSensor() argument 167 crop_height = crop_height * mSensorH / mActiveArrayH; in toSensor() 170 __func__, crop_left, crop_top, crop_width, crop_height); in toSensor() 171 boundToSize(crop_left, crop_top, crop_width, crop_height, in toSensor() 174 __func__, crop_left, crop_top, crop_width, crop_height); in toSensor()
|
D | QCamera3CropRegionMapper.h | 49 int32_t& crop_width, int32_t& crop_height); 51 int32_t& crop_width, int32_t& crop_height);
|
/device/huawei/angler/camera/QCamera2/HAL3/ |
D | QCamera3CropRegionMapper.cpp | 124 int32_t& crop_width, int32_t& crop_height) in toActiveArray() argument 135 crop_height = crop_height * mActiveArrayH / mSensorH; in toActiveArray() 137 boundToSize(crop_left, crop_top, crop_width, crop_height, in toActiveArray() 156 int32_t& crop_width, int32_t& crop_height) in toSensor() argument 167 crop_height = crop_height * mSensorH / mActiveArrayH; in toSensor() 170 __func__, crop_left, crop_top, crop_width, crop_height); in toSensor() 171 boundToSize(crop_left, crop_top, crop_width, crop_height, in toSensor() 174 __func__, crop_left, crop_top, crop_width, crop_height); in toSensor()
|
D | QCamera3CropRegionMapper.h | 49 int32_t& crop_width, int32_t& crop_height); 51 int32_t& crop_width, int32_t& crop_height);
|