Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.h38 size_t mDepthMapWidth, mDepthMapHeight, mDepthMapStride; member
56 mDepthMapStride(0), 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()
/frameworks/av/services/camera/libcameraservice/tests/
DDepthProcessorTest.cpp109 inputFrame.mDepthMapWidth = inputFrame.mDepthMapStride = kTestBufferWidth; in TEST()
137 inputFrame.mDepthMapWidth = inputFrame.mDepthMapStride = kTestBufferWidth; in TEST()
189 inputFrame.mDepthMapWidth = inputFrame.mDepthMapStride = kTestBufferWidth; in TEST()
275 inputFrame.mDepthMapWidth = inputFrame.mDepthMapStride = kTestBufferWidth; in TEST()
/frameworks/av/services/camera/libcameraservice/fuzzer/
DDepthProcessorFuzzer.cpp52 inputFrame.mDepthMapStride = kTestBufferWidth; in LLVMFuzzerTestOneInput()
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp323 depthPhoto.mDepthMapStride = inputFrame.depthBuffer.stride; in processInputFrame()