OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:brotli_encoder_state_
(Results
1 - 2
of
2
) sorted by null
/external/bsdiff/
brotli_compressor.cc
18
brotli_encoder_state_
=
20
if (!
brotli_encoder_state_
) {
31
BrotliEncoderSetParameter(
brotli_encoder_state_
, BROTLI_PARAM_QUALITY,
33
BrotliEncoderSetParameter(
brotli_encoder_state_
, BROTLI_PARAM_LGWIN,
39
if (
brotli_encoder_state_
) {
40
BrotliEncoderDestroyInstance(
brotli_encoder_state_
);
45
if (!
brotli_encoder_state_
)
54
brotli_encoder_state_
, BROTLI_OPERATION_PROCESS, &avail_in,
70
if (!
brotli_encoder_state_
)
75
while (!BrotliEncoderIsFinished(
brotli_encoder_state_
)) {
[
all
...]
brotli_compressor.h
36
BrotliEncoderState*
brotli_encoder_state_
;
member in class:bsdiff::BrotliCompressor
Completed in 146 milliseconds