From patchwork Sun Mar 10 14:30:26 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= X-Patchwork-Id: 19652 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 30E27BD160 for ; Sun, 10 Mar 2024 14:30:51 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id D2C1D628AC; Sun, 10 Mar 2024 15:30:50 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key; unprotected) header.d=protonmail.com header.i=@protonmail.com header.b="TEObxtdD"; dkim-atps=neutral Received: from mail-4322.protonmail.ch (mail-4322.protonmail.ch [185.70.43.22]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 389FF61C81 for ; Sun, 10 Mar 2024 15:30:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1710081048; x=1710340248; bh=mCdjYkmXdf3zfFT82fTtKFooCItPOb9jTm9YupTbJUk=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=TEObxtdDW1iJhr1CLqCAbz4Sns7dYmt1OwvJDz/cXhbtFHQQEL3EjG2Y4tEir18/w sKqHfjIQ8aufxMWSYI79amdz1Pz0k65sJ2C4BmAkSXOyaNtFAqv0EShdJN729hdNu6 9tYTYnhiFy0rD1QM4CdTGlL4PbQF06X3r5Akn0bnNrZmxxJF4+g0ldeNwNItvCKg5R +JUqnHitiDx8XkNi4SE5JchVd9zqr+RvJTN/t2mLeVU1z2ScoQ3ncl8o9rtaiHt81p ctOtGo6A4apHO5tWC16QMO+SpWmKKWTR6tfXWs8QMDJ0pPIHF47k6fKjvsIv3Xb17X q2CTrcjTmUZzw== Date: Sun, 10 Mar 2024 14:30:26 +0000 To: libcamera-devel@lists.libcamera.org From: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= Subject: [PATCH v2 0/3] couple FrameBufferAllocator changes Message-ID: <20240310143023.752559-1-pobrn@protonmail.com> Feedback-ID: 20568564:user:proton MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Three FrameBufferAllocator changes. The first two are non-functional changes. Barnabás Pőcze (3): libcamera: framebuffer_allocator: Move from argument in constructor libcamera: framebuffer_allocator: Use default destructor libcamera: framebuffer_allocator: Remove entry if allocation fails src/libcamera/framebuffer_allocator.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) base-commit: 1bf2d707e4becb51fc04ccdb0a8032290ec81fdb --- 2.44.0