Home
last modified time | relevance | path

Searched refs:crop_top (Results 1 – 20 of 20) 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/google/gchips/include/
Dcsc.h125 unsigned int crop_top; member
376 unsigned int *crop_top,
421 unsigned int crop_top,
462 unsigned int *crop_top,
507 unsigned int crop_top,
/hardware/google/graphics/common/libscaler/include/
Dexynos_scaler.h275 unsigned int crop_top,
329 unsigned int crop_top,
483 unsigned int crop_top; member
/hardware/google/graphics/common/libgscaler/include/
Dexynos_gscaler.h180 unsigned int crop_top,
230 unsigned int crop_top,
/hardware/google/graphics/common/libgscaler/
Dlibgscaler.cpp173 unsigned int crop_top, in exynos_gsc_set_src_format() argument
190 gsc->src_info.crop_top = crop_top; in exynos_gsc_set_src_format()
208 unsigned int crop_top, in exynos_gsc_set_dst_format() argument
226 gsc->dst_info.crop_top = crop_top; in exynos_gsc_set_dst_format()
Dlibgscaler_obj.h97 unsigned int crop_top; member
Dlibgscaler_obj.cpp429 &gsc->src_info.crop_top, &gsc->src_info.crop_width, in m_gsc_m2m_run_core()
438 &gsc->dst_info.crop_top, &gsc->dst_info.crop_width, in m_gsc_m2m_run_core()
721 info->crop.c.top = info->crop_top; in m_gsc_set_format()
/hardware/google/graphics/common/libscaler/
Dlibscaler.cpp208 if (!sc.SetSrcCrop(pxinfo->src.crop_left, pxinfo->src.crop_top, in exynos_sc_copy_pixels()
212 if (!sc.SetDstCrop(pxinfo->dst.crop_left, pxinfo->dst.crop_top, in exynos_sc_copy_pixels()
320 unsigned int crop_top, in exynos_sc_set_src_format() argument
339 return sc->SetSrcCrop(crop_left, crop_top, crop_width, crop_height) ? 0 : -1; in exynos_sc_set_src_format()
347 unsigned int crop_top, in exynos_sc_set_dst_format() argument
366 if (!sc->SetDstCrop(crop_left, crop_top, crop_width, crop_height)) in exynos_sc_set_dst_format()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h119 uint32 crop_top; member
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h124 uint32 crop_top; member
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
Dh264_utils.h90 uint32 crop_top; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h124 uint32 crop_top; member
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h124 uint32 crop_top; member
/hardware/qcom/display/msm8998/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/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/sm7250/display/sdm/libs/core/
Dresource_default.cpp594 float &crop_top = crop->top; in CalculateCropRects() local
643 crop_top += crop_height * top_cut_ratio; in CalculateCropRects()
/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/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()