Searched refs:crop_width (Results 1 – 11 of 11) sorted by relevance
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | VideoPayloadBuffer.h | 61 uint32_t crop_width; member
|
D | RotationBufferProvider.cpp | 224 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/ |
D | VideoPayloadBuffer.h | 61 uint32_t crop_width; member
|
D | RotationBufferProvider.cpp | 225 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()
|
D | VideoPayloadManager.cpp | 53 metadata->normalBuffer.width = p->crop_width; in getMetaData()
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | resource_default.cpp | 608 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/ |
D | resource_default.cpp | 571 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/ |
D | psb_surface_gralloc.c | 448 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/ |
D | psb_drv_video.h | 524 unsigned int crop_width; member
|
D | vsp_VPP.c | 703 output_share_info->crop_width = input_share_info->crop_width; in vsp__VPP_process_pipeline_param()
|
D | psb_drv_video.c | 2293 obj_surface->share_info->crop_width = driver_data->render_rect.width; in psb_BeginPicture()
|