Home
last modified time | relevance | path

Searched defs:BrotliDecoderStateStruct (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/brotli/c/dec/
H A Dstate.h236 struct BrotliDecoderStateStruct { struct
237 BrotliRunningState state;
240 int loop_counter;
242 BrotliBitReader br;
244 brotli_alloc_func alloc_func;
245 brotli_free_func free_func;
246 void* memory_manager_opaque;
250 union {
253 } buffer;
254 uint32_t buffer_length;
[all …]
/aosp_15_r20/external/cronet/third_party/brotli/dec/
H A Dstate.h251 struct BrotliDecoderStateStruct { struct
252 BrotliRunningState state;
255 int loop_counter;
257 BrotliBitReader br;
259 brotli_alloc_func alloc_func;
260 brotli_free_func free_func;
261 void* memory_manager_opaque;
265 union {
268 } buffer;
269 uint32_t buffer_length;
[all …]