Home
last modified time | relevance | path

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

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