libcamera: software_isp: debayer_egl: Remove unnecessary declarations

These functions are not defined, so remove them.

Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Bryan O'Donoghue <bod.linux@nxsw.ie>
This commit is contained in:
Barnabás Pőcze
2026-04-03 17:24:48 +02:00
parent c88b6e259c
commit 4e85ce87f1

View File

@@ -61,18 +61,9 @@ public:
private:
static int getInputConfig(PixelFormat inputFormat, DebayerInputConfig &config);
static int getOutputConfig(PixelFormat outputFormat, DebayerOutputConfig &config);
int setupStandardBayerOrder(BayerFormat::Order order);
void pushEnv(std::vector<std::string> &shaderEnv, const char *str);
int initBayerShaders(PixelFormat inputFormat, PixelFormat outputFormat);
int initEGLContext();
int generateTextures();
int compileShaderProgram(GLuint &shaderId, GLenum shaderType,
unsigned char *shaderData, int shaderDataLen,
std::vector<std::string> shaderEnv);
int linkShaderProgram(void);
int getShaderVariableLocations();
void setShaderVariableValues(const DebayerParams &params);
void configureTexture(GLuint &texture);
int debayerGPU(MappedFrameBuffer &in, int out_fd, const DebayerParams &params);
/* Shader program identifiers */