Searched refs:crop_height (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3CropRegionMapper.cpp | 128 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()
|
D | QCamera3CropRegionMapper.h | 48 int32_t& crop_width, int32_t& crop_height); 50 int32_t& crop_width, int32_t& crop_height);
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | resource_default.cpp | 565 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/ |
D | VideoPayloadBuffer.h | 62 uint32_t crop_height; member
|
D | RotationBufferProvider.cpp | 225 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()
|
D | VideoPayloadManager.cpp | 54 metadata->normalBuffer.height = p->crop_height; in getMetaData()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | VideoPayloadBuffer.h | 62 uint32_t crop_height; member
|
D | RotationBufferProvider.cpp | 224 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/ |
D | psb_surface_gralloc.c | 443 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/ |
D | psb_drv_video.h | 524 unsigned int crop_height; member
|
D | vsp_VPP.c | 700 output_share_info->crop_height = input_share_info->crop_height; in vsp__VPP_process_pipeline_param()
|
D | psb_drv_video.c | 2229 obj_surface->share_info->crop_height = driver_data->render_rect.height; in psb_BeginPicture()
|