Searched refs:next_in (Results 1 – 1 of 1) sorted by relevance
/packages/modules/adb/ |
D | compression_utils.h | 144 const uint8_t* next_in = reinterpret_cast<const uint8_t*>(input_buffer_.front_data()); in Decode() local 150 decoder_.get(), &available_in, &next_in, &available_out, &next_out, nullptr); in Decode() 193 const uint8_t* next_in = reinterpret_cast<const uint8_t*>(input_buffer_.front_data()); in Encode() local 204 if (!BrotliEncoderCompressStream(encoder_.get(), op, &available_in, &next_in, in Encode() 248 const char* next_in = input_buffer_.front_data(); in Decode() local 253 size_t rc = LZ4F_decompress(decoder_.get(), next_out, &available_out, next_in, in Decode() 311 const char* next_in = input_buffer_.front_data(); in Encode() local 334 size_t rc = LZ4F_compressUpdate(encoder_.get(), next_out, available_out, next_in, in Encode()
|