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
260 if (idec->final_output_ != NULL) { in FinishDecoding()
261 WebPCopyDecBufferPixels(output, idec->final_output_); // do the slow-copy in FinishDecoding()
263 *output = *idec->final_output_; in FinishDecoding()
264 idec->final_output_ = NULL; in FinishDecoding()
623 idec->final_output_ = output_buffer; in NewDecoder()
629 idec->final_output_ = NULL; in NewDecoder()
832 if (idec->final_output_ != NULL) { in GetOutputBuffer()