summaryrefslogtreecommitdiff
path: root/utils/tuning/raspberrypi/alsc.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/tuning/raspberrypi/alsc.py')
0 files changed, 0 insertions, 0 deletions
='n17' href='#n17'>17 18 19 20 21 22 23 24 25 26
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Copyright (C) 2022, Google Inc.
 *
 * hal_framebuffer.h - HAL Frame Buffer Handling
 */

#pragma once

#include "libcamera/internal/framebuffer.h"

#include <hardware/camera3.h>

class HALFrameBuffer final : public libcamera::FrameBuffer
{
public:
	HALFrameBuffer(std::unique_ptr<Private> d,