Searched defs:crop_height (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3CropRegionMapper.cpp123 * @crop_height : height of rectangle
128 int32_t& crop_width, int32_t& crop_height)
139 crop_height = crop_height * mActiveArrayH / mSensorH;
141 boundToSize(crop_left, crop_top, crop_width, crop_height,
154 * @crop_height : height of rectangle
160 int32_t& crop_width, int32_t& crop_height)
171 crop_height = crop_height * mSensorH / mActiveArrayH;
174 crop_left, crop_top, crop_width, crop_height);
127 toActiveArray(int32_t& crop_left, int32_t& crop_top, int32_t& crop_width, int32_t& crop_height) argument
159 toSensor(int32_t& crop_left, int32_t& crop_top, int32_t& crop_width, int32_t& crop_height) argument
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DVideoPayloadBuffer.h62 uint32_t crop_height; member in struct:android::intel::VideoPayloadBuffer
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DVideoPayloadBuffer.h62 uint32_t crop_height; member in struct:android::intel::VideoPayloadBuffer
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dresource_default.cpp565 float crop_height = crop->bottom - crop->top; local
610 crop_top += crop_height * top_cut_ratio;
612 crop_bottom -= crop_height * bottom_cut_ratio;
662 float crop_height = crop.bottom - crop.top; local
666 if ((UINT32(crop_width - dst_width) == 1) || (UINT32(crop_height - dst_height) == 1)) {
668 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height);
768 float crop_height = crop.bottom - crop.top; local
773 *scale_y = crop_height / dst_height;
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_video.h524 unsigned int crop_height; member in struct:psb_surface_share_info_s

Completed in 156 milliseconds