/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (C) 2019, Raspberry Pi (Trading) Limited * * geq_status.h - GEQ (green equalisation) control algorithm status */ #pragma once // The "GEQ" algorithm calculates the green equalisation thresholds #ifdef __cplusplus extern "C" { #endif struct GeqStatus { uint16_t offset; double slope; }; #ifdef __cplusplus } #endif l'/>
summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/minus-square.svg
blob: 4862832a8ebcb7e65d7288dd25d8a05cc2b20635 (plain)
1
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus-square"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="8" y1="12" x2="16" y2="12"></line></svg>