Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.h37 uint16_t* mDepthMapBuffer; member
53 mDepthMapBuffer(nullptr), in DepthPhotoInputFrame()
DDepthPhotoProcessor.cpp269 unpackDepth16(inputFrame.mDepthMapBuffer[i*inputFrame.mDepthMapStride + j], points, in rotate0AndUnpack()
281 unpackDepth16(inputFrame.mDepthMapBuffer[j*inputFrame.mDepthMapStride + i], points, in rotate90AndUnpack()
292 unpackDepth16(inputFrame.mDepthMapBuffer[i*inputFrame.mDepthMapStride + j], points, in rotate180AndUnpack()
304 unpackDepth16(inputFrame.mDepthMapBuffer[j*inputFrame.mDepthMapStride + i], points, in rotate270AndUnpack()
415 if ((inputFrame.mMainJpegBuffer == nullptr) || (inputFrame.mDepthMapBuffer == nullptr) || in processDepthPhotoFrame()
/frameworks/av/services/camera/libcameraservice/tests/
DDepthProcessorTest.cpp139 inputFrame.mDepthMapBuffer = depth16Buffer.data(); in TEST()
177 inputFrame.mDepthMapBuffer = depth16Buffer.data(); in TEST()
239 inputFrame.mDepthMapBuffer = depth16Buffer.data(); in TEST()
335 inputFrame.mDepthMapBuffer = depth16Buffer.data(); in TEST()
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp317 depthPhoto.mDepthMapBuffer = reinterpret_cast<uint16_t*> (inputFrame.depthBuffer.data); in processInputFrame()