libcamera/include/libcamera
Paul Elder 17e8f6f71c utils: ipc: Include instead of forward-declare CameraSensorInfo
For structs defined in core.mojom that have the skipHeader tag, if
they're only used in function parameters (in a mojom file) then a
forward-declaration is sufficient. However, if the struct is used in
another struct in a mojom file, then the forward-declaration is
insufficient, and the definition needs to be included. Do so for
CameraSensorInfo, which is the only forward-declared struct in
ipa_interface.h, and update the documentation comment.

Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Tested-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2021-04-27 17:34:55 +09:00
..
internal libcamera: V4L2Device: Use Span in updateControls() 2021-04-26 16:40:13 +03:00
ipa utils: ipc: Include instead of forward-declare CameraSensorInfo 2021-04-27 17:34:55 +09:00
bound_method.h libcamera: bound_method: Please the gcc undefined behaviour sanitizer 2021-04-17 00:53:01 +03:00
buffer.h libcamera: pipeline: ipu3: Cancel unused buffers 2021-04-22 16:56:07 +01:00
camera.h libcamera: Drop argument from LIBCAMERA_DECLARE_PRIVATE 2021-04-21 09:52:34 +02:00
camera_manager.h libcamera: Drop argument from LIBCAMERA_DECLARE_PRIVATE 2021-04-21 09:52:34 +02:00
class.h libcamera: class: Drop 'klass' argument from documentation 2021-04-21 09:53:08 +02:00
compiler.h libcamera: Add macro to conditionally use [[nodiscard]] 2021-02-04 21:00:38 +02:00
control_ids.h.in libcamera: controls: Generate an array of valid values 2020-10-26 17:51:55 +01:00
controls.h libcamera: controls: Utilise LIBCAMERA_DISABLE_COPY_AND_MOVE 2021-02-12 14:35:17 +00:00
file_descriptor.h libcamera: file_descriptor: Implement move semantics for constructor 2020-05-19 18:07:49 +03:00
formats.h.in libcamera: Define constants for pixel formats in the public API 2020-06-18 13:26:36 +03:00
framebuffer_allocator.h libcamera: Utilise LIBCAMERA_DISABLE_COPY 2021-02-12 14:35:20 +00:00
geometry.h libcamera: geometry: Mark const functions with __nodiscard 2021-02-04 21:00:38 +02:00
logging.h libcamera: logging: add syslog, stream, and nowhere logging targets 2019-07-17 14:36:35 +09:00
meson.build libcamera: Move extensible to class 2021-02-12 11:56:00 +00:00
object.h Revert "libcamera: Use helper variable template for type traits" 2021-01-31 17:52:17 +02:00
pixel_format.h libcamera: pixel_format: Add a function to return format based on string 2020-08-03 11:48:47 +01:00
property_ids.h.in libcamera: Support draft controls and properties 2020-10-26 17:51:54 +01:00
request.h libcamera: request: Add a toString() 2021-03-29 12:18:02 +01:00
signal.h libcamera: signal: Fix return value template type of BoundMethodMember 2021-04-17 00:52:57 +03:00
span.h libcamera: span: Fix reverse iterators 2021-04-15 22:23:02 +03:00
stream.h libcamera: stream: Rename StillCaptureRaw to Raw 2020-09-30 14:01:01 +02:00
transform.h libcamera: Add Transform enum to represent 2D plane transforms. 2020-09-29 11:43:06 +01:00
version.h.in libcamera: Rework automatic version generation to avoid rebuilds 2019-07-09 12:34:10 +03:00