Home
last modified time | relevance | path

Searched refs:getCompressedData (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DNV12Compressor.h49 const std::vector<unsigned char>& getCompressedData() const;
H A DNV12Compressor.cpp78 const std::vector<uint8_t>& NV12Compressor::getCompressedData() const { in getCompressedData() function in NV12Compressor
H A DDepthProcessorTest.cpp67 *colorJpegBuffer = std::move(jpegCompressor.getCompressedData()); in generateColorJpegBuffer()