Home
last modified time | relevance | path

Searched refs:crop_top (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3CropRegionMapper.cpp130 void QCamera3CropRegionMapper::toActiveArray(int32_t& crop_left, int32_t& crop_top, in toActiveArray() argument
145 float top = crop_top * mActiveArrayH / mSensorH; in toActiveArray()
158 crop_top = std::round(top); in toActiveArray()
162 boundToSize(crop_left, crop_top, crop_width, crop_height, in toActiveArray()
181 void QCamera3CropRegionMapper::toSensor(int32_t& crop_left, int32_t& crop_top, in toSensor() argument
190 applyZoomRatioHelper(crop_left, crop_top, crop_width, crop_height, zoom_ratio, in toSensor()
211 void QCamera3CropRegionMapper::applyZoomRatioHelper(int32_t& crop_left, int32_t& crop_top, in applyZoomRatioHelper() argument
224 float top = crop_top / zoom_ratio + in applyZoomRatioHelper()
238 crop_top = std::round(top); in applyZoomRatioHelper()
243 crop_left, crop_top, crop_width, crop_height); in applyZoomRatioHelper()
[all …]
DQCamera3CropRegionMapper.h47 void toActiveArray(int32_t& crop_left, int32_t& crop_top,
49 void toSensor(int32_t& crop_left, int32_t& crop_top,
57 void applyZoomRatio(int32_t& crop_left, int32_t& crop_top,
69 void applyZoomRatioHelper(int32_t& crop_left, int32_t& crop_top,
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h119 uint32 crop_top; member
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
Dh264_utils.h90 uint32 crop_top; member
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h124 uint32 crop_top; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h124 uint32 crop_top; member
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h124 uint32 crop_top; member
/hardware/qcom/display/msm8996/sdm/libs/core/
Dresource_default.cpp568 float &crop_top = crop->top; in CalculateCropRects() local
617 crop_top += crop_height * top_cut_ratio; in CalculateCropRects()
/hardware/qcom/sm8150/display/sdm/libs/core/
Dresource_default.cpp597 float &crop_top = crop->top; in CalculateCropRects() local
646 crop_top += crop_height * top_cut_ratio; in CalculateCropRects()
/hardware/qcom/display/msm8909/sdm/libs/core/
Dresource_default.cpp605 float &crop_top = crop->top; in CalculateCropRects() local
654 crop_top += crop_height * top_cut_ratio; in CalculateCropRects()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Dresource_default.cpp605 float &crop_top = crop->top; in CalculateCropRects() local
654 crop_top += crop_height * top_cut_ratio; in CalculateCropRects()
/hardware/qcom/sdm845/display/sdm/libs/core/
Dresource_default.cpp606 float &crop_top = crop->top; in CalculateCropRects() local
655 crop_top += crop_height * top_cut_ratio; in CalculateCropRects()