Home
last modified time | relevance | path

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

/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/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/qcom/display/msm8998/sdm/libs/core/
Dresource_default.cpp609 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/
Dresource_default.cpp572 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/
Dpsb_surface_gralloc.c449 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/
Dpsb_drv_video.h525 unsigned int crop_height; member
Dvsp_VPP.c704 output_share_info->crop_height = input_share_info->crop_height; in vsp__VPP_process_pipeline_param()
Dpsb_drv_video.c2294 obj_surface->share_info->crop_height = driver_data->render_rect.height; in psb_BeginPicture()