Home
last modified time | relevance | path

Searched refs:ZoomRatioMapper (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DZoomRatioMapper.h36 class ZoomRatioMapper : public CoordinateMapper {
38 ZoomRatioMapper() = default;
39 ZoomRatioMapper(const CameraMetadata *deviceInfo,
41 ZoomRatioMapper(const ZoomRatioMapper& other) : in ZoomRatioMapper() function
DZoomRatioMapper.cpp29 void ZoomRatioMapper::initRemappedKeys() { in initRemappedKeys()
46 status_t ZoomRatioMapper::initZoomRatioInTemplate(CameraMetadata *request) { in initZoomRatioInTemplate()
56 status_t ZoomRatioMapper::overrideZoomRatioTags( in overrideZoomRatioTags()
135 ZoomRatioMapper::ZoomRatioMapper(const CameraMetadata* deviceInfo, in ZoomRatioMapper() function in android::camera3::ZoomRatioMapper
197 status_t ZoomRatioMapper::getArrayDimensionsToBeUsed(const CameraMetadata *settings, in getArrayDimensionsToBeUsed()
224 status_t ZoomRatioMapper::updateCaptureRequest(CameraMetadata* request) { in updateCaptureRequest()
268 status_t ZoomRatioMapper::updateCaptureResult(CameraMetadata* result, bool requestedZoomRatioIs1) { in updateCaptureResult()
293 status_t ZoomRatioMapper::deriveZoomRatio(const CameraMetadata* metadata, float *zoomRatioRet, in deriveZoomRatio()
332 status_t ZoomRatioMapper::separateZoomFromCropLocked(CameraMetadata* metadata, bool isResult, in separateZoomFromCropLocked()
381 status_t ZoomRatioMapper::combineZoomAndCropLocked(CameraMetadata* metadata, bool isResult, in combineZoomAndCropLocked()
[all …]
DCamera3OfflineSession.h64 const std::unordered_map<std::string, camera3::ZoomRatioMapper>& zoomRatioMappers, in Camera3OfflineStates()
124 const std::unordered_map<std::string, camera3::ZoomRatioMapper>& mZoomRatioMappers;
221 std::unordered_map<std::string, camera3::ZoomRatioMapper> mZoomRatioMappers;
DCamera3OutputUtils.h144 std::unordered_map<std::string, camera3::ZoomRatioMapper>& zoomRatioMappers;
DCamera3Device.h1384 std::unordered_map<std::string, camera3::ZoomRatioMapper> mZoomRatioMappers;
DCamera3Device.cpp238 mZoomRatioMappers[mId] = ZoomRatioMapper(&mDeviceInfo, in initializeCommonLocked()
/frameworks/av/services/camera/libcameraservice/tests/
DZoomRatioTest.cpp50 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()
[all …]
/frameworks/av/services/camera/libcameraservice/
DAndroid.bp247 "device3/ZoomRatioMapper.cpp",
/frameworks/av/services/camera/libcameraservice/common/hidl/
DHidlProviderInfo.cpp667 res = camera3::ZoomRatioMapper::overrideZoomRatioTags( in HidlDeviceInfo3()
777 res = camera3::ZoomRatioMapper::overrideZoomRatioTags( in HidlDeviceInfo3()
/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.cpp592 res = camera3::ZoomRatioMapper::overrideZoomRatioTags( in AidlDeviceInfo3()
680 res = camera3::ZoomRatioMapper::overrideZoomRatioTags( in AidlDeviceInfo3()
/frameworks/av/services/camera/libcameraservice/utils/
DSessionConfigurationUtils.cpp1227 status_t res = ZoomRatioMapper::initZoomRatioInTemplate(request); in overrideDefaultRequestKeys()
/frameworks/av/services/camera/libcameraservice/device3/aidl/
DAidlCamera3Device.cpp247 mZoomRatioMappers[physicalId] = ZoomRatioMapper( in initialize()
/frameworks/av/services/camera/libcameraservice/device3/hidl/
DHidlCamera3Device.cpp205 mZoomRatioMappers[physicalId] = ZoomRatioMapper( in initialize()