summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/file-minus.svg
diff options
context:
space:
mode:
authorUmang Jain <umang.jain@ideasonboard.com>2021-10-19 17:17:51 +0530
committerUmang Jain <umang.jain@ideasonboard.com>2021-10-19 19:14:53 +0530
commit109a98e8c07b57a4676bf62dbba59cba670163c8 (patch)
tree4f0be90c8d21265cd12e7dadb3ea5be3f0d4ea4a /src/qcam/assets/feathericons/file-minus.svg
parentDiffstat (limited to 'src/qcam/assets/feathericons/file-minus.svg')
0 files changed, 0 insertions, 0 deletions
>LOG(Thumbnailer, Error) << "Failed to configure: Pixel Format " << pixelFormat_ << " unsupported."; return; } valid_ = true; } void Thumbnailer::createThumbnail(const FrameBuffer &source, const Size &targetSize, std::vector<unsigned char> *destination) { MappedFrameBuffer frame(&source, MappedFrameBuffer::MapFlag::Read); if (!frame.isValid()) { LOG(Thumbnailer, Error) << "Failed to map FrameBuffer : " << strerror(frame.error()); return; } if (!valid_) { LOG(Thumbnailer, Error) << "Config is unconfigured or invalid.";