Home
last modified time | relevance | path

Searched refs:BrotliEncoderOperation (Results 1 – 5 of 5) sorted by relevance

/external/brotli/c/include/brotli/
Dencode.h67 typedef enum BrotliEncoderOperation { enum
131 } BrotliEncoderOperation; typedef
360 BrotliEncoderState* state, BrotliEncoderOperation op, size_t* available_in,
/external/brotli/go/cbrotli/
Dwriter.go90 func (w *Writer) writeChunk(p []byte, op C.BrotliEncoderOperation) (n int, err error) {
/external/brotli/java/org/brotli/wrapper/enc/
Dencoder_jni.cc120 BrotliEncoderOperation op; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush()
/external/brotli/python/
D_brotli.cc90 static BROTLI_BOOL compress_stream(BrotliEncoderState* enc, BrotliEncoderOperation op, in compress_stream()
/external/brotli/c/enc/
Dencode.c1558 BrotliEncoderState* s, BrotliEncoderOperation op, size_t* available_in, in BrotliEncoderCompressStreamFast()
1757 BrotliEncoderState* s, BrotliEncoderOperation op, size_t* available_in, in BrotliEncoderCompressStream()