Searched refs:crop_height (Results 1 – 2 of 2) sorted by relevance
93 virtual bool setDigitalZoomRatio(uint32_t crop_width, uint32_t crop_height,
83 uint32_t crop_width, uint32_t crop_height,372 uint32_t crop_width, uint32_t crop_height, in setDigitalZoomRatio() argument375 float zoomRatioY = (crop_height == 0) ? 1.0 : 1.0 * sensor_height / crop_height; in setDigitalZoomRatio()