Searched refs:crop_width (Results 1 – 6 of 6) sorted by relevance
/device/google/marlin/camera/QCamera2/HAL3/ |
D | QCamera3CropRegionMapper.cpp | 128 int32_t& crop_width, int32_t& crop_height) in toActiveArray() argument 138 crop_width = crop_width * mActiveArrayW / mSensorW; 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 170 crop_width = crop_width * mSensorW / mActiveArrayW; 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()
|
D | QCamera3CropRegionMapper.h | 48 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/ |
D | vsoc_composer.cpp | 150 int crop_width; member 162 crop_width(width), in BufferSpec() 190 dst_buffer, dst.stride, dst.crop_width, in ConvertFromYV12() 204 int width = src.crop_width; in DoCopy() 226 int width = src.crop_width; in DoRotation() 243 int src_width = src.crop_width; in DoScaling() 245 int dst_width = dst.crop_width; in DoScaling() 263 int width = dest.crop_width; in DoAttenuation() 280 int width = dest.crop_width; in DoBlending() 339 src_layer_spec.crop_width = in CompositeLayer() [all …]
|
/device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc/ |
D | vsoc_composer.cpp | 152 int crop_width; member 164 crop_width(width), in BufferSpec() 192 dst_buffer, dst.stride, dst.crop_width, in ConvertFromYV12() 206 int width = src.crop_width; in DoCopy() 228 int width = src.crop_width; in DoRotation() 245 int src_width = src.crop_width; in DoScaling() 247 int dst_width = dst.crop_width; in DoScaling() 265 int width = dest.crop_width; in DoAttenuation() 282 int width = dest.crop_width; in DoBlending() 341 src_layer_spec.crop_width = in CompositeLayer() [all …]
|
/device/linaro/hikey/gralloc960/ |
D | gralloc_buffer_priv.h | 35 int crop_width; member
|
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg.c | 987 uint8_t crop_width) in mm_jpeg_update_thumbnail_crop() argument 992 if (crop_width) { in mm_jpeg_update_thumbnail_crop()
|