Home
last modified time | relevance | path

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

/external/brotli/c/include/brotli/
Dencode.h412 BROTLI_ENC_API const uint8_t* BrotliEncoderTakeOutput(
/external/brotli/java/org/brotli/wrapper/enc/
Dencoder_jni.cc168 const uint8_t* data = BrotliEncoderTakeOutput(handle->state, &data_length); in Java_org_brotli_wrapper_enc_EncoderJNI_nativePull()
/external/brotli/python/
D_brotli.cc109 const uint8_t* buffer = BrotliEncoderTakeOutput(enc, &buffer_length); in compress_stream()
/external/brotli/c/enc/
Dencode.c1837 const uint8_t* BrotliEncoderTakeOutput(BrotliEncoderState* s, size_t* size) { in BrotliEncoderTakeOutput() function