Searched refs:processDepthPhotoFrame (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/camera/libcameraservice/tests/ |
D | DepthProcessorTest.cpp | 100 ASSERT_NE(processDepthPhotoFrame(inputFrame, depthPhotoBuffer.size(), depthPhotoBuffer.data(), in TEST() 105 ASSERT_NE(processDepthPhotoFrame(inputFrame, depthPhotoBuffer.size(), depthPhotoBuffer.data(), in TEST() 111 ASSERT_NE(processDepthPhotoFrame(inputFrame, depthPhotoBuffer.size(), nullptr, in TEST() 114 ASSERT_NE(processDepthPhotoFrame(inputFrame, depthPhotoBuffer.size(), depthPhotoBuffer.data(), in TEST() 142 ASSERT_EQ(processDepthPhotoFrame(inputFrame, depthPhotoBuffer.size(), depthPhotoBuffer.data(), in TEST() 194 ASSERT_EQ(processDepthPhotoFrame(inputFrame, depthPhotoBuffer.size(), in TEST() 281 ASSERT_EQ(processDepthPhotoFrame(inputFrame, depthPhotoBuffer.size(), in TEST()
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | DepthPhotoProcessor.h | 67 int processDepthPhotoFrame(DepthPhotoInputFrame /*inputFrame*/,
|
D | DepthPhotoProcessor.cpp | 413 int processDepthPhotoFrame(DepthPhotoInputFrame inputFrame, size_t depthPhotoBufferSize, in processDepthPhotoFrame() function
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | DepthCompositeStream.cpp | 337 res = processDepthPhotoFrame(depthPhoto, finalJpegBufferSize, dstBuffer, &actualJpegSize); in processInputFrame()
|