Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DExifUtils.h93 virtual bool setDigitalZoomRatio(uint32_t crop_width, uint32_t crop_height,
DExifUtils.cpp83 uint32_t crop_width, uint32_t crop_height,
372 uint32_t crop_width, uint32_t crop_height, in setDigitalZoomRatio() argument
374 float zoomRatioX = (crop_width == 0) ? 1.0 : 1.0 * sensor_width / crop_width; in setDigitalZoomRatio()