Home
last modified time | relevance | path

Searched refs:mRemappedKeys (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DCoordinateMapper.h35 return mRemappedKeys; in getRemappedKeys()
53 std::set<uint32_t> mRemappedKeys; variable
DRotateAndCropMapper.cpp31 mRemappedKeys.insert( in initRemappedKeys()
34 mRemappedKeys.insert( in initRemappedKeys()
38 mRemappedKeys.insert(ANDROID_SCALER_ROTATE_AND_CROP); in initRemappedKeys()
39 mRemappedKeys.insert(ANDROID_SCALER_CROP_REGION); in initRemappedKeys()
41 mRemappedKeys.insert(ANDROID_LOGICAL_MULTI_CAMERA_ACTIVE_PHYSICAL_SENSOR_CROP_REGION); in initRemappedKeys()
DZoomRatioMapper.cpp30 mRemappedKeys.insert( in initRemappedKeys()
33 mRemappedKeys.insert( in initRemappedKeys()
36 mRemappedKeys.insert( in initRemappedKeys()
40 mRemappedKeys.insert(ANDROID_CONTROL_ZOOM_RATIO); in initRemappedKeys()
42 mRemappedKeys.insert(ANDROID_LOGICAL_MULTI_CAMERA_ACTIVE_PHYSICAL_SENSOR_CROP_REGION); in initRemappedKeys()
DDistortionMapper.cpp36 mRemappedKeys.insert( in initRemappedKeys()
39 mRemappedKeys.insert( in initRemappedKeys()
42 mRemappedKeys.insert( in initRemappedKeys()
45 mRemappedKeys.insert(ANDROID_DISTORTION_CORRECTION_MODE); in initRemappedKeys()
47 mRemappedKeys.insert(ANDROID_LOGICAL_MULTI_CAMERA_ACTIVE_PHYSICAL_SENSOR_CROP_REGION); in initRemappedKeys()