/device/google/marlin/camera/QCamera2/HAL3/ |
D | QCamera3CropRegionMapper.cpp | 127 void QCamera3CropRegionMapper::toActiveArray(int32_t& crop_left, int32_t& crop_top, in toActiveArray() argument 137 crop_top = crop_top * mActiveArrayH / mSensorH; in toActiveArray() 141 boundToSize(crop_left, crop_top, crop_width, crop_height, in toActiveArray() 159 void QCamera3CropRegionMapper::toSensor(int32_t& crop_left, int32_t& crop_top, in toSensor() argument 169 crop_top = crop_top * mSensorH / mActiveArrayH; in toSensor() 174 crop_left, crop_top, crop_width, crop_height); in toSensor() 175 boundToSize(crop_left, crop_top, crop_width, crop_height, in toSensor() 178 crop_left, crop_top, crop_width, crop_height); in toSensor()
|
D | QCamera3CropRegionMapper.h | 47 void toActiveArray(int32_t& crop_left, int32_t& crop_top, 49 void toSensor(int32_t& crop_left, int32_t& crop_top,
|
/device/huawei/angler/camera/QCamera2/HAL3/ |
D | QCamera3CropRegionMapper.cpp | 123 void QCamera3CropRegionMapper::toActiveArray(int32_t& crop_left, int32_t& crop_top, in toActiveArray() argument 133 crop_top = crop_top * mActiveArrayH / mSensorH; in toActiveArray() 137 boundToSize(crop_left, crop_top, crop_width, crop_height, in toActiveArray() 155 void QCamera3CropRegionMapper::toSensor(int32_t& crop_left, int32_t& crop_top, in toSensor() argument 165 crop_top = crop_top * 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 | 48 void toActiveArray(int32_t& crop_left, int32_t& crop_top, 50 void toSensor(int32_t& crop_left, int32_t& crop_top,
|
/device/lge/bullhead/camera/QCamera2/HAL3/ |
D | QCamera3CropRegionMapper.cpp | 123 void QCamera3CropRegionMapper::toActiveArray(int32_t& crop_left, int32_t& crop_top, in toActiveArray() argument 133 crop_top = crop_top * mActiveArrayH / mSensorH; in toActiveArray() 137 boundToSize(crop_left, crop_top, crop_width, crop_height, in toActiveArray() 155 void QCamera3CropRegionMapper::toSensor(int32_t& crop_left, int32_t& crop_top, in toSensor() argument 165 crop_top = crop_top * 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 | 48 void toActiveArray(int32_t& crop_left, int32_t& crop_top, 50 void toSensor(int32_t& crop_left, int32_t& crop_top,
|