Searched refs:mDepthMapStride (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/services/camera/libcameraservice/common/ |
D | DepthPhotoProcessor.h | 38 size_t mDepthMapWidth, mDepthMapHeight, mDepthMapStride; member 56 mDepthMapStride(0), in DepthPhotoInputFrame()
|
D | DepthPhotoProcessor.cpp | 269 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/ |
D | DepthProcessorTest.cpp | 109 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/ |
D | DepthProcessorFuzzer.cpp | 52 inputFrame.mDepthMapStride = kTestBufferWidth; in LLVMFuzzerTestOneInput()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | DepthCompositeStream.cpp | 323 depthPhoto.mDepthMapStride = inputFrame.depthBuffer.stride; in processInputFrame()
|