Home
last modified time | relevance | path

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

/external/webp/src/dec/
Didec_dec.c75 WebPDecBuffer* final_output_; // Slow-memory output to copy to eventually. member
256 if (idec->final_output_ != NULL) { in FinishDecoding()
257 WebPCopyDecBufferPixels(output, idec->final_output_); // do the slow-copy in FinishDecoding()
259 *output = *idec->final_output_; in FinishDecoding()
260 idec->final_output_ = NULL; in FinishDecoding()
607 idec->final_output_ = output_buffer; in NewDecoder()
613 idec->final_output_ = NULL; in NewDecoder()
816 if (idec->final_output_ != NULL) { in GetOutputBuffer()