Home
last modified time | relevance | path

Searched refs:mDepthMapBuffer (Results 1 – 5 of 5) 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.cpp108 inputFrame.mDepthMapBuffer = depth16Buffer.data(); in TEST()
136 inputFrame.mDepthMapBuffer = depth16Buffer.data(); in TEST()
188 inputFrame.mDepthMapBuffer = depth16Buffer.data(); in TEST()
274 inputFrame.mDepthMapBuffer = depth16Buffer.data(); in TEST()
/frameworks/av/services/camera/libcameraservice/fuzzer/
DDepthProcessorFuzzer.cpp51 inputFrame.mDepthMapBuffer = depth16Buffer.data(); in LLVMFuzzerTestOneInput()
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp320 depthPhoto.mDepthMapBuffer = reinterpret_cast<uint16_t*> (inputFrame.depthBuffer.data); in processInputFrame()