Home
last modified time | relevance | path

Searched refs:setupStaticInfoLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.h194 status_t setupStaticInfoLocked(const CameraMetadata &deviceInfo, bool maxResolution);
DDistortionMapper.cpp67 status_t res = setupStaticInfoLocked(deviceInfo, /*maxResolution*/false); in setupStaticInfo()
74 res = setupStaticInfoLocked(deviceInfo, /*maxResolution*/true); in setupStaticInfo()
79 status_t DistortionMapper::setupStaticInfoLocked(const CameraMetadata &deviceInfo, in setupStaticInfoLocked() function in android::camera3::DistortionMapper