Home
last modified time | relevance | path

Searched refs:crop_width (Results 1 – 9 of 9) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3CropRegionMapper.cpp128 int32_t& crop_width, int32_t& crop_height) in toActiveArray() argument
138 crop_width = crop_width * mActiveArrayW / mSensorW; in toActiveArray()
141 boundToSize(crop_left, crop_top, crop_width, crop_height, in toActiveArray()
160 int32_t& crop_width, int32_t& crop_height) in toSensor() argument
170 crop_width = crop_width * mSensorW / mActiveArrayW; 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()
DQCamera3CropRegionMapper.h48 int32_t& crop_width, int32_t& crop_height);
50 int32_t& crop_width, int32_t& crop_height);
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3CropRegionMapper.cpp124 int32_t& crop_width, int32_t& crop_height) in toActiveArray() argument
134 crop_width = crop_width * mActiveArrayW / mSensorW; 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
166 crop_width = crop_width * mSensorW / mActiveArrayW; 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()
DQCamera3CropRegionMapper.h49 int32_t& crop_width, int32_t& crop_height);
51 int32_t& crop_width, int32_t& crop_height);
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3CropRegionMapper.cpp124 int32_t& crop_width, int32_t& crop_height) in toActiveArray() argument
134 crop_width = crop_width * mActiveArrayW / mSensorW; 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
166 crop_width = crop_width * mSensorW / mActiveArrayW; 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()
DQCamera3CropRegionMapper.h49 int32_t& crop_width, int32_t& crop_height);
51 int32_t& crop_width, int32_t& crop_height);
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c873 mm_jpeg_dim_t *p_main_dim, uint8_t crop_width) { in mm_jpeg_get_thumbnail_crop() argument
877 if (crop_width) { in mm_jpeg_get_thumbnail_crop()
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c987 uint8_t crop_width) in mm_jpeg_update_thumbnail_crop() argument
992 if (crop_width) { in mm_jpeg_update_thumbnail_crop()
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c873 mm_jpeg_dim_t *p_main_dim, uint8_t crop_width) { in mm_jpeg_get_thumbnail_crop() argument
877 if (crop_width) { in mm_jpeg_get_thumbnail_crop()