Home
last modified time | relevance | path

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

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