Searched refs:input_end (Results 1 – 2 of 2) sorted by relevance
51 const uint8_t* input_end = input + count; in Write() local53 input_buffer_.insert(input_buffer_.end(), input, input_end); in Write()55 input_end = input + input_buffer_.size(); in Write()58 stream_.avail_in = input_end - input; in Write()81 input_buffer_.assign(input_end - stream_.avail_in, input_end); in Write()
90 const uint8_t* input_end = input.data() + input.size(); in update() local94 while (input_pos < input_end) { in update()95 size_t to_send = std::min(max_chunk_size, static_cast<size_t>(input_end - input_pos)); in update()96 LOG(DEBUG) << "update: Sending " << to_send << " of " << (input_end - input_pos) in update()