Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3CropRegionMapper.cpp128 int32_t& crop_width, int32_t& crop_height) in toActiveArray() argument
139 crop_height = crop_height * mActiveArrayH / mSensorH; 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
171 crop_height = crop_height * 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()
DQCamera3CropRegionMapper.h48 int32_t& crop_width, int32_t& crop_height);
50 int32_t& crop_width, int32_t& crop_height);
/hardware/qcom/display/msm8996/sdm/libs/core/
Dresource_default.cpp565 float crop_height = crop->bottom - crop->top; in CalculateCropRects() local
610 crop_top += crop_height * top_cut_ratio; in CalculateCropRects()
612 crop_bottom -= crop_height * bottom_cut_ratio; in CalculateCropRects()
662 float crop_height = crop.bottom - crop.top; in ValidateDimensions() local
666 if ((UINT32(crop_width - dst_width) == 1) || (UINT32(crop_height - dst_height) == 1)) { in ValidateDimensions()
668 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height); in ValidateDimensions()
768 float crop_height = crop.bottom - crop.top; in GetScaleFactor() local
773 *scale_y = crop_height / dst_height; in GetScaleFactor()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DVideoPayloadBuffer.h62 uint32_t crop_height; member
DRotationBufferProvider.cpp225 if (payload->crop_width && payload->crop_height) { in createVaSurface()
227 height = (payload->crop_height >> mBobDeinterlace); in createVaSurface()
231 payload->crop_height = height; in createVaSurface()
524 payload->height = payload->crop_height = h; in prepareBufferInfo()
DVideoPayloadManager.cpp54 metadata->normalBuffer.height = p->crop_height; in getMetaData()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DVideoPayloadBuffer.h62 uint32_t crop_height; member
DRotationBufferProvider.cpp224 if (payload->crop_width && payload->crop_height) { in createVaSurface()
226 height = (payload->crop_height >> mBobDeinterlace); in createVaSurface()
230 payload->crop_height = height; in createVaSurface()
519 payload->height = payload->crop_height = h; in prepareBufferInfo()
/hardware/intel/img/psb_video/src/android/
Dpsb_surface_gralloc.c443 obj_surface->share_info->crop_height = obj_surface->share_info->height; in psb_CreateSurfacesFromGralloc()
446 obj_surface->share_info->crop_height = driver_data->render_rect.height; in psb_CreateSurfacesFromGralloc()
/hardware/intel/img/psb_video/src/
Dpsb_drv_video.h524 unsigned int crop_height; member
Dvsp_VPP.c700 output_share_info->crop_height = input_share_info->crop_height; in vsp__VPP_process_pipeline_param()
Dpsb_drv_video.c2229 obj_surface->share_info->crop_height = driver_data->render_rect.height; in psb_BeginPicture()