Home
last modified time | relevance | path

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

/external/brotli/c/include/brotli/
Ddecode.h288 BROTLI_DEC_API const uint8_t* BrotliDecoderTakeOutput(
/external/brotli/java/org/brotli/wrapper/dec/
Ddecoder_jni.cc168 const uint8_t* data = BrotliDecoderTakeOutput(handle->state, &data_length); in Java_org_brotli_wrapper_dec_DecoderJNI_nativePull()
/external/brotli/python/
D_brotli.cc412 const uint8_t* buffer = BrotliDecoderTakeOutput(dec, &buffer_length); in decompress_stream()
671 const uint8_t* next_out = BrotliDecoderTakeOutput(state, &available_out); in brotli_decompress()
/external/brotli/c/dec/
Ddecode.c2449 const uint8_t* BrotliDecoderTakeOutput(BrotliDecoderState* s, size_t* size) { in BrotliDecoderTakeOutput() function