Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp466 auto distortionDataLength = sizeof(distortionData) / sizeof(distortionData[0]); in processDepthPhotoFrame() local
467 imagingParams.distortion.reserve(distortionDataLength); in processDepthPhotoFrame()
469 distortionData + distortionDataLength); in processDepthPhotoFrame()