libcamera: Simple typo fixes
Fix various typos in the code base. Signed-off-by: Pavel Machek <pavel@ucw.cz> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
c00a3a8f52
commit
21a82ed8a5
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
/*
|
||||
* Copyright (C) 2019, Google Inc.
|
||||
*
|
||||
* ipa_vimc.cpp - Vimc Image Processing Algorithm module
|
||||
* vimc.cpp - Vimc Image Processing Algorithm module
|
||||
*/
|
||||
#include <libcamera/ipa/vimc_ipa_interface.h>
|
||||
|
||||
|
|
|
@ -220,7 +220,7 @@ RkISP1FrameInfo *RkISP1Frames::create(const RkISP1CameraData *data, Request *req
|
|||
}
|
||||
|
||||
if (pipe_->availableStatBuffers_.empty()) {
|
||||
LOG(RkISP1, Error) << "Statisitc buffer underrun";
|
||||
LOG(RkISP1, Error) << "Statistic buffer underrun";
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
@ -340,7 +340,7 @@ int RkISP1CameraData::loadIPA(unsigned int hwRevision)
|
|||
|
||||
/*
|
||||
* The API tuning file is made from the sensor name unless the
|
||||
* environment variable overrides it. If
|
||||
* environment variable overrides it.
|
||||
*/
|
||||
std::string ipaTuningFile;
|
||||
char const *configFromEnv = utils::secure_getenv("LIBCAMERA_RKISP1_TUNING_FILE");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue