/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3CropRegionMapper.cpp | 130 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 …]
|
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, 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/ |
D | csc.h | 125 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/ |
D | exynos_scaler.h | 275 unsigned int crop_top, 329 unsigned int crop_top, 483 unsigned int crop_top; member
|
/hardware/google/graphics/common/libgscaler/include/ |
D | exynos_gscaler.h | 180 unsigned int crop_top, 230 unsigned int crop_top,
|
/hardware/google/graphics/common/libgscaler/ |
D | libgscaler.cpp | 173 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()
|
D | libgscaler_obj.h | 97 unsigned int crop_top; member
|
D | libgscaler_obj.cpp | 429 &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/ |
D | libscaler.cpp | 208 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/ |
D | h264_utils.h | 119 uint32 crop_top; member
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 124 uint32 crop_top; member
|
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/ |
D | h264_utils.h | 90 uint32 crop_top; member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 124 uint32 crop_top; member
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 124 uint32 crop_top; member
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | resource_default.cpp | 605 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/ |
D | resource_default.cpp | 605 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/ |
D | resource_default.cpp | 597 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/ |
D | resource_default.cpp | 594 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/ |
D | resource_default.cpp | 568 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/ |
D | resource_default.cpp | 605 float &crop_top = crop->top; in CalculateCropRects() local 654 crop_top += crop_height * top_cut_ratio; in CalculateCropRects()
|