Searched refs:crop_height (Results 1 – 11 of 11) sorted by relevance
/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/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/qcom/display/msm8998/sdm/libs/core/ |
D | resource_default.cpp | 609 float crop_height = crop->bottom - crop->top; in CalculateCropRects() local 654 crop_top += crop_height * top_cut_ratio; in CalculateCropRects() 656 crop_bottom -= crop_height * bottom_cut_ratio; in CalculateCropRects() 706 float crop_height = crop.bottom - crop.top; in ValidateDimensions() local 710 if ((UINT32(crop_width - dst_width) == 1) || (UINT32(crop_height - dst_height) == 1)) { in ValidateDimensions() 712 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height); in ValidateDimensions() 813 float crop_height = crop.bottom - crop.top; in GetScaleFactor() local 818 *scale_y = crop_height / dst_height; in GetScaleFactor()
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | resource_default.cpp | 572 float crop_height = crop->bottom - crop->top; in CalculateCropRects() local 617 crop_top += crop_height * top_cut_ratio; in CalculateCropRects() 619 crop_bottom -= crop_height * bottom_cut_ratio; in CalculateCropRects() 669 float crop_height = crop.bottom - crop.top; in ValidateDimensions() local 673 if ((UINT32(crop_width - dst_width) == 1) || (UINT32(crop_height - dst_height) == 1)) { in ValidateDimensions() 675 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height); in ValidateDimensions() 775 float crop_height = crop.bottom - crop.top; in GetScaleFactor() local 780 *scale_y = crop_height / dst_height; in GetScaleFactor()
|
/hardware/intel/img/psb_video/src/android/ |
D | psb_surface_gralloc.c | 449 obj_surface->share_info->crop_height = obj_surface->share_info->height; in psb_CreateSurfacesFromGralloc() 452 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 | 525 unsigned int crop_height; member
|
D | vsp_VPP.c | 704 output_share_info->crop_height = input_share_info->crop_height; in vsp__VPP_process_pipeline_param()
|
D | psb_drv_video.c | 2294 obj_surface->share_info->crop_height = driver_data->render_rect.height; in psb_BeginPicture()
|