ESP-IDF + 0/1 examples
SourceVu will show references to jpeg_decoder_process() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK: JPEG decoder process successfully. - ESP_ERR_INVALID_ARG: JPEG decoder process failed because of invalid argument.

Notes

1.Please make sure that the content of `bit_stream` pointer cannot be modified until this function returns. 2.Please note that the output size of image is always the multiple of 16 depends on protocol of JPEG.

References

from examples