Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DVideoPayloadBuffer.h61 uint32_t crop_width; member
DRotationBufferProvider.cpp224 if (payload->crop_width && payload->crop_height) { in createVaSurface()
225 width = payload->crop_width; in createVaSurface()
229 payload->crop_width = width; in createVaSurface()
518 payload->width = payload->crop_width = w; in prepareBufferInfo()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DVideoPayloadBuffer.h61 uint32_t crop_width; member
DRotationBufferProvider.cpp225 if (payload->crop_width && payload->crop_height) { in createVaSurface()
226 width = payload->crop_width; in createVaSurface()
230 payload->crop_width = width; in createVaSurface()
523 payload->width = payload->crop_width = w; in prepareBufferInfo()
DVideoPayloadManager.cpp53 metadata->normalBuffer.width = p->crop_width; in getMetaData()
/hardware/qcom/display/msm8998/sdm/libs/core/
Dresource_default.cpp608 float crop_width = crop->right - crop->left; in CalculateCropRects() local
653 crop_left += crop_width * left_cut_ratio; in CalculateCropRects()
655 crop_right -= crop_width * right_cut_ratio; in CalculateCropRects()
705 float crop_width = crop.right - crop.left; 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()
812 float crop_width = crop.right - crop.left; in GetScaleFactor() local
817 *scale_x = crop_width / dst_width; in GetScaleFactor()
/hardware/qcom/display/msm8996/sdm/libs/core/
Dresource_default.cpp571 float crop_width = crop->right - crop->left; in CalculateCropRects() local
616 crop_left += crop_width * left_cut_ratio; in CalculateCropRects()
618 crop_right -= crop_width * right_cut_ratio; in CalculateCropRects()
668 float crop_width = crop.right - crop.left; 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()
774 float crop_width = crop.right - crop.left; in GetScaleFactor() local
779 *scale_x = crop_width / dst_width; in GetScaleFactor()
/hardware/intel/img/psb_video/src/android/
Dpsb_surface_gralloc.c448 obj_surface->share_info->crop_width = obj_surface->share_info->width; in psb_CreateSurfacesFromGralloc()
451 obj_surface->share_info->crop_width = driver_data->render_rect.width; in psb_CreateSurfacesFromGralloc()
/hardware/intel/img/psb_video/src/
Dpsb_drv_video.h524 unsigned int crop_width; member
Dvsp_VPP.c703 output_share_info->crop_width = input_share_info->crop_width; in vsp__VPP_process_pipeline_param()
Dpsb_drv_video.c2293 obj_surface->share_info->crop_width = driver_data->render_rect.width; in psb_BeginPicture()