Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/wrapper/enc/
Dencoder_jni.cc146 context[2] = BrotliEncoderHasMoreOutput(handle->state) ? 1 : 0; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush()
170 context[2] = BrotliEncoderHasMoreOutput(handle->state) ? 1 : 0; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePull()
/external/brotli/c/include/brotli/
Dencode.h381 BROTLI_ENC_API BROTLI_BOOL BrotliEncoderHasMoreOutput(
/external/brotli/python/
D_brotli.cc114 if (available_in || BrotliEncoderHasMoreOutput(enc)) { in compress_stream()
/external/brotli/c/enc/
Dencode.c1830 !BrotliEncoderHasMoreOutput(s)); in BrotliEncoderIsFinished()
1833 BROTLI_BOOL BrotliEncoderHasMoreOutput(BrotliEncoderState* s) { in BrotliEncoderHasMoreOutput() function