Home
last modified time | relevance | path

Searched defs:depthPhotoBuffer (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DDepthProcessorTest.cpp94 std::vector<uint8_t> depthPhotoBuffer(inputFrame.mMaxJpegSize); in TEST() local
140 std::vector<uint8_t> depthPhotoBuffer(inputFrame.mMaxJpegSize); in TEST() local
192 std::vector<uint8_t> depthPhotoBuffer(inputFrame.mMaxJpegSize); in TEST() local
279 std::vector<uint8_t> depthPhotoBuffer(inputFrame.mMaxJpegSize); in TEST() local
/aosp12/frameworks/av/services/camera/libcameraservice/fuzzer/
H A DDepthProcessorFuzzer.cpp43 std::vector<uint8_t> depthPhotoBuffer(inputFrame.mMaxJpegSize); in LLVMFuzzerTestOneInput() local
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DDepthPhotoProcessor.cpp414 void* depthPhotoBuffer /*out*/, size_t* depthPhotoActualSize /*out*/) { in processDepthPhotoFrame()