Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/updater/
H A Dblockimg.cpp355 BrotliDecoderState* brotli_decoder_state; member
405 while (size > 0 || BrotliDecoderHasMoreOutput(nti->brotli_decoder_state)) { in receive_brotli_new_data()
433 nti->brotli_decoder_state, &available_in, &data, &available_out, &next_out, nullptr); in receive_brotli_new_data()
437 << BrotliDecoderErrorString(BrotliDecoderGetErrorCode(nti->brotli_decoder_state)); in receive_brotli_new_data()
1788 params.nti.brotli_decoder_state = BrotliDecoderCreateInstance(nullptr, nullptr, nullptr); in PerformBlockImageUpdate()
1958 if (params.nti.brotli_decoder_state != nullptr) { in PerformBlockImageUpdate()
1959 BrotliDecoderDestroyInstance(params.nti.brotli_decoder_state); in PerformBlockImageUpdate()