Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3CropRegionMapper.cpp128 int32_t& crop_width, int32_t& crop_height) in toActiveArray() argument
139 crop_height = crop_height * mActiveArrayH / mSensorH; in toActiveArray()
141 boundToSize(crop_left, crop_top, crop_width, crop_height, in toActiveArray()
160 int32_t& crop_width, int32_t& crop_height) in toSensor() argument
171 crop_height = crop_height * mSensorH / mActiveArrayH; in toSensor()
174 crop_left, crop_top, crop_width, crop_height); in toSensor()
175 boundToSize(crop_left, crop_top, crop_width, crop_height, in toSensor()
178 crop_left, crop_top, crop_width, crop_height); in toSensor()
DQCamera3CropRegionMapper.h48 int32_t& crop_width, int32_t& crop_height);
50 int32_t& crop_width, int32_t& crop_height);
/device/google/cuttlefish_common/guest/hals/hwcomposer/cutf_cvm/
Dvsoc_composer.cpp151 int crop_height; member
163 crop_height(height), in BufferSpec()
191 v_flip ? -dst.crop_height : dst.crop_height); in ConvertFromYV12()
205 int height = src.crop_height; in DoCopy()
227 int height = src.crop_height; in DoRotation()
244 int src_height = src.crop_height; in DoScaling()
246 int dst_height = dst.crop_height; in DoScaling()
264 int height = dest.crop_height; in DoAttenuation()
281 int height = dest.crop_height; in DoBlending()
341 src_layer_spec.crop_height = in CompositeLayer()
[all …]
/device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc/
Dvsoc_composer.cpp153 int crop_height; member
165 crop_height(height), in BufferSpec()
193 v_flip ? -dst.crop_height : dst.crop_height); in ConvertFromYV12()
207 int height = src.crop_height; in DoCopy()
229 int height = src.crop_height; in DoRotation()
246 int src_height = src.crop_height; in DoScaling()
248 int dst_height = dst.crop_height; in DoScaling()
266 int height = dest.crop_height; in DoAttenuation()
283 int height = dest.crop_height; in DoBlending()
343 src_layer_spec.crop_height = in CompositeLayer()
[all …]
/device/linaro/hikey/gralloc960/
Dgralloc_buffer_priv.h34 int crop_height; member