HomeSort by relevance Sort by last modified time
    Searched refs:mPhysicalDeviceInfoMap (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 429 std::unordered_map<std::string, CameraMetadata> mPhysicalDeviceInfoMap;
    [all...]
Camera3Device.cpp 138 physicalId, &mPhysicalDeviceInfoMap[physicalId]);
146 if (DistortionMapper::isDistortionSupported(mPhysicalDeviceInfoMap[physicalId])) {
147 mDistortionMappers[physicalId].setupStaticInfo(mPhysicalDeviceInfoMap[physicalId]);
809 if (mPhysicalDeviceInfoMap.find(id) != mPhysicalDeviceInfoMap.end()) {
810 return mPhysicalDeviceInfoMap.at(id);
    [all...]

Completed in 50 milliseconds