Lines Matching refs:decode
91 needs to be used to decode the image.
230 library. In other words, the image decoder must decode the *Raw* images
273 * Open a PNG image and decode it into dsc.decoded
301 * @param full_area input parameter. the full area to decode after enough subsequent calls
304 … @return LV_RESULT_OK: ok; LV_RESULT_INVALID: failed or there is nothing left to decode
312 * incrementally decode the image by calling it repeatedly until it returns `LV_RESULT_INVALID`.
324 decoded_area->y2 = decoded_area->y1; /* decode line-by-line, starting with the first line */
342 /* otherwise decoding is already in progress. decode the next line */
382 decode the entire image (e.g. no memory for it), set ``dsc->decoded = NULL`` and
385 - ``decoder_get_area`` is optional. In this case you should decode the whole image In
511 ``dsc->decoded`` instead of needing to decode them again.