libcamera/src
Paul Elder 851bf31df8 libcamera: ipa_module: elfLoadSymbol find symbol regardless of size
Make elfLoadSymbol more generic by making the symbol size an output
rather than an input. Also move the memcpy out of elfLoadSymbol.

If the size of struct IPAModuleInfo changes between versions, we still
want to be able to load it and perhaps do conversions for backwards
compatibility. In this case the size should not be a restriction when
searching for the symbol.

Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2019-07-04 11:51:29 +09:00
..
cam cam: capture: Stop stream when queueRequest() fails 2019-06-25 20:40:41 +01:00
ipa libcamera: ipa: add dummy IPA implementation 2019-06-05 10:44:52 -04:00
libcamera libcamera: ipa_module: elfLoadSymbol find symbol regardless of size 2019-07-04 11:51:29 +09:00
qcam meson: Create and use a dependency for libcamera and its headers 2019-05-23 13:56:33 +03:00
meson.build libcamera: ipa_manager: implement class for managing IPA modules 2019-06-05 10:44:52 -04:00