Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DDepthCompositeStream.cpp315 DepthPhotoInputFrame depthPhoto; in processInputFrame() local
317 depthPhoto.mMainJpegWidth = mBlobWidth; in processInputFrame()
318 depthPhoto.mMainJpegHeight = mBlobHeight; in processInputFrame()
319 depthPhoto.mMainJpegSize = jpegSize; in processInputFrame()
324 depthPhoto.mJpegQuality = jpegQuality; in processInputFrame()
325 depthPhoto.mIsLogical = mIsLogicalCamera; in processInputFrame()
332 depthPhoto.mIsIntrinsicCalibrationValid = 1; in processInputFrame()
334 depthPhoto.mIsIntrinsicCalibrationValid = 0; in processInputFrame()
340 sizeof(depthPhoto.mLensDistortion)); in processInputFrame()
341 depthPhoto.mIsLensDistortionValid = 1; in processInputFrame()
[all …]