Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp423 std::unique_ptr<CameraParams> cameraParams(new CameraParams(std::move(image))); in processDepthPhotoFrame() local
424 if (cameraParams == nullptr) { in processDepthPhotoFrame()
433 cameraParams->depth_map = processDepthMapFrame(inputFrame, exifOrientation, &items, in processDepthPhotoFrame()
435 if (cameraParams->depth_map == nullptr) { in processDepthPhotoFrame()
472 cameraParams->imaging_model = ImagingModel::FromData(imagingParams); in processDepthPhotoFrame()
476 cameraParams->trait = dynamic_depth::CameraTrait::LOGICAL; in processDepthPhotoFrame()
478 cameraParams->trait = dynamic_depth::CameraTrait::PHYSICAL; in processDepthPhotoFrame()
481 cameraList.emplace_back(Camera::FromData(std::move(cameraParams))); in processDepthPhotoFrame()