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
255 if (idec->final_output_ != NULL) { in FinishDecoding()
256 WebPCopyDecBufferPixels(output, idec->final_output_); // do the slow-copy in FinishDecoding()
258 *output = *idec->final_output_; in FinishDecoding()
259 idec->final_output_ = NULL; in FinishDecoding()
618 idec->final_output_ = output_buffer; in NewDecoder()
624 idec->final_output_ = NULL; in NewDecoder()
827 if (idec->final_output_ != NULL) { in GetOutputBuffer()