Lines Matching refs:ZoomRatioMapper
50 status_t setupTestMapper(ZoomRatioMapper *m, float maxDigitalZoom, in setupTestMapper()
64 status_t res = ZoomRatioMapper::overrideZoomRatioTags(&deviceInfo, &supportNativeZoomRatio); in setupTestMapper()
69 *m = ZoomRatioMapper(&deviceInfo, hasZoomRatioRange, usePreCorrectArray); in setupTestMapper()
84 ZoomRatioMapper mapperNoZoomRange; in TEST()
87 res = ZoomRatioMapper::overrideZoomRatioTags(&deviceInfo, &supportNativeZoomRatio); in TEST()
90 mapperNoZoomRange = ZoomRatioMapper(&deviceInfo, in TEST()
93 mapperNoZoomRange = ZoomRatioMapper(&deviceInfo, in TEST()
120 res = ZoomRatioMapper::overrideZoomRatioTags(&deviceInfo, &supportNativeZoomRatio); in TEST()
123 ZoomRatioMapper mapperWithZoomRange; in TEST()
124 mapperWithZoomRange = ZoomRatioMapper(&deviceInfo, in TEST()
127 mapperWithZoomRange = ZoomRatioMapper(&deviceInfo, in TEST()
138 res = ZoomRatioMapper::initZoomRatioInTemplate(&requestTemplate); in TEST()
147 res = ZoomRatioMapper::initZoomRatioInTemplate(&requestTemplate); in TEST()
155 ZoomRatioMapper mapper; in subScaleCoordinatesTest()
266 ZoomRatioMapper mapper; in subCropOverMaxDigitalZoomTest()
306 ZoomRatioMapper mapper; in subCropOverZoomRangeTest()
374 ZoomRatioMapper mapper; in subZoomOverMaxDigitalZoomTest()
418 ZoomRatioMapper mapper; in subZoomOverZoomRangeTest()