mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-26 01:55:51 +03:00
libcamera: framebuffer_allocator: Fix spelling
Fix two trivial issues in the documentation of the FrameBufferAllocater class. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
b448bfb426
commit
fd6f3e2a65
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ LOG_DEFINE_CATEGORY(Allocator)
|
||||||
* FrameBuffer instances. This makes libcamera a user of buffers exported by
|
* FrameBuffer instances. This makes libcamera a user of buffers exported by
|
||||||
* other devices (such as displays or video encoders), or allocated from an
|
* other devices (such as displays or video encoders), or allocated from an
|
||||||
* external allocator (such as ION on Android platforms). In some situations,
|
* external allocator (such as ION on Android platforms). In some situations,
|
||||||
* applications do not have any mean to allocate or get hold of suitable
|
* applications do not have any means to allocate or get hold of suitable
|
||||||
* buffers, for instance when no other device is involved, on Linux platforms
|
* buffers, for instance when no other device is involved, on Linux platforms
|
||||||
* that lack a centralized allocator. The FrameBufferAllocator class provides a
|
* that lack a centralized allocator. The FrameBufferAllocator class provides a
|
||||||
* buffer allocator that can be used in these situations.
|
* buffer allocator that can be used in these situations.
|
||||||
|
@ -168,7 +168,7 @@ int FrameBufferAllocator::free(Stream *stream)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Retrieve the buffers allocated for a \a stream
|
* \brief Retrieve the buffers allocated for a \a stream
|
||||||
* \param[in] stream The stream to retrive buffers for
|
* \param[in] stream The stream to retrieve buffers for
|
||||||
*
|
*
|
||||||
* This method shall only be called after successfully allocating buffers for
|
* This method shall only be called after successfully allocating buffers for
|
||||||
* \a stream with allocate(). The returned buffers are valid until free() is
|
* \a stream with allocate(). The returned buffers are valid until free() is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue