Home
last modified time | relevance | path

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

/external/brotli/include/brotli/
Ddecode.h283 BROTLI_DEC_API const uint8_t* BrotliDecoderTakeOutput(
/external/brotli/python/
D_brotli.cc454 const uint8_t* next_out = BrotliDecoderTakeOutput(state, &available_out); in brotli_decompress()
/external/brotli/dec/
Ddecode.c2311 const uint8_t* BrotliDecoderTakeOutput(BrotliDecoderState* s, size_t* size) { in BrotliDecoderTakeOutput() function