Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DDepthProcessorTest.cpp101 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()
117 ASSERT_NE(processDepthPhotoFrame(inputFrame, depthPhotoBuffer.size(), depthPhotoBuffer.data(), in TEST()
145 ASSERT_EQ(processDepthPhotoFrame(inputFrame, depthPhotoBuffer.size(), depthPhotoBuffer.data(), in TEST()
197 ASSERT_EQ(processDepthPhotoFrame(inputFrame, depthPhotoBuffer.size(), in TEST()
284 ASSERT_EQ(processDepthPhotoFrame(inputFrame, depthPhotoBuffer.size(), in TEST()
/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.h70 int processDepthPhotoFrame(DepthPhotoInputFrame /*inputFrame*/,
DDepthPhotoProcessor.cpp417 int processDepthPhotoFrame(DepthPhotoInputFrame inputFrame, size_t depthPhotoBufferSize, in processDepthPhotoFrame() function
/frameworks/av/services/camera/libcameraservice/fuzzer/
DDepthProcessorFuzzer.cpp101 processDepthPhotoFrame(inputFrame, depthPhotoBuffer.size(), depthPhotoBuffer.data(), in LLVMFuzzerTestOneInput()
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp372 res = processDepthPhotoFrame(depthPhoto, finalJpegBufferSize, dstBuffer, &actualJpegSize); in processInputFrame()