Searched refs:getCompressedData (Results 1 – 3 of 3) sorted by relevance
49 const std::vector<unsigned char>& getCompressedData() const;
78 const std::vector<uint8_t>& NV12Compressor::getCompressedData() const { in getCompressedData() function in NV12Compressor
81 *colorJpegBuffer = std::move(jpegCompressor.getCompressedData()); in generateColorJpegBuffer()