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

Return value

- ESP_OK: JPEG decoder get jpg image header successfully. - ESP_ERR_INVALID_ARG: JPEG decoder get header info failed because of invalid argument.

Notes

This function doesn't depend on any jpeg hardware, it helps user to know jpeg information from jpeg header. For example, user can get picture width and height via this function and malloc a reasonable size buffer for jpeg engine process.

References

from examples