libcamera: software_isp: Make isStandardBayerOrder static
Make this member function static so that it may be called from static members of derived classes. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
This commit is contained in:
parent
c7346319bd
commit
53930ee1d7
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ private:
|
|||
protected:
|
||||
void setParams(DebayerParams ¶ms);
|
||||
void dmaSyncBegin(std::vector<DmaSyncer> &dmaSyncers, FrameBuffer *input, FrameBuffer *output);
|
||||
bool isStandardBayerOrder(BayerFormat::Order order);
|
||||
static bool isStandardBayerOrder(BayerFormat::Order order);
|
||||
};
|
||||
|
||||
} /* namespace libcamera */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue