Home
last modified time | relevance | path

Searched refs:processDepthPhotoFrame (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/tests/
DDepthProcessorTest.cpp100 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/
DDepthPhotoProcessor.h67 int processDepthPhotoFrame(DepthPhotoInputFrame /*inputFrame*/,
DDepthPhotoProcessor.cpp413 int processDepthPhotoFrame(DepthPhotoInputFrame inputFrame, size_t depthPhotoBufferSize, in processDepthPhotoFrame() function
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp337 res = processDepthPhotoFrame(depthPhoto, finalJpegBufferSize, dstBuffer, &actualJpegSize); in processInputFrame()