Searched refs:crop_width (Results 1 – 3 of 3) 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() argument374 float zoomRatioX = (crop_width == 0) ? 1.0 : 1.0 * sensor_width / crop_width; in setDigitalZoomRatio()
735 int32_t crop_width, crop_height; in onOutputReceived() local736 crop_width = crop_right - crop_left + 1; in onOutputReceived()740 dstLeft = mTilesDecoded % mGridCols * crop_width; in onOutputReceived()742 dstRight = dstLeft + crop_width - 1; in onOutputReceived()