Searched refs:distortionData (Results 1 – 1 of 1) sorted by relevance
463 float distortionData[] = {1.f, inputFrame.mLensDistortion[3], in processDepthPhotoFrame() local466 auto distortionDataLength = sizeof(distortionData) / sizeof(distortionData[0]); in processDepthPhotoFrame()468 imagingParams.distortion.insert(imagingParams.distortion.end(), distortionData, in processDepthPhotoFrame()469 distortionData + distortionDataLength); in processDepthPhotoFrame()