Searched refs:BrotliRead (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dstreams.h39 static BROTLI_INLINE int BrotliRead(BrotliInput in, uint8_t* buf, size_t len) { function
H A Dbit_reader.h104 int bytes_read = BrotliRead(br->input_, dst, BROTLI_READ_SIZE);
H A Ddecode.c614 if (BrotliRead(br->input_, &ringbuffer[rb_pos], (size_t)nbytes) < nbytes ||
624 if (BrotliRead(br->input_, &ringbuffer[rb_pos], (size_t)len) < len) {

Completed in 143 milliseconds