Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp463 float distortionData[] = {1.f, inputFrame.mLensDistortion[3], in processDepthPhotoFrame() local
466 auto distortionDataLength = sizeof(distortionData) / sizeof(distortionData[0]); in processDepthPhotoFrame()
468 imagingParams.distortion.insert(imagingParams.distortion.end(), distortionData, in processDepthPhotoFrame()
469 distortionData + distortionDataLength); in processDepthPhotoFrame()