libcamera: v4l2_videodevice: Remove Buffer interface
The Buffer interface is no longer in use and can be removed. While doing so clean up the two odd names (dequeueFrameBuffer() and queuedFrameBuffers_) that had to be used when adding the FrameBuffer interface. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
9217f274f6
commit
66d4929c73
9 changed files with 33 additions and 355 deletions
|
@ -42,7 +42,7 @@ protected:
|
|||
if (ret < 0)
|
||||
return TestFail;
|
||||
|
||||
capture_->frameBufferReady.connect(this, &CaptureAsyncTest::receiveBuffer);
|
||||
capture_->bufferReady.connect(this, &CaptureAsyncTest::receiveBuffer);
|
||||
|
||||
for (const std::unique_ptr<FrameBuffer> &buffer : buffers_) {
|
||||
if (capture_->queueBuffer(buffer.get())) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue