index
:
libcamera/vivid.git
pobrn/rebase
vivid
libcamera pipeline handler for VIVID
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ipa
/
raspberrypi
/
md_parser.cpp
diff options
context:
1
2
3/* SPDX-License-Identifier: BSD-2-Clause */
/*
* Copyright (C) 2019, Raspberry Pi Ltd
*
* geq_status.h - GEQ (green equalisation) control algorithm status
*/
#pragma once
/* The "GEQ" algorithm calculates the green equalisation thresholds */
struct
GeqStatus
{
uint16_t
offset
;
double
slope
;
};