Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.h38 size_t mDepthMapWidth, mDepthMapHeight, mDepthMapStride; member
54 mDepthMapWidth(0), in DepthPhotoInputFrame()
DDepthPhotoProcessor.cpp268 for (size_t j = 0; j < inputFrame.mDepthMapWidth; j++) { in rotate0AndUnpack()
279 for (size_t i = 0; i < inputFrame.mDepthMapWidth; i++) { in rotate90AndUnpack()
291 for (ssize_t j = inputFrame.mDepthMapWidth-1; j >= 0; j--) { in rotate180AndUnpack()
302 for (ssize_t i = inputFrame.mDepthMapWidth-1; i >= 0; i--) { in rotate270AndUnpack()
343 size_t pointCount = inputFrame.mDepthMapWidth * inputFrame.mDepthMapHeight; in processDepthMapFrame()
358 size_t width = inputFrame.mDepthMapWidth; in processDepthMapFrame()
362 height = inputFrame.mDepthMapWidth; in processDepthMapFrame()
/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.cpp53 inputFrame.mDepthMapWidth = kTestBufferWidth; in LLVMFuzzerTestOneInput()
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp321 depthPhoto.mDepthMapWidth = inputFrame.depthBuffer.width; in processInputFrame()