17 #include <libcamera/base/span.h> 39 Span<Plane>
planes() {
return planes_; }
40 Span<const Plane>
planes()
const {
return planes_; }
45 std::vector<Plane> planes_;
54 static constexpr
unsigned int kInvalidOffset = std::numeric_limits<unsigned int>::max();
56 unsigned int offset = kInvalidOffset;
64 const std::vector<Plane> &
planes()
const;
68 uint64_t cookie()
const;
69 void setCookie(uint64_t cookie);
71 std::unique_ptr<Fence> releaseFence();
RAII-style wrapper for file descriptors.
Definition: shared_fd.h:16
Utilities to help constructing class interfaces.
Top-level libcamera namespace.
Definition: backtrace.h:17
unsigned int length
The plane length in bytes.
Definition: framebuffer.h:57
Frame buffer data and its associated dynamic metadata.
Definition: framebuffer.h:48
#define LIBCAMERA_DECLARE_PRIVATE()
Declare private data for a public class.
A frame capture request.
Definition: request.h:29
Base class to manage private data through a d-pointer.
Definition: class.h:61
#define LIBCAMERA_DISABLE_COPY_AND_MOVE(klass)
Disable copy and move construction and assignment of the klass.
SharedFD fd
The dmabuf file descriptor.
Definition: framebuffer.h:55
A memory region to store a single plane of a frame.
Definition: framebuffer.h:53